[Bug 1314556] Re: Unable to mount Android MTP device

2015-01-09 Thread Martin Dederer
I experience the same issue with Ubuntu 14.04 LTS and a Wiko Bloom with
Android 4.4.2. What kind of information do you need in order to debug
this?

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

Title:
  Unable to mount Android MTP device

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

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


[Bug 575980] Re: Boot problem with UUID in Lucid 10.04

2010-06-13 Thread Martin Dederer
Same problem here. After a clean install of 10.04 ubuntu fails to boot
from a raid1 with the message ALERT! /dev/disk/by-uuid/uuid of my md0
aka root partition does not exist. Dropping to a shell.. The directory
/dev/disk/by-uuid is not existent in the shell im dropped to afterwards.

-- 
Boot problem with UUID in Lucid 10.04
https://bugs.launchpad.net/bugs/575980
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 575980] Re: Boot problem with UUID in Lucid 10.04

2010-06-13 Thread Martin Dederer
Note: the same raid1 that the installed 10.04 can not boot from gets
correctly assembled and works just fine with the rescue system of the
10.04 installation medium.

-- 
Boot problem with UUID in Lucid 10.04
https://bugs.launchpad.net/bugs/575980
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 575980] Re: Boot problem with UUID in Lucid 10.04

2010-06-13 Thread Martin Dederer
*** This bug is a duplicate of bug 576071 ***
https://bugs.launchpad.net/bugs/576071

** This bug has been marked a duplicate of bug 576071
   After upgrade to Lucid /dev/disk/by-uuid missing when booting with initramfs

-- 
Boot problem with UUID in Lucid 10.04
https://bugs.launchpad.net/bugs/575980
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 516983] Re: gdm does not start properly (I need to switch with CTRL-F7)!

2010-02-06 Thread Martin Dederer
I can confirm this issue. It started to show only just recently.

-- 
gdm does not start properly (I need to switch with CTRL-F7)!
https://bugs.launchpad.net/bugs/516983
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 397744] Re: monodevelop debugger not working

2009-07-30 Thread Martin Dederer
I looked into this issue again and tried rebuilding the package mono-
debugger_2.4.2-1 from source. This fixed the aforementioned problem i
described in the original report. In addition i had to install the
package mono-dbg_2.4+dfsg-5ubuntu1 to make the mono debugger work
correctly on monodevelop. I can debug c# applications using monodevelop
now.

So this issue might be fixed by rebuilding the mono-debugger package and
adding an additional package dependency to the mono-dbg package.

-- 
monodevelop debugger not working
https://bugs.launchpad.net/bugs/397744
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 397744] [NEW] monodevelop debugger not working

2009-07-10 Thread Martin Dederer
Public bug reported:

Binary package hint: monodevelop

I tested the debugger support in monodevelop and it turns out it does
not work as expected. Whenever i execute in debug mode monodevelop
actually enters the debug mode but i can't use any debug functions like
stepping etc.

The following output is generated on the terminal:


f...@bar:~$ monodevelop 
WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some 
Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your 
Mozilla directory.
WARNUNG [2009-07-10 10:23:10Z]: Inotify watch limit is too low (8192).
MonoDevelop will switch to managed file watching.
See http://www.monodevelop.com/Inotify_Watches_Limit for more info.
PARSE LOAD: 112,104
## DebuggerServer started

** (/usr/lib/monodevelop/AddIns/MonoDevelop.Debugger/DebuggerServer.exe:10300): 
WARNING **: The following assembly referenced from 
/usr/lib/mono/gac/Mono.Debugger/1.0.0.0__0738eb9f132ed756/Mono.Debugger.dll 
could not be loaded:
 Assembly:   Mono.Cecil(assemblyref_index=3)
 Version:0.6.8.8607
 Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in the 
MONO_PATH environment variable, or in the location of the executing assembly 
(/usr/lib/mono/gac/Mono.Debugger/1.0.0.0__0738eb9f132ed756/).


