[Bug 643822] Re: System freezes unless mouse/keyboard constantly used

2013-06-12 Thread Henri Reinikainen
** Changed in: linux (Ubuntu)
   Status: Expired => Incomplete

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

Title:
  System freezes unless mouse/keyboard constantly used

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

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


[Bug 643822] Re: System freezes unless mouse/keyboard constantly used

2013-06-12 Thread Henri Reinikainen
I don't know if these are any help, there is no error messages anywhere.

** Attachment added: "dmesg boot normal"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/643822/+attachment/3701982/+files/dmesg.normal.out

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

Title:
  System freezes unless mouse/keyboard constantly used

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

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


[Bug 643822] Re: System freezes unless mouse/keyboard constantly used

2013-06-12 Thread Henri Reinikainen
** Attachment added: "dmesg boot with nolapic_timer clocksource=jiffies"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/643822/+attachment/3701981/+files/dmesg.jiffies.out

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

Title:
  System freezes unless mouse/keyboard constantly used

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

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


[Bug 643822] Re: System freezes unless mouse/keyboard constantly used

2013-06-12 Thread Henri Reinikainen
btw processor.max_cstate=1 seem to work too. I did not give much uptime
to that. I'm not sure which is better solution.

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

Title:
  System freezes unless mouse/keyboard constantly used

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

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


[Bug 643822] Re: System freezes unless mouse/keyboard constantly used

2013-06-12 Thread Henri Reinikainen
** Attachment added: "dmesg boot with processor.max_cstate=1"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/643822/+attachment/3701980/+files/dmesg.cstate.out

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

Title:
  System freezes unless mouse/keyboard constantly used

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

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


[Bug 643822] Re: System freezes unless mouse/keyboard constantly used

2013-06-12 Thread Henri Reinikainen
I have AMILO Pi 2540 laptop

With Intel T2398 (http://ark.intel.com/products/35153/Intel-Pentium-
Processor-T2390-1M-Cache-1_86-GHz-533-MHz-FSB), my system worked
perfectly.

After upgrading to Intel T8100 (http://ark.intel.com/products/33916
/Intel-Core2-Duo-Processor-T8100-3M-Cache-2_10-GHz-800-MHz-FSB), I
started to having problems as described in this (and #669535) bug.

I have not (yet) tried "processor.max_cstate=1" as described in Bug
#669535, but with "nolapic_timer clocksource=jiffies" kernel parameters
everything seems to work. (~24h up and running with no trouble)

There is also 1.15c bios update for AMILO Pi 2540, that I have not tried
yet.

My system is Ubuntu 13.04 with Linux 3.8.0-23-generic kernel

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

Title:
  System freezes unless mouse/keyboard constantly used

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

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


[Bug 1173727] [NEW] xdg-open calls exo-open not gnome-open

2013-04-27 Thread Henri Reinikainen
Public bug reported:

when executing xdg-open "magnet:?...

xdg-open detects XFCE display manager and calls exo-open "$1" witch is
not capable to handle magnets at all.

should it call gnome-open with xubuntu?

quick fix:

edit /usr/bin/xdg-open and change
if [ x"$DE" = x"" ]; then
DE=generic
fi

to
if [ x"$DE" = x"" ]; then
DE=generic
fi
DE=gnome

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xdg-utils 1.1.0~rc1-2ubuntu7
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat Apr 27 22:08:40 2013
InstallationDate: Installed on 2013-04-11 (16 days ago)
InstallationMedia: Xubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: Upgraded to raring on 2013-04-25 (1 days ago)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  xdg-open calls exo-open not gnome-open

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

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