[Bug 1132693] Re: very short authentication timeout for Lubuntu shutdown

2013-04-06 Thread Tobias Richter
lxsession-logout waits 2s for a reply from dbus from the shutdown/reboot
request. That does not leave a lot of time to enter your password.

Patch to increase time to 6--- 
lxsession-0.4.6.1.orig/lxsession-logout/dbus-interface.c
+++ lxsession-0.4.6.1/lxsession-logout/dbus-interface.c
@@ -32,7 +32,7 @@ static struct {
 DBusConnection * connection;   /* Handle for connection */
 } dbus_context;

-enum { DBUS_TIMEOUT = 2000 };  /* Reply timeout */
+enum { DBUS_TIMEOUT = 6 }; /* Reply timeout */

 /* FORWARDS */
 gboolean dbus_ConsoleKit_CanStop(void);
0s:

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

Title:
  very short authentication timeout for Lubuntu shutdown

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

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


[Bug 309485] Re: tg3 not working after s2ram on linux 2.27-9

2011-12-07 Thread Tobias Richter
I have the same problem in Ubuntu 11.10 on a Dell Prescision M6500 with
the following broadcom adapter:

09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5761e Gigabit 
Ethernet PCIe (rev 10)
Subsystem: Dell Device 02ef
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 55
Region 0: Memory at f1be (64-bit, non-prefetchable) [size=64K]
Region 2: Memory at f1bf (64-bit, non-prefetchable) [size=64K]
Capabilities: access denied
Kernel driver in use: tg3
Kernel modules: tg3

Kernel is 3.0.0-13-generic on x86_64

I haven't tried if reloading the module helps. Rebooting certainly does.

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

Title:
  tg3 not working after s2ram on linux 2.27-9

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

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


[Bug 900295] [NEW] mount.cifs does not handle username uid

2011-12-05 Thread Tobias Richter
Public bug reported:

According to the man page you are supposed to be able to use username or
numerical id as argument to uid. But username does not work in ubuntu
11.10. Instead it passes 0 as default for unknown id. I am not running
any non std pam or user management stuff that could be to blame for
this.

$ sudo /sbin/mount.cifs project01\\dia$ mp --verbose -o 
user=dom\\tsr,rw,uid=tsr
mount.cifs kernel mount options: 
ip=172.23.12.18,unc=\\project\dia$,uid=0,ver=1,user=tsr,domain=dom,pass=

$ sudo /sbin/mount.cifs project01\\dia$ mp --verbose -o 
user=dom\\tsr,rw,uid=1000
mount.cifs kernel mount options: 
ip=172.23.12.18,unc=\\project01\dia$,uid=1000,ver=1,user=tsr,domain=dom,pass=

Mounting works in both cases, but the first does not have the desired
permissions.

** Affects: cifs-utils (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/900295

Title:
  mount.cifs does not handle username uid

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

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2010-09-28 Thread Tobias Richter
** Changed in: evolution-exchange (Ubuntu)
   Status: New = Confirmed

-- 
When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 
https://bugs.launchpad.net/bugs/631395
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 527267] Re: Application Indicators too wide

2010-08-16 Thread Tobias Richter
I've installed the version of indicator applet with Andreas' patch from
m0sia's ppa. It certainly helps, but does not give the same spacing the
notification area uses. See the screenshot. There is still extra space.

** Attachment added: patchedlayout.png
   
https://bugs.launchpad.net/indicator-application/+bug/527267/+attachment/1493077/+files/patchedlayout.png

-- 
Application Indicators too wide
https://bugs.launchpad.net/bugs/527267
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 615786] Re: flashplugin-installer doesn't use the system proxy settings, so fails to install from behind a filtering proxy / firewall

2010-08-13 Thread Tobias Richter
** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New = Confirmed

-- 
flashplugin-installer doesn't use the system proxy settings, so fails to 
install from behind a filtering proxy / firewall
https://bugs.launchpad.net/bugs/615786
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 420968] Re: cupsd crashed with SIGABRT in __kernel_vsyscall()

2009-11-24 Thread Tobias Richter
** Changed in: cups (Ubuntu)
   Status: New = Confirmed

-- 
cupsd crashed with SIGABRT in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/420968
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 467603] Re: does not create dahdi channel

2009-11-15 Thread Tobias Richter
** Changed in: asterisk (Ubuntu)
   Status: New = Invalid

