[Bug 1852748] [NEW] Please backport font color fix from https://gitlab.gnome.org/GNOME/evolution/issues/617

2019-11-15 Thread Twbecker
Public bug reported:

This issue makes email very difficult to read when using a dark theme.
It's fixed upstream in newer versions of Evolution but Gnome team is no
longer maintaining 3.28.x.

** Affects: evolution (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/1852748

Title:
  Please backport font color fix from
  https://gitlab.gnome.org/GNOME/evolution/issues/617

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

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

[Bug 967332] Re: update-software-center-agent crashed with OSError in rmtree(): [Errno 39] Directory not empty: '/home/username/.cache/software-center/software-center-agent.db'

2012-11-06 Thread Twbecker
I'm on a from-scratch precise install and still see this.  Open software
center, do a search, and it crashes as I'm looking at the results.

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

Title:
  update-software-center-agent crashed with OSError in rmtree(): [Errno
  39] Directory not empty: '/home/username/.cache/software-center
  /software-center-agent.db'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967332/+subscriptions

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


[Bug 956810] Re: Small memory leak (~200 KiB/h)

2012-05-09 Thread Twbecker
FYI I'm also seeing a major leak in Precise.  Went on vacation for 4
days and indicator-multiload was using ~5GB!

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

Title:
  Small memory leak (~200 KiB/h)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-multiload/+bug/956810/+subscriptions

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


[Bug 569757] Re: NIS upstart dependency broken for lucid

2012-01-05 Thread Twbecker
...and still in oneiric.  What is it going to take to get this fixed?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/569757

Title:
  NIS upstart dependency broken for lucid

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

-- 
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 569757] Re: NIS upstart dependency broken for lucid

2012-01-05 Thread Twbecker
I have a colleague that ran into the issue on Oneiric, I don't have a
box handy to test it on.  I'll relay this request to him though.  My
real interest is getting this fixed for 12.04, which I and several other
colleagues are planning on moving to when it's released.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/569757

Title:
  NIS upstart dependency broken for lucid

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

-- 
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 569757] Re: NIS upstart dependency broken for lucid

2012-01-05 Thread Twbecker
From my colleague:

“start nis” didn’t produce any errors, so I re-ran the install with a
set –x added to the script. It hit problems in invoke-rc.d, so I ran
that standalone with set –x.   Results:


# apt-get install nis
Reading package lists... Done
Building dependency tree   
Reading state information... Done
nis is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up nis (3.17-32ubuntu2~oneiric1~ppa1) ...
+ set -e
+ umask 022
+ . /usr/share/debconf/confmodule
+ [ !  ]
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [  ]
+ exec /usr/share/debconf/frontend /var/lib/dpkg/info/nis.postinst configure 
3.17-32ubuntu1
+ set -e
+ umask 022
+ . /usr/share/debconf/confmodule
+ [ ! 1 ]
+ [ -z  ]
+ exec
+ [  ]
+ exec
+ DEBCONF_REDIR=1
+ export DEBCONF_REDIR
+ db_version 2.0
+ _db_cmd VERSION 2.0
+ IFS=  printf %s\n VERSION 2.0
+ IFS=
 read -r _db_internal_line
+ RET=2.0
+ return 0
+ cd /etc/init.d
+ [ -f nis ]
+ chmod 755 nis
+ install_defaults
+ [ ! -s /etc/default/nis ]
+ return 0
+ . /etc/default/nis
+ NISSERVER=false
+ NISCLIENT=true
+ YPPWDDIR=/etc
+ YPCHANGEOK=chsh
+ NISMASTER=
+ YPSERVARGS=
+ YPBINDARGS=-no-dbus
+ YPPASSWDDARGS=
+ YPXFRDARGS=
+ db_get nis/domain
+ _db_cmd GET nis/domain
+ IFS=  printf %s\n GET nis/domain
+ IFS=
 read -r _db_internal_line
