[Bug 1776622] Re: snapd updates on cosmic never finish installing. Can't install any other updates.

2020-02-27 Thread Yves Dorfsman via ubuntu-bugs
Experiencing the same issue running `apt upgrade` after a fresh Ubuntu
20.20 install.

Running
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1776622/comments/5
helped complete the install.

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

Title:
  snapd updates on cosmic never finish installing. Can't install any
  other updates.

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

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

[Bug 787697] Re: thinkfan doesn't find temperature sensors

2017-05-12 Thread Yves Dorfsman
*** This bug is a duplicate of bug 787031 ***
https://bugs.launchpad.net/bugs/787031

On Ubuntu 16.04, I added the following line to /etc/thinkfan.conf

hwmon /sys/devices/virtual/hwmon/hwmon0/temp1_input


Solved the issue. I can now hear myself think, and heavy usage (like compiling 
big source trees) makes the fan kicks in as expected. I expect this to have a 
very significant positive impact on my battery life!

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

Title:
  thinkfan doesn't find temperature sensors

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

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


[Bug 787031] Re: installing thinkfan package does not make thinkfan usable

2017-05-12 Thread Yves Dorfsman
On Ubuntu 16.04, I added the following line to /etc/thinkfan.conf

hwmon /sys/devices/virtual/hwmon/hwmon0/temp1_input


Solved the issue. I can now hear myself think, and heavy usage (like compiling 
big source trees) makes the fan kicks in as expected. I expect this to have a 
very significant positive impact on my battery life!

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

Title:
  installing thinkfan package does not make thinkfan usable

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

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