-- 
does not create dahdi channel
https://bugs.launchpad.net/bugs/467603
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 467603] Re: does not create dahdi channel

2009-11-15 Thread Tobias Richter
The problem seems to be the [channels] section that is opened on line 48
of the 1217 line default config file. With all the other examples to
follow it is quite likely that a users is unaware of the open section.
If you add another [channels] section to the bottom of the file it seems
to be ignored by asterisk.

-- 
does not create dahdi channel
https://bugs.launchpad.net/bugs/467603
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 366006] Re: tsclient remembers last password connection

2009-11-13 Thread Tobias Richter
*** This bug is a duplicate of bug 296682 ***
https://bugs.launchpad.net/bugs/296682

** This bug has been marked a duplicate of bug 296682
   tsclient stores user/password as clear text

-- 
tsclient remembers last password connection
https://bugs.launchpad.net/bugs/366006
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 461810] Re: [Karmic] Liferea doesn't update feeds behind a proxy

2009-11-02 Thread Tobias Richter
** Changed in: liferea (Ubuntu)
   Status: New = Confirmed

-- 
[Karmic] Liferea doesn't update feeds behind a proxy
https://bugs.launchpad.net/bugs/461810
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 461810] Re: [Karmic] Liferea doesn't update feeds behind a proxy

2009-11-02 Thread Tobias Richter
I found that liferea fails to connect to the proxy if its own proxy
settings are to be used. With 'Auto Detect' it picked up the gnome
settings and worked fine. However, I do not need to authenticate with my
proxy so that could be another issue.

-- 
[Karmic] Liferea doesn't update feeds behind a proxy
https://bugs.launchpad.net/bugs/461810
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 467603] [NEW] does not create dahdi channel

2009-10-31 Thread Tobias Richter
Public bug reported:

Binary package hint: asterisk

Asterisk 1.6.2.0~rc2-0ubuntu1

When trying to upgrade my zaptel config to dahdi after the upgrade to
karmicasterisk 1.6 I cannot get the dahdi channel to appear:

CLI dahdi show channels
   Chan Extension  Context Language   MOH InterpretBlocked
State 
 pseudodefaultdefault 
In Service

However the hardware is recognized happily:

CLI dahdi show status 
Description  Alarms  IRQbpviol CRC4   Fra Codi 
Options  LBO
Wildcard X100P Board 1   OK  0  0  0  CAS Unk  
YEL  0 db (CSU)/0-133 feet (DSX-1)

dahdi_cfg runs without problems and I have included the generated dahdi-
channels.conf in my chan_dahdi.conf via #include dahdi-channels.conf

I've got no messages indicating any related problem:

CLI dahdi restart
 Destroying channels and reloading DAHDI configuration.
Initial softhangup of all DAHDI channels complete.
Final softhangup of all DAHDI channels complete.
  == Unregistered channel -2
  == Parsing '/etc/asterisk/chan_dahdi.conf':   == Found
  == Parsing '/etc/asterisk/dahdi-channels.conf':   == Found
  == Parsing '/etc/asterisk/users.conf':   == Found
-- Automatically generated pseudo channel
[Oct 31 22:56:28] WARNING[5793]: chan_dahdi.c:16997 process_dahdi: Ignoring any 
changes to 'userbase' (on reload) at line 17.
[Oct 31 22:56:28] WARNING[5793]: chan_dahdi.c:16997 process_dahdi: Ignoring any 
changes to 'vmsecret' (on reload) at line 21.
[Oct 31 22:56:28] WARNING[5793]: chan_dahdi.c:16997 process_dahdi: Ignoring any 
changes to 'hassip' (on reload) at line 23.
[Oct 31 22:56:28] WARNING[5793]: chan_dahdi.c:16997 process_dahdi: Ignoring any 
changes to 'hasiax' (on reload) at line 25.
[Oct 31 22:56:28] WARNING[5793]: chan_dahdi.c:16997 process_dahdi: Ignoring any 
changes to 'hasmanager' (on reload) at line 29.

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

-- 
does not create dahdi channel
https://bugs.launchpad.net/bugs/467603
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 408857] Re: ssh-agent hangs

2009-10-07 Thread Tobias Richter
Looks like the same here: ssh-agent is frozen.

The only way to get an outgoing ssh connection was to:
  unset SSH_AGENT_PID 
  unset SSH_AUTH_SOCK

ssh-agent would not even die on a kill -9