** (/usr/lib/monodevelop/AddIns/MonoDevelop.Debugger/DebuggerServer.exe:10300): 
WARNING **: Could not load file or assembly 'Mono.Cecil, Version=0.6.8.8607, 
Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
EXCEPTION: System.TypeLoadException: A type load exception has occurred.
  at (wrapper remoting-invoke-with-check) 
Mono.Debugger.Languages.Mono.MonoLanguageBackend:Notification 
(Mono.Debugger.Backend.SingleSteppingEngine,Mono.Debugger.Backend.Inferior,Mono.Debugger.Backend.NotificationType,Mono.Debugger.TargetAddress,long)
  at Mono.Debugger.Backend.MonoThreadManager.HandleChildEvent 
(Mono.Debugger.Backend.SingleSteppingEngine engine, 
Mono.Debugger.Backend.Inferior inferior, Mono.Debugger.Backend.ChildEvent 
cevent, System.Boolean resume_target) [0x003b7] in 
/build/buildd/mono-debugger-2.4/backend/MonoThreadManager.cs:366 
  at Mono.Debugger.Backend.ThreadManager.HandleChildEvent 
(Mono.Debugger.Backend.SingleSteppingEngine engine, 
Mono.Debugger.Backend.Inferior inferior, Mono.Debugger.Backend.ChildEvent 
cevent, System.Boolean resume_target) [0x00101] in 
/build/buildd/mono-debugger-2.4/backend/ThreadManager.cs:201 
  at (wrapper remoting-invoke-with-check) 
Mono.Debugger.Backend.ThreadManager:HandleChildEvent 
(Mono.Debugger.Backend.SingleSteppingEngine,Mono.Debugger.Backend.Inferior,Mono.Debugger.Backend.Inferior/ChildEvent,bool)
  at Mono.Debugger.Backend.SingleSteppingEngine.ProcessEvent 
(Mono.Debugger.Backend.ChildEvent cevent) [0x001e0] in 
/build/buildd/mono-debugger-2.4/backend/SingleSteppingEngine.cs:206 
  at Mono.Debugger.Backend.SingleSteppingEngine.ProcessEvent (Int32 status) 
[0xc] in 
/build/buildd/mono-debugger-2.4/backend/SingleSteppingEngine.cs:155 
  at (wrapper remoting-invoke-with-check) 
Mono.Debugger.Backend.SingleSteppingEngine:ProcessEvent (int)
  at Mono.Debugger.Backend.ThreadManager.engine_thread_main () [0x000cd] in 
/build/buildd/mono-debugger-2.4/backend/ThreadManager.cs:324


It looks like Mono.Debugger is expecting a different version of the Mono.Cecil 
library than the one that is installed.

f...@bar:~# find /usr/lib/mono/gac/Mono.Cecil
/usr/lib/mono/gac/Mono.Cecil
/usr/lib/mono/gac/Mono.Cecil/0.6.9.0__0738eb9f132ed756
/usr/lib/mono/gac/Mono.Cecil/0.6.9.0__0738eb9f132ed756/Mono.Cecil.dll


I'm running ubuntu karmic alpha2.

Description:Ubuntu karmic (development branch)
Release:9.10

monodevelop: 2.0+dfsg-2ubuntu2
monodevelop-debugger-mdb: 2.0-2ubuntu1
libmono-cecil-private-cil: 2.4+dfsg-5ubuntu1

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

-- 
monodevelop debugger not working
https://bugs.launchpad.net/bugs/397744
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 272292] Re: [Intrepid] No on-screen display for volume or brightness control on Thinkpad T60

2008-11-03 Thread Martin Dederer
Pressing the volume-up, volume-down and the mute buttons, in addition to
controlling the volume and muting, triggers the screensaver on my
thinkpad r51.

This is happening on intrepid ibex final upgraded from hardy.

-- 
[Intrepid] No on-screen display for volume or brightness control on Thinkpad T60
https://bugs.launchpad.net/bugs/272292
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