[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-01-14 Thread Yves Dorfsman
Something to test...

I had this exact issue on 14.04, when setting up a  new wifi network, it
would not re-connect automatically after rebooting or suspend. I
disabled, saved, then re-enabled the automatic connect setting, and it
solved the issue. It's like this setting is disabled by default, but
shows as enabled by default, until you force it to be disable to re-sync
the actual value and what is shown in the setup tool:

1. go to network setting, select the network and go to Settings...
2. in the General tab, deselect (uncheck) Automatically connect to this 
network
3. Save
4. go back to Settings... for this network
5. enable (check) Automatically connect to this network
6. save

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

Title:
  Networkmanager does not autoconnect to wireless network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+subscriptions

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


[Bug 1275556] Re: [MASTER] Apps using gstreamer0.10 do not support all available formats because gstreamer0.10-ffmpeg was removed

2014-11-22 Thread Yves Dorfsman
I think the issue is that the default Ubuntu 14.04 install is not
installing a couple of gstreamer packages. I have added these three
packages and am now able to watch H.264 (so I can now watch Vimeo for
example):

gstreamer1.0-libav
gstreamer1.0-plugins-ugly
gstreamer1.0-tools

Could those be added to the default Ubuntu workstation install?

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

Title:
  [MASTER] Apps using gstreamer0.10 do not support all available formats
  because gstreamer0.10-ffmpeg was removed

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

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


[Bug 1077386] Re: After upgrading NFS4 server to Ubuntu Quantal, krb5 mounts hang under nfs-utils 1.2.6-3ubuntu2

2013-08-18 Thread Yves Dorfsman
Another work around is to use the packages from Debian. You need both
(kernel-server depends on common):

http://packages.debian.org/wheezy/nfs-common
http://packages.debian.org/wheezy/nfs-kernel-server

They install nicely on 13.04, and solve the issue!!!

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

Title:
  After upgrading NFS4 server to Ubuntu Quantal, krb5 mounts hang under
  nfs-utils 1.2.6-3ubuntu2

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

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


[Bug 304393] Re: cups: 127.0.0.1:631 - Address already in use.

2012-06-13 Thread Yves Dorfsman
The problem is that other daemon grab this port before cupsd gets a chance, 
typcally rpc. See:
https://bugzilla.redhat.com/show_bug.cgi?id=103401


Work around:
lsof -i :631
stop or kill the process, restart cups

long term solution:
I guess distros should ensure processes use different port number.

Note:
The same problem happens on a workstation that try to browse for remote 
printers (cupsctl --remote-printers), you don't get an error, but lpstat -a 
doesn't show remote printers.

** Bug watch added: Red Hat Bugzilla #103401
   https://bugzilla.redhat.com/show_bug.cgi?id=103401

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

Title:
  cups: 127.0.0.1:631 - Address already in use.

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

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


[Bug 856810] Re: Boot hangs at Booting system without full network configuration...

2011-10-02 Thread Yves Dorfsman
Same issue, this is what I get on tty7:


 * Checking battery state... [ok]
 * Starting TIMidity++ ALSA midi emulation.. [ok]
 * Stopping system V runlevel compatibility  [ok]
Waiting for network configuration...
 * Stopping read required files in advance   [ok]
Waiting up to 60 more seconds for network configuration...
Booting system without full network configuration...
 * Stopping Failsafe Boot Delay  [ok]


I switched to ctrl - alt - F1, and run /etc/init.d/lightdm start ; exit and 
I'm in business.

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

Title:
  Boot hangs at Booting system without full network configuration...

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

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


[Bug 862553] Re: Latest libcanberra update causes Firefox and Thunderbird to crash on startup

2011-09-29 Thread Yves Dorfsman
The link to the ubuntu8 .deb for the 64 bit version is:

wget http://launchpadlibrarian.net/79299853/libcanberra-gtk-
module_0.28-0ubuntu8_amd64.deb

(the link above will get you an html file).
It solved the issue for me too.

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

Title:
  Latest libcanberra update causes Firefox and Thunderbird to crash on
  startup

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

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


[Bug 862780] Re: gtk apps no longer working after this morning's updates

2011-09-29 Thread Yves Dorfsman
*** This bug is a duplicate of bug 862553 ***
https://bugs.launchpad.net/bugs/862553

The link to the ubuntu8 .deb for the 64 bit version is:

wget http://launchpadlibrarian.net/79299853/libcanberra-gtk-
module_0.28-0ubuntu8_amd64.deb

(the link above will get you an html file).
It solved the issue for me too.

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

Title:
  gtk apps no longer working after this morning's updates

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

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


[Bug 745011] Re: info: unrecognized option '--convert-db' on upgrade

2011-09-25 Thread Yves Dorfsman
I want to add to this in case somebody runs into the same problem.

I just got this exact same issue going from 10.10 to 11.10. In the end I
solved it by doing this:

touch /sbin/udevadm.upgrade
apt-get install udev # gave me an error
rm /sbin/udevadm.upgrade
apt-get install udev  # worked fine this time

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

Title:
  info: unrecognized option '--convert-db' on upgrade

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

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


[Bug 854698] [NEW] Cannot install 11.04 64 bit on thinkpad 11.04

2011-09-20 Thread Yves Dorfsman
Public bug reported:

On a thinkpad x120e (with an AMD Fusion E-240), I am able to install
ubuntu 11.04 32 bit, but while installing ubuntu 11.04 64bit, while it
is copying the files, it crashes, goes to console mode with lines and
lines of debug info and freezes.

** Affects: base-installer (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Cannot install 11.04 64 bit on thinkpad 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-installer/+bug/854698/+subscriptions

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


[Bug 854698] Re: Cannot install 11.04 64 bit on thinkpad 11.04

2011-09-20 Thread Yves Dorfsman
I have managed to install the 11.10 beta 64 bit on this machine
(thinkpad x120e), I'm not sure it is worth pursuing this bug.

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

Title:
  Cannot install 11.04 64 bit on thinkpad 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-installer/+bug/854698/+subscriptions

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


[Bug 548992] Re: Wireless connection frequently drops [deauthenticating by local choice (reason=3)]

2011-07-12 Thread Yves Dorfsman
Same here, iwconfig wlan0 power off solved the issue with the
problematic APs.

L. Ross Raszewski :

I had created a bug report with Intel:

http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2305

Do you want to update it with your findings, or do you want me to do it?

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

Title:
  Wireless connection frequently drops  [deauthenticating by local
  choice (reason=3)]

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

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


[Bug 803739] Re: value set in /etc/sysctl.conf not used at boot time

2011-07-03 Thread Yves Dorfsman
Yes I thought about wlan0 not being available, and I purposely rebooted
the laptop making sure that the network kill switch was on etc... wlan0
came up right away, but  net.ipv6.conf.wlan0.use_tempaddr was equal zero
(the other ones were equal to one). I also check the spelling and copied
and paste from a sysctl command line.

I know this works as advertised on my other laptops, but, the older ones
are T60s and running Ubuntu 10.10 32 bit, the one with the problem is a
new x220 running Ubuntu 11.04 64 bit.

There is one of the T60 that could run 64 bit, I'll try to upgrade it as
soon as I get a minute for comparison purpose.

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

Title:
  value set in /etc/sysctl.conf not used at boot time

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

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


[Bug 803739] Re: value set in /etc/sysctl.conf not used at boot time

2011-07-02 Thread Yves Dorfsman
 2) what about writing directly to the entry

Yes, that works, even just doing
 sysctl net.ipv6.conf.wlan0.use_tempaddr=2

works.

 1) If you do start procps do the values get set?