-- 
ssh-agent hangs
https://bugs.launchpad.net/bugs/408857
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 353024] Re: build zaptel against kernel 2.6.28

2009-04-27 Thread Tobias Richter
Yes, please update with the fix! Nasty regression.

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

-- 
build zaptel against kernel 2.6.28
https://bugs.launchpad.net/bugs/353024
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 280088] Re: [Intrepid] kacpid and kacpi_notify consumes all CPU after resume

2009-04-14 Thread Tobias Richter
I might not be the first to try, but jaunty works fine.

No kacpi* processes gone mad and hotplugging is functional as well.

-- 
[Intrepid] kacpid and kacpi_notify consumes all CPU after resume
https://bugs.launchpad.net/bugs/280088
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 339999] Re: evolution-mapi Last Name displayed for email address

2009-04-14 Thread Tobias Richter
I fail to see why this bug is of low importance. Someone sends you an
email and you cannot reply unless you happen to know the address and
type it in yourself. This is a completely broken mailer.

Also I am not sure we should direct users to the upstream tracker and
expect them to link the issue back here.

** Changed in: evolution-mapi (Ubuntu)
   Status: New = Confirmed

-- 
evolution-mapi Last Name displayed for email address
https://bugs.launchpad.net/bugs/33
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 334890] Re: evolution exchange configuration

2009-04-14 Thread Tobias Richter
Same problem here. Was working in 8.10.
Unfortunately the MAPI backend is broken also (very slow, reliably crashed on 
my Inbox), so there is no Exchange functionality in Jaunty for me. Quite a 
regression. 

** Changed in: evolution-exchange (Ubuntu)
   Status: New = Confirmed

-- 
evolution exchange configuration
https://bugs.launchpad.net/bugs/334890
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 305294] Re: rhythmbox fails to play m3u file (internet radio)

2009-04-04 Thread Tobias Richter
It is some kind of user setting. The only way to get it working was to remove 
~/.gconf 
I suspect some totem setting as I could not find different that seemed related 
in apps/rhythmbox

-- 
rhythmbox fails to play m3u file (internet radio)
https://bugs.launchpad.net/bugs/305294
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 305294] Re: rhythmbox fails to play m3u file (internet radio)

2009-03-29 Thread Tobias Richter
The problem also exists in Jaunty Beta.
Packages mentioned above are installed, xine plays the stream fine. However 
deleting and recreating does not have an effect.
It all worked prior to the update, so seems to be a Jaunty regression.

-- 
rhythmbox fails to play m3u file (internet radio)
https://bugs.launchpad.net/bugs/305294
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 305294] Re: rhythmbox fails to play m3u file (internet radio)

2009-03-29 Thread Tobias Richter
Not an issue on a fresh install. I'll try and find out what the
difference is.

-- 
rhythmbox fails to play m3u file (internet radio)
https://bugs.launchpad.net/bugs/305294
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 277903] Re: Missing Operating System [message at boot]

2009-02-10 Thread Tobias Richter
I also see the 'No operating system' from the bios. If it is the same 
underlying problem, I don't know. 
Mine went away using the Windows version of syslinux with the -m switch (to 
install to MBR) on the pendrive.

-- 
Missing Operating System [message at boot]
https://bugs.launchpad.net/bugs/277903
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 280088] Re: [Intrepid] kacpid and kacpi_notify consumes all CPU after resume

2008-12-08 Thread Tobias Richter
The fix works well in that it prevents kacpid and kacpi_notify from
taking lots of CPU, but on my machine at least I can no longer hotplug
my DVD-drive or my slotin disk. They are recognised when present at
boot, but you cannot (re-)attach them later successfully. That only
works for the secondary battery. Am I the only one with that problem?

-- 
[Intrepid] kacpid and kacpi_notify consumes all CPU after resume
https://bugs.launchpad.net/bugs/280088
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 280088] Re: [Intrepid] kacpid and kacpi_notify consumes all CPU after resume

2008-11-27 Thread Tobias Richter
2.6.27-10-generic has the problem, too. With that version out, I am a
bit reluctant reverting back to the -8 version with the fix.

-- 
[Intrepid] kacpid and kacpi_notify consumes all CPU after resume
https://bugs.launchpad.net/bugs/280088
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 280088] Re: [Intrepid] kacpid and kacpi_notify consumes all CPU after resume

2008-11-25 Thread Tobias Richter
Also is a problem on my D630 with stock 2.6.27-8-generic.