+ RET=netapp.com
+ return 0
+ [ ##.com !=  ]
+ echo netapp.com
+ update-rc.d -f nis remove
 Removing any system startup links for /etc/init.d/nis ...
+ upstart_invoke_rcd start
+ action=start
+ invoke-rc.d --query nis start
dpkg: error processing nis (--configure):
 subprocess installed post-installation script returned error exit status 105
Errors were encountered while processing:
 nis
E: Sub-process /usr/bin/dpkg returned an error code (1)


And from invoke-rc.d:


# invoke-rc.d --query nis start
+ RUNLEVELHELPER=/sbin/runlevel
+ POLICYHELPER=/usr/sbin/policy-rc.d
+ INITDPREFIX=/etc/init.d/
+ RCDPREFIX=/etc/rc
+ BEQUIET=
+ MODE=
+ ACTION=
+ FALLBACK=
+ NOFALLBACK=
+ FORCE=
+ RETRY=
+ RETURNFAILURE=
+ RC=
+ set +e
+ test 3 -eq 0
+ state=I
+ test 3 -gt 0
+ test I != III
+ MODE=query
+ RETURNFAILURE=yes
+ shift
+ test 2 -gt 0
+ test I != III
+ verifyparameter nis
+ test 1 -eq 0
+ test 1 -ne 1
+ return
+ INITSCRIPTID=nis
+ state=II
+ shift
+ test 1 -gt 0
+ test II != III
+ verifyparameter start
+ test 1 -eq 0
+ test 1 -ne 1
+ return
+ ACTION=start
+ state=III
+ shift
+ test 0 -gt 0
+ test III != III
+ test ! -f /etc/init.d/nis
+ sed s/.*\ //
+ /sbin/runlevel
+ RL=2
+ test ! 0
+ test x2 = x0
+ test x2 = x6
+ test x2 = x0
+ test x2 = x6
+ test x2 != x
+ xargs
+ ls -d -Q /etc/rc2.d/S[0-9][0-9]nis
+ SLINK=
+ xargs
+ ls -d -Q /etc/rc2.d/K[0-9][0-9]nis
+ KLINK=
+ xargs
+ ls -d -Q /etc/rcS.d/S[0-9][0-9]nis
+ SSLINK=
+ verifyrclink
+ doexit=
+ test 0 -gt 0
+ test x != x
+ return 0
+ RC=
+ testexec
+ test 0 -gt 0
+ return 1
+ testexec
+ test 0 -gt 0
+ return 1
+ testexec
+ test 0 -gt 0
+ return 1
+ testexec /etc/init.d/nis
+ test 1 -gt 0
+ test -x /etc/init.d/nis
+ return 0
+ test x = x
+ test xquery = xquery
+ RC=105
+ querypolicy
+ policyaction=start
+ test x105 = x101
+ test x/usr/sbin/policy-rc.d != x
+ test -x /usr/sbin/policy-rc.d
+ test x105 = x
+ return
+ test xquery != xquery
+ test xquery = xquery
+ exit 105

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in Ubuntu.
https://bugs.launchpad.net/bugs/569757

Title:
  NIS upstart dependency broken for lucid

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

-- 
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 569757] Re: NIS upstart dependency broken for lucid

2012-01-05 Thread Twbecker
...and still in oneiric.  What is it going to take to get this fixed?

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

Title:
  NIS upstart dependency broken for lucid

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

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


[Bug 569757] Re: NIS upstart dependency broken for lucid

2012-01-05 Thread Twbecker
I have a colleague that ran into the issue on Oneiric, I don't have a
box handy to test it on.  I'll relay this request to him though.  My
real interest is getting this fixed for 12.04, which I and several other
colleagues are planning on moving to when it's released.

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

Title:
  NIS upstart dependency broken for lucid

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

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


[Bug 569757] Re: NIS upstart dependency broken for lucid

2012-01-05 Thread Twbecker
From my colleague:

“start nis” didn’t produce any errors, so I re-ran the install with a
set –x added to the script. It hit problems in invoke-rc.d, so I ran
that standalone with set –x.   Results:


# apt-get install nis
Reading package lists... Done
Building dependency tree   
Reading state information... Done
nis is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up nis (3.17-32ubuntu2~oneiric1~ppa1) ...
+ set -e
+ umask 022
+ . /usr/share/debconf/confmodule
+ [ !  ]
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [  ]
+ exec /usr/share/debconf/frontend /var/lib/dpkg/info/nis.postinst configure 
3.17-32ubuntu1
+ set -e
+ umask 022
+ . /usr/share/debconf/confmodule
+ [ ! 1 ]
+ [ -z  ]
+ exec
+ [  ]
+ exec
+ DEBCONF_REDIR=1
+ export DEBCONF_REDIR
+ db_version 2.0
+ _db_cmd VERSION 2.0
+ IFS=  printf %s\n VERSION 2.0
+ IFS=
 read -r _db_internal_line
+ RET=2.0
+ return 0
+ cd /etc/init.d
+ [ -f nis ]
+ chmod 755 nis
+ install_defaults
+ [ ! -s /etc/default/nis ]
+ return 0
+ . /etc/default/nis
+ NISSERVER=false
+ NISCLIENT=true
+ YPPWDDIR=/etc
+ YPCHANGEOK=chsh
+ NISMASTER=
+ YPSERVARGS=
+ YPBINDARGS=-no-dbus
+ YPPASSWDDARGS=
+ YPXFRDARGS=
+ db_get nis/domain
+ _db_cmd GET nis/domain
+ IFS=  printf %s\n GET nis/domain
+ IFS=
 read -r _db_internal_line