Huh... it does. This is confusing. Right after boot, three of the four values 
are set (all, eth0 and eth1). Wlan0 is not set. I just ran (as root):
 start procps
And got:
 procps stop/waiting

Which is the same thing I get when I do status procps. But this time,
it did set that one extra value.

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

Title:
  value set in /etc/sysctl.conf not used at boot time

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

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


[Bug 548992] Re: Wireless connection frequently drops [deauthenticating by local choice (reason=3)]

2011-06-29 Thread Yves Dorfsman
Here's the syslog extract with level=DEBUG in NetworkManager.

Note that I had a script running that pings the default router and log
yves: GOOD or yves: BAD depending on the result of the ping (ping
once with timeout of 1 second).

** Attachment added: syslog.txt extract with level=DEBUG in NetworkManager
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/548992/+attachment/2184513/+files/syslog.txt

** Bug watch added: bugzilla.intellinuxwireless.org/ #2305
   http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2305

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

Title:
  Wireless connection frequently drops  [deauthenticating by local
  choice (reason=3)]

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

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


[Bug 548992] Re: Wireless connection frequently drops [deauthenticating by local choice (reason=3)]

2011-06-29 Thread Yves Dorfsman
Because this looks like a bug we had with the Intel 3945 which we all
wasted a lot of time with NetworkManager, I have also open a ticket with
Intel:

http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2305

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

Title:
  Wireless connection frequently drops  [deauthenticating by local
  choice (reason=3)]

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

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


[Bug 548992] Re: Wireless connection frequently drops [deauthenticating by local choice (reason=3)]

2011-06-29 Thread Yves Dorfsman
I am trying to re-compile the kernel to add the debug mode to the iwlagn
module, but I am getting a version issue.

The original module shows:
vermagic:2.6.38-8-generic SMP mod_unload modversions

and mine shows:
vermagic:2.6.38.2 SMP mod_unload modversions

All I did was apt-get source linux, then make allmodconfig.

How can I make a module with version 2.6.38-8-generic SMP mod_unload
modversions.

Thanks.

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

Title:
  Wireless connection frequently drops  [deauthenticating by local
  choice (reason=3)]

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

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


[Bug 803739] [NEW] value set in /etc/sysctl.conf not used at boot time

2011-06-29 Thread Yves Dorfsman
Public bug reported:

This is at the bottom of my /etc/sysctl.conf

net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.wlan0.use_tempaddr = 2
net.ipv6.conf.eth0.use_tempaddr = 2
net.ipv6.conf.eth1.use_tempaddr = 2


Yet, after a reboot:
$ sysctl net.ipv6.conf.wlan0.use_tempaddr
net.ipv6.conf.wlan0.use_tempaddr = 0
$ sysctl net.ipv6.conf.eth0.use_tempaddr
net.ipv6.conf.eth0.use_tempaddr = 2

then as root:
# sysctl net.ipv6.conf.wlan0.use_tempaddr=2
net.ipv6.conf.wlan0.use_tempaddr = 2

This is on Ubuntu 11.04 64 bit. This behaviour does not happen on Ubuntu
10.10 32 bit.

$ lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

$ apt-cache policy procps
procps:
  Installed: 1:3.2.8-10ubuntu3
  Candidate: 1:3.2.8-10ubuntu3
  Version table:
 *** 1:3.2.8-10ubuntu3 0
500 http://ca.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: procps 1:3.2.8-10ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Wed Jun 29 23:41:24 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: procps
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  value set in /etc/sysctl.conf not used at boot time

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

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