-- 
[Intrepid] kacpid and kacpi_notify consumes all CPU after resume
https://bugs.launchpad.net/bugs/280088
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 241753] Re: uvcvideo module randomly fails to load

2008-11-23 Thread Tobias Richter
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
uvcvideo module randomly fails to load
https://bugs.launchpad.net/bugs/241753
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 241753] Re: uvcvideo module randomly fails to load

2008-11-23 Thread Tobias Richter
I have the same issue with linux-image-2.6.27-7-generic both on i386 and
x64.

A hotplugged camera is never recognised correctly and fails to work. 
'sudo rmmod uvcvideo' and replugging helps, i.e. then the camera works despite 
these messages:
 [235797.076550] usb 4-6: new high speed USB device using ehci_hcd and address 9
 [235797.386065] usb 4-6: configuration #1 chosen from 1 choice
 [235798.388566] 9:3:3: cannot set freq 16000 to ep 0x86
 [235800.405614] uvcvideo: Found UVC 1.00 device unnamed (046d:08c3)
 [235800.443563] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 
(exp. 26).
 [235800.471605] input: UVC Camera (046d:08c3) as 
/devices/pci:00/:00:1a.7/usb4/4-6/4-6:1.0/input/input6
 [235800.480124] usbcore: registered new interface driver uvcvideo
 [235800.480128] USB Video Class driver (v0.1.0)
 [235852.378470] usb 4-6: USB disconnect, address 9

-- 
uvcvideo module randomly fails to load
https://bugs.launchpad.net/bugs/241753
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 183762] Re: mysqldumpslow doesn't work

2008-11-08 Thread Tobias Richter
The bug may have been fixed in version 5.0.51-3ubuntu1 but it is
(slightly altered) back in 5.0.51a-3ubuntu5.1, that is hardy and
intrepid.

Patch attached.

** Attachment added: mysqldumpslow.patch
   http://launchpadlibrarian.net/19484715/mysqldumpslow.patch

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
mysqldumpslow doesn't work
https://bugs.launchpad.net/bugs/183762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 183762] Re: mysqldumpslow doesn't work

2008-11-08 Thread Tobias Richter
The bug may have been fixed in version 5.0.51-3ubuntu1 but it is
(slightly altered) back in 5.0.51a-3ubuntu5.1, that is hardy and
intrepid.

Patch attached.

** Attachment added: mysqldumpslow.patch
   http://launchpadlibrarian.net/19484715/mysqldumpslow.patch

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
mysqldumpslow doesn't work
https://bugs.launchpad.net/bugs/183762
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 275089] Re: No Shift+Click in xvnc4viewer

2008-11-02 Thread Tobias Richter
ctrl-shift does not work either

tested against a hardy vino server

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

-- 
No Shift+Click in xvnc4viewer
https://bugs.launchpad.net/bugs/275089
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 231091] Re: evolution does not recognize a meeting

2008-10-28 Thread Tobias Richter
[EMAIL PROTECTED] wrote:
 Hardy Heron 8.04 LTS

That's not the version of your evolution packages. Please send the
output of 'dpkg -l evolution\*'

Tobias

-- 
evolution does not recognize a meeting
https://bugs.launchpad.net/bugs/231091
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 231091] Re: evolution does not recognize a meeting

2008-05-19 Thread Tobias Richter
confirmed as a regression in one of the latest hardy-proposed changes

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

-- 
evolution does not recognize a meeting
https://bugs.launchpad.net/bugs/231091
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 231091] Re: evolution does not recognize a meeting

2008-05-19 Thread Tobias Richter
Temporary fix:
$ sudo apt-get install evolution=2.22.1-0ubuntu3 
evolution-common=2.22.1-0ubuntu3 evolution-plugins=2.22.1-0ubuntu3

-- 
evolution does not recognize a meeting
https://bugs.launchpad.net/bugs/231091
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 226925] Re: 2.22.1.1 stable update

2008-05-19 Thread Tobias Richter
calendar regression: bug #231091 evolution does not recognize a
meeting

-- 
2.22.1.1 stable update
https://bugs.launchpad.net/bugs/226925
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 231091] Re: evolution does not recognize a meeting

2008-05-19 Thread Tobias Richter
Disabling the plain-text plugin helped here too, that seems to be the culprit.
Thanks!

-- 
evolution does not recognize a meeting
https://bugs.launchpad.net/bugs/231091
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