+ RET=netapp.com
+ return 0
+ [ ##.com !=  ]
+ echo netapp.com
+ update-rc.d -f nis remove
 Removing any system startup links for /etc/init.d/nis ...
+ upstart_invoke_rcd start
+ action=start
+ invoke-rc.d --query nis start
dpkg: error processing nis (--configure):
 subprocess installed post-installation script returned error exit status 105
Errors were encountered while processing:
 nis
E: Sub-process /usr/bin/dpkg returned an error code (1)


And from invoke-rc.d:


# invoke-rc.d --query nis start
+ RUNLEVELHELPER=/sbin/runlevel
+ POLICYHELPER=/usr/sbin/policy-rc.d
+ INITDPREFIX=/etc/init.d/
+ RCDPREFIX=/etc/rc
+ BEQUIET=
+ MODE=
+ ACTION=
+ FALLBACK=
+ NOFALLBACK=
+ FORCE=
+ RETRY=
+ RETURNFAILURE=
+ RC=
+ set +e
+ test 3 -eq 0
+ state=I
+ test 3 -gt 0
+ test I != III
+ MODE=query
+ RETURNFAILURE=yes
+ shift
+ test 2 -gt 0
+ test I != III
+ verifyparameter nis
+ test 1 -eq 0
+ test 1 -ne 1
+ return
+ INITSCRIPTID=nis
+ state=II
+ shift
+ test 1 -gt 0
+ test II != III
+ verifyparameter start
+ test 1 -eq 0
+ test 1 -ne 1
+ return
+ ACTION=start
+ state=III
+ shift
+ test 0 -gt 0
+ test III != III
+ test ! -f /etc/init.d/nis
+ sed s/.*\ //
+ /sbin/runlevel
+ RL=2
+ test ! 0
+ test x2 = x0
+ test x2 = x6
+ test x2 = x0
+ test x2 = x6
+ test x2 != x
+ xargs
+ ls -d -Q /etc/rc2.d/S[0-9][0-9]nis
+ SLINK=
+ xargs
+ ls -d -Q /etc/rc2.d/K[0-9][0-9]nis
+ KLINK=
+ xargs
+ ls -d -Q /etc/rcS.d/S[0-9][0-9]nis
+ SSLINK=
+ verifyrclink
+ doexit=
+ test 0 -gt 0
+ test x != x
+ return 0
+ RC=
+ testexec
+ test 0 -gt 0
+ return 1
+ testexec
+ test 0 -gt 0
+ return 1
+ testexec
+ test 0 -gt 0
+ return 1
+ testexec /etc/init.d/nis
+ test 1 -gt 0
+ test -x /etc/init.d/nis
+ return 0
+ test x = x
+ test xquery = xquery
+ RC=105
+ querypolicy
+ policyaction=start
+ test x105 = x101
+ test x/usr/sbin/policy-rc.d != x
+ test -x /usr/sbin/policy-rc.d
+ test x105 = x
+ return
+ test xquery != xquery
+ test xquery = xquery
+ exit 105

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

Title:
  NIS upstart dependency broken for lucid

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

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

[Bug 571725] Re: evince not open

2010-07-01 Thread Twbecker
There is something weird going on here.  I have the latest evince and I
was getting the same errors.  Creating ~/.gnome2/evince was not
enoughI had to touch last_settings to get evince to open at all.
For the record, my home dir is NFS mounted.  And although evince opens
now I still get these messages when running evince from the command
line:

thoma...@thomaswb-desktop:~$ evince

(evince:4901): EggSMClient-WARNING **: Failed to connect to the session
manager: None of the authentication protocols specified are supported


(evince:4901): Gtk-WARNING **: Attempting to read the recently used resources 
file at `/u/thomaswb/.recently-used.xbel', but the parser failed: Failed to 
open file '/u/thomaswb/.recently-used.xbel': Permission denied.

(evince:4901): Gtk-WARNING **: Attempting to store changes into
`/u/thomaswb/.recently-used.xbel', but failed: Failed to create file
'/u/thomaswb/.recently-used.xbel.9C04EV': Permission denied

(evince:4901): Gtk-WARNING **: Attempting to set the permissions of
`/u/thomaswb/.recently-used.xbel', but failed: Permission denied

-- 
evince not open
https://bugs.launchpad.net/bugs/571725
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 542731] Re: [gm45] Xorg crash - Failed to submit batchbuffer: No space left on device

2010-06-03 Thread Twbecker
I'm having what appears to be the same crash, though not when viewing an
image.  My server crashes maybe 1 out of 3 times upon initial login.  If
I get past this point, it seems to be stable.  I've attached my Xorg log
from the crash.

** Attachment added: Xorg log showing crash on login
   http://launchpadlibrarian.net/49606032/Xorg.0.log.old

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Invalid = Incomplete

-- 
[gm45] Xorg crash - Failed to submit batchbuffer: No space left on device
https://bugs.launchpad.net/bugs/542731
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 528432] Re: [gm45] X crashes and restarts with *ERROR* Failed to pin buffer 4 of 17

2010-06-03 Thread Twbecker
I'm having a similar issue to this where X crashes on login maybe 1 out
of 3 times.  It seems to be stable if I can get through the login
process.  Attached is my Xorg log from the crash.  Also, I found the
following in dmesg output which looks relevant:


[   85.779437] [drm:i915_gem_do_execbuffer] *ERROR* Failed to pin buffer 2 of 
16, total 62062592 bytes: -28
[   85.779441] [drm:i915_gem_do_execbuffer] *ERROR* 625 objects [7 pinned], 
157769728 object bytes [24006656 pinned], 24006656/134217728 gtt bytes


** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/49606360/Xorg.0.log.old

-- 
[gm45] X crashes and restarts with *ERROR* Failed to pin buffer 4 of 17
https://bugs.launchpad.net/bugs/528432
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