[Bug 803739] Re: value set in /etc/sysctl.conf not used at boot time

2011-06-29 Thread Yves Dorfsman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803739

Title:
  value set in /etc/sysctl.conf not used at boot time

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

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


[Bug 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-12-25 Thread Yves Dorfsman
I have been using Ubuntu 10.10 with stock kernel 2.6.35 for a while now,
and this working fine and stable now, I think it's fair to close this
bug now - I have just closed the two Intel bugs report on this. It would
be nice if the fixes were ported back to 10.04 but I doubt it will.

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

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

Title:
  wireless network has problem connecting and sometimes disconnect

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


[Bug 610600] Re: Serious video performance regression in cheese (2.28.1-2.30.1)

2010-11-07 Thread Yves Dorfsman
Same issue on a Thinkpad T60.

-- 
Serious video performance regression in cheese (2.28.1-2.30.1)
https://bugs.launchpad.net/bugs/610600
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-08-06 Thread Yves Dorfsman
more progress... wicd was competing with network-manager!

I do feel like an idiot about this, but here we go:
Way back in May, when we suspected network-manager was the issue, somebody 
suggested to use wicd instead. This did not help, and we quickly came to the 
conclusion that the issue was the intel driver.

One of the issue I have had, is that it would take 5 or 10 minutes
before getting a connection, get a connection, and within 10 seconds
loose that connection, and it would do that again and again. Eventually,
it would connect and stay connected. Tonight, my disk kept spinning and
stopping while I was just reading a long email, wondering what was going
on, I ran top, and found wicd running (don't think that's what made
the disk spin up, but that's a different story). I removed wicd, and
tried suspend/resume cycles several times, and it now takes only 5 to 10
minutes to connect, once it connects, it does not loose that connection
again. I am now able to connect with 2.6.35, in less than 10 minutes,
(and if not, rebooting fixes it). And I have done more testing with
2.6.35, it does not fail under load.

To check:
dpkg -l wicd-daemon

If it lists it with ii at the front, it means it is installed. then:

dpkg -r wicd-daemon wicd-gtk


Also, follow the link from Andreas and Martin to download 2.6.35, installing it 
is as simple as dpkg -i linux-image-2.6.35*, 2.6.35 does NOT fail under load. 
It would be nice if Intel fixed that bug in 2.6.32, 33, and 34, but I have a 
feeling it is not going to happen.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-08-04 Thread Yves Dorfsman
I installed 2.6.35 on two different T60 2007-67U:

-it fixed the bandwidth issue, I was able to navigate every which way in
google map streetview, and watch several Vimeo videos

-reconnecting after a suspend/resume cycle is still an issue, it
actually seems worse.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 563555] Re: no mouse cursor

2010-07-08 Thread Yves Dorfsman
 it might be specific to Dell Optiplex 260's Intel graphics hardware

No. I have the same problem on Thinkpads T60 with ATI graphic cards.

-- 
no mouse cursor
https://bugs.launchpad.net/bugs/563555
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-06-30 Thread Yves Dorfsman
In my experience, the newer kernel, 2.6.32, is even worse.

I have opened tickets on the intel website (search this thread for
intellinuxwireless), but the developers are asking that somebody gives
then a log of the iwl3945 compiled with debug mode before they'll look
at it.

I am a bit disappointed by intel, I have a feeling the developers are
actually people from the community who aren't intel employees. I
specifically bought a laptop with an intel card because they work(ed)
well on Linux, I expect a hardware vendor to put some effort to make a
good driver for their piece of hardware if they want my money.

I have compiled a iwl3945.ko with the debug option, but it won't load:
FATAL: Error inserting iwl3945 
(/lib/modules/2.6.32-21-generic-pae/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko):
 Invalid module format
I don't have a lot of time on my hands right now, I am hoping to be able to get 
to it in a few weeks.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-06-03 Thread Yves Dorfsman
Andreas: I think the reconnection is fast because you recently rebooted.
I had the same experience with the 2.6.35 kernel, but after a day or so,
it went back to taking ages to re-connect.

Chris: Did you check what packages were installed with mplayer? Did it
install a new kernel? So far, everything seems to point to the kernel.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-29 Thread Yves Dorfsman
Created http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2216 for
the issue of not being able to re-connect.

** Bug watch added: bugzilla.intellinuxwireless.org/ #2216
   http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2216

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-28 Thread Yves Dorfsman
It was a lucky strike... tonight I cannot reconnect, worse than before.

Downloading the kernel seems to be the only solution for now.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-28 Thread Yves Dorfsman
Thanks for the link Shot!

I have just upgraded to 2.6.34-020634rc7 following the procedure
describe in the link:

-reconnection after resume or failure *seems* faster (well it has been
faster, but I've only upgraded 10 minutes ago and had to go through 10
re-connection only, including a few suspend/resume tests. In the past,
reconnection time was very inconsistent (from instant to re-trying for
20 minutes), so maybe I just hit a lucky strike)

-failing under load is still the same. Thanks Barry for the zooming
trick in street view... zoom 2 or 3 times and you lose the connection.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-28 Thread Yves Dorfsman
I created a new bug report on the intellinuxwireless bugzilla:
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2213

** Bug watch added: bugzilla.intellinuxwireless.org/ #2213
   http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2213

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-26 Thread Yves Dorfsman
Thansk Jakob!

Good catch, and it actually make sense since wpa_supplicant works with
the other cards...

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-26 Thread Yves Dorfsman
** Package changed: wpasupplicant (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Ubuntu Kernel Network Team 
(ubuntu-kernel-network)

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-24 Thread Yves Dorfsman
People with T60 with a non-intel wireless card do not have this problem,
this seems specific to the Intel 3945GB.

It'd be interesting to find if people with this card but other machines
than the Lenovo Thinkpad T60 have the same problem...

** Bug watch added: w1.fi/bugz/ #362
   http://w1.fi/bugz/show_bug.cgi?id=362

** Bug watch added: w1.fi/bugz/ #363
   http://w1.fi/bugz/show_bug.cgi?id=363

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-24 Thread Yves Dorfsman
I have created two bug with the wpa-supplicant author:

http://w1.fi/bugz/show_bug.cgi?id=362

http://w1.fi/bugz/show_bug.cgi?id=363

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 563555] Re: no mouse cursor

2010-05-15 Thread Yves Dorfsman
On 10-05-15 07:12 AM, Gerry O'Rourke wrote:
 Reporting same problem as Yves.
 Dell Optiplex GX260, was running 8.04 LTS with no problems.

 Upgraded to 10.04  immediately had no mouse cursor problem after
 login.

 Workaround = ctrl-alt-F1 then ctrl-alt-F7


Hey, did you click on this bug affects me?
The more people registered that they are affected the more chances we get that 
somebody looks at it.

-- 
Yves.  http://www.SollerS.ca/
xmpp:y...@zioup.com

-- 
no mouse cursor
https://bugs.launchpad.net/bugs/563555
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-11 Thread Yves Dorfsman
Barry: Was yours a fresh install or an upgrade from 9.10 (mine was an
upgrade)?

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-11 Thread Yves Dorfsman
I too tried wicd and get the same problems. so it looks like it's not a
network-manager issue, but either a wpasupplicant or a kernel driver
problem.

** Package changed: network-manager (Ubuntu) = wpasupplicant (Ubuntu)

** Changed in: wpasupplicant (Ubuntu)
   Status: New = Confirmed

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-08 Thread Yves Dorfsman
I followed the instructions at:
http://live.gnome.org/NetworkManager/Debugging

And captured the wpa debug output while making the network fail by going
down a street in google street view, and have attached the result, and
have attached the result.


** Attachment added: wpa_supplicant.log
   http://launchpadlibrarian.net/48084707/wpa_supplicant.log

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-08 Thread Yves Dorfsman
And here is the debug output of wpasupplicant while trying to re-connect
and getting  WPA: Could not verify EAPOL-Key MIC - dropping packet. I
ended up having to turn off the network and back on before it could
connect.

** Attachment added: wpa_supplicant.log
   http://launchpadlibrarian.net/48084912/wpa_supplicant.log

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 563555] Re: no mouse cursor

