[Bug 1101903] Re: Constantly rising memory usage by gnome-panel

2013-10-24 Thread Chris Ladd
** Tags added: raring saucy

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

Title:
  Constantly rising memory usage by gnome-panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/1101903/+subscriptions

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


[Bug 606822] Re: evoultion show that it success to connect to exchange but it can't open the mail folders

2010-10-12 Thread Chris Ladd
** Changed in: evolution-exchange (Ubuntu)
   Status: New = Confirmed

-- 
 evoultion show that it success to connect to exchange but it can't open the 
mail folders
https://bugs.launchpad.net/bugs/606822
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 606822] Re: evoultion show that it success to connect to exchange but it can't open the mail folders

2010-10-11 Thread Chris Ladd
Here is a temporary workaround that appears to help:

1. Open the broken plugin's (Exchange Operations) config file as root:

sudo vim /usr/lib/evolution/2.30/plugins/org-gnome-exchange-
operations.eplug

2. Disable the plugin from being a 'system' plugin, so that it will show
up in evolution's plugin config GUI. Edit the 3rd line in that file by
changing the system_plugin attribute to false. The entire line will
look like this:

e-plugin type=shlib system_plugin=false
location=/usr/lib/evolution/2.30/plugins/liborg-gnome-exchange-
operations load-on-startup=true id=org.gnome.evolution.plugin
.exchange-operations name=Exchange Operations

3. Save the change and exit

4. Launch evolution and pull up the plugin config GUI under
Edit-Plugins.

5. Uncheck the box next to Exchange Operations to disable the broken
plugin.

6. Restart Evolution.

-- 
 evoultion show that it success to connect to exchange but it can't open the 
mail folders
https://bugs.launchpad.net/bugs/606822
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 617549] Re: Unable to open folders on Exchange in Evolution

2010-10-11 Thread Chris Ladd
*** This bug is a duplicate of bug 606822 ***
https://bugs.launchpad.net/bugs/606822

I just added instructions for a temporary workaround on bug #606822
comment #13. The workaround described in my comment was discovered by
Alexander Usyskin on comment #4 on this thread (thanks!).

-- 
Unable to open folders on Exchange in Evolution
https://bugs.launchpad.net/bugs/617549
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 588547] [NEW] pam_tty_audit.so is missing

2010-06-01 Thread Chris Ladd
Public bug reported:

The pam_tty_audit module is missing in /lib/security but the man page is
still being installed as if it should exist. It would be nice if this
pam module could be included with all the others. If not, then the man
page should be removed so people won't get confused.

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

-- 
pam_tty_audit.so is missing
https://bugs.launchpad.net/bugs/588547
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 557177] Re: init: support mandatory arguments, or prevent starting of tasks without any arguments

2010-04-07 Thread Chris Ladd
Here is a patch to mounted-tmp.conf (part of the 'mountall' package)
that will set a sane default if $MOUNTPOINT isn't defined.

** Patch added: mounted-tmp.conf.patch
   http://launchpadlibrarian.net/43406743/mounted-tmp.conf.patch

-- 
init: support mandatory arguments, or prevent starting of tasks without any 
arguments
https://bugs.launchpad.net/bugs/557177
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 396690] [NEW] Group by thread doesn't work with Exchange MAPI

2009-07-07 Thread Chris Ladd
Public bug reported:

Binary package hint: evolution

Using Evolution with an exchange-mapi account the message view will not
group by threads even with the option checked. When using the same
view with an Exchange connector account the group by threads working
perfectly.

I'm using:

ubuntu: 9.04 (fully updated as of now)
evolution: 2.26.1-0ubuntu2
evolution-mapi: 0.26.0.1-0ubuntu2

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

-- 
Group by thread doesn't work with Exchange MAPI
https://bugs.launchpad.net/bugs/396690
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 68725] Catalog backup fails: incorrect parameters format for make_catalog_backup

2006-10-27 Thread Chris Ladd
Public bug reported:

The example bacula-dir.conf shows the catalog backup job as this:

Job {
  Name = BackupCatalog
  JobDefs = DefaultJob
  Level = Full
  FileSet=Catalog
  Schedule = WeeklyCycleAfterBackup
  # This creates an ASCII copy of the catalog
  RunBeforeJob = /etc/bacula/scripts/make_catalog_backup -uuser -ppassword
  # This deletes the copy of the catalog
  RunAfterJob  = /etc/bacula/scripts/delete_catalog_backup
  Write Bootstrap = /var/lib/bacula/BackupCatalog.bsr
  Priority = 11   # run after main backup
}

The RunBeforeJob line should be changed to this:

RunBeforeJob = /etc/bacula/scripts/make_catalog_backup dbname user
password

No flags are needed, the first parameter is the database name (ie:
bacula), the second parameter is the mysql username (ie: bacula), the
third parameter is the password for the mysql user.

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

-- 
Catalog backup fails: incorrect parameters format for make_catalog_backup
https://launchpad.net/bugs/68725

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