2010-05-08 Thread Yves Dorfsman
Same problem here.

The package metacity is already installed, so apt-get won't  install it.

I did find one work-around:
ctrl-alt-F1 then ctrl-alt-F7

And you get the cursor on the loging screen, until the next
suspend/resume cycle.

-- 
no mouse cursor
https://bugs.launchpad.net/bugs/563555
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-07 Thread Yves Dorfsman
I noticed, and re-created in a consistent manner the CTRL-EVENT-
DISCONNECTED error by following these steps:

-get a wireless connection
-go to maps.google.ca
-pick an address, any address (say, eiffel tower, paris, france)
-switch to google street view (drag the little orange guy and drop it on the 
map)
-click on one of the arrow to move down a street, keep clicking to move down 
the street

Depending on the street, by the sixth time you click, it will
disconnect, but sometimes as quick as on the third time.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-07 Thread Yves Dorfsman
I had said that the disconnection happened on some youtube videos, but I
wasn't bale to find one that make it consistently happen. Vimeo on the
other hand does. Try to watch:

http://vimeo.com/5427104

Make my wireless disconnect before I reach the 30 second mark, every
single time, consistently.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-05-07 Thread Yves Dorfsman
I noticed that over 60 people followed this bug, but only one person
(me!) says it affects them.

This bug has been opened for 10 days but has yet to be assigned.

If you are experiencing the problems described here, please open an account on 
launchpad and click on this bug affect you link:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/569841/+affectsmetoo

Thank you.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] [NEW] wireless network has problem connecting and sometimes disconnect

2010-04-25 Thread Yves Dorfsman
Public bug reported:

Binary package hint: network-manager

Lenovo T60 with an Intel wireless card.

Wireless worked flawlessly in 9.04 and 9.10. My other computers still
running 9.10 don't have any problem on the same wireless routes.

Just upgraded to 10.4 beta and often runs into these two problems.

1) after resuming from suspend, it cannot connect. Looking at daemon.log
I see:

NetworkManager: info  (wlan0): supplicant connection state:  4-way handshake 
- associated
aristotle wpa_supplicant[1055]: WPA: Could not verify EAPOL-Key MIC - dropping 
packet
aristotle avahi-daemon[911]: Registering new address record for 
fe80::21c:bfff:fe08:704a on wlan0.*.
aristotle wpa_supplicant[1055]: WPA: Could not verify EAPOL-Key MIC - dropping 
packet
aristotle wpa_supplicant[1055]: WPA: Could not verify EAPOL-Key MIC - dropping 
packet


2) sometimes it just disconnect. This seems to be related to traffic, it
only happens when streaming video from the net (youtube, vimeo, etc...).
Doing a tail -f on daemon.log, this appears at the exact time that I
loose my connection:

wpa_supplicant[1055]: CTRL-EVENT-DISCONNECTED - Disconnect event -
remove keys

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: network-manager 0.8-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic-pae i686
Architecture: i386
Date: Sun Apr 25 10:44:32 2010
IpRoute:
 192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.173  metric 
2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 default via 192.168.2.43 dev wlan0  proto static
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: network-manager

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


** Tags: apport-bug i386 lucid

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-04-25 Thread Yves Dorfsman

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

** Attachment added: IfupdownConfig.txt
   http://launchpadlibrarian.net/45350411/IfupdownConfig.txt

** Attachment added: IpAddr.txt
   http://launchpadlibrarian.net/45350412/IpAddr.txt

** Attachment added: PciNetwork.txt
   http://launchpadlibrarian.net/45350413/PciNetwork.txt

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
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 451266] Re: meta-gnome2 not installable, broken package dependencies

2009-11-11 Thread Yves Dorfsman
Same problem here with fresh install of 9.10

 dependencies that you might not want.
Exactly, I don't want ubuntu-desktop, I want gnome.

Yes same here... I think I have the problem because I removed evolution,
and that in turns removed some packages that gnome depends on. I will do
some more test and confirm.

-- 
meta-gnome2 not installable, broken package dependencies
https://bugs.launchpad.net/bugs/451266
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 451266] Re: meta-gnome2 not installable, broken package dependencies

2009-11-11 Thread Yves Dorfsman
I have re-install yet another machine with the exact same preseed files,
same scripts etc... with one exception: I do not remove evolution any
more, and gnome worked fine right after the install.

Making an OS dependant on one email client is plain silly ! If wanted to
be forced to use one window manager and one email client, I'd be using
MS Windows !

-- 
meta-gnome2 not installable, broken package dependencies
https://bugs.launchpad.net/bugs/451266
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