[Bug 1876286] Re: Evolution reports "Error performing TLS handshake: Internal error in memory allocation."

2020-05-08 Thread Eric G. Stern
For me it affects IMAP mail retrieval from imap.aol.com.

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

Title:
  Evolution reports "Error performing TLS handshake: Internal error in
  memory allocation."

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

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

[Bug 1787948] Re: environment-modules should depend on tcl and not on tcl8.6

2019-09-05 Thread Eric G. Stern
I hit this in testing using vagrant to spin up virtual machines.  I
start with the vagrant box bento/ubuntu-18.04 from
app.vagrantup.com/boxes.  After I install environment-modules, I can't
list any modules because of the above problem.  It works after I
explicitly install the tcl package.

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

Title:
  environment-modules should depend on tcl and not on tcl8.6

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

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

[Bug 1531622] Re: default config still using a legacy keyword: KLogPermitNonKernelFacility

2018-02-05 Thread Eric G
Still seems to be a problem for 16.04.

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

Title:
  default config still using a legacy keyword:
  KLogPermitNonKernelFacility

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

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

[Bug 1703987] Re: New style permitnonkernelfacility imklog option inside module() doesn't work

2018-02-05 Thread Eric G
Still seems to be a problem for 16.04.

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

Title:
  New style permitnonkernelfacility imklog option inside module()
  doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsyslog/+bug/1703987/+subscriptions

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

[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2018-01-21 Thread Eric G
I upgraded to xenial and clustering = yes seems to work fine now as does
ctdb.  But I did get another error when running:

# ctdb scriptstatus all

Output was an error at the bottom referencing the "interface" script:

function gensub never defined

Installing the "gawk" package seemed to fix it.  Perhaps this should be
added as a dependency or at least recommended to go with ctdb?

I found the gawk fix here: https://lists.samba.org/archive/samba-
technical/2014-December/104352.html

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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

[Bug 1558196] Re: ypbind not able to socket activate rpcbind under systemd, fails at boot unless something else starts rpcbind

2018-01-21 Thread Eric G
$ cat /etc/systemd/system/rpcbind.socket.d/override.conf
[Unit]
DefaultDependencies=no
Wants=rpcbind.target
Before=rpcbind.target

Fixed xenial for me.  Would be nice to have a fixed package for LTS.

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

Title:
  ypbind not able to socket activate rpcbind under systemd, fails at
  boot unless something else starts rpcbind

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

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

[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2018-01-20 Thread Eric G
I ran 'apt-get source samba' on both trusty and xenial.  debian/rules
has different cluster options.

Current xenial source (4.3.11+dfsg) has a bunch of references to ctdb
and conf_args uses both config parameters:

--builtin-libraries=replace,ccan,samba-cluster-support
--with-cluster-support

Current trusty source (4.3.11+dfsg) has no references to ctdb and
conf_args does not use --with-cluster-support, only:

--builtin-libraries=replace,ccan,samba-cluster-support

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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

[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2016-09-13 Thread Eric G
I did a diff between the source of the two versions and noticed this
suspicious change in debian/rules:

4.1.6:

--builtin-libraries=replace,ccan

4.3.9:

--builtin-libraries=replace,ccan,samba-cluster-support

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

Title:
  Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile
  with CTDB support

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

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


[Bug 1597858] Re: Samba package version 2:4.3.9+dfsg-0ubuntu0.14.04.3 is not compile with CTDB support

2016-09-13 Thread Eric G
Something definitely happened between versions.  I'm working on a SAN
cluster (glusterfs+ctdb+samba) and have two identical nodes, I
downgraded one.

=== SAN1 

root@san1:~# dpkg -l | grep samba
ii  python-samba2:4.1.6+dfsg-1ubuntu2amd64  
  Python bindings for Samba
ii  samba   2:4.1.6+dfsg-1ubuntu2amd64  
  SMB/CIFS file, print, and login server for Unix
ii  samba-common2:4.1.6+dfsg-1ubuntu2all
  common files used by both the Samba server and client
ii  samba-common-bin2:4.1.6+dfsg-1ubuntu2amd64  
  Samba common files used by both the server and the client
ii  samba-dsdb-modules  2:4.1.6+dfsg-1ubuntu2amd64  
  Samba Directory Services Database
ii  samba-libs:amd642:4.1.6+dfsg-1ubuntu2amd64  
  Samba core libraries
rc  samba-vfs-modules   2:4.3.9+dfsg-0ubuntu0.14.04.3amd64  
  Samba Virtual FileSystem plugins
root@san1:~# /usr/sbin/smbd -F -S -D
smbd version 4.1.6-Ubuntu started.
Copyright Andrew Tridgell and the Samba Team 1992-2013
Unable to connect to CUPS server localhost:631 - Bad file descriptor
failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL
^C
root@san1:~# /usr/sbin/smbd -b
Build environment:
   Built by:buildd@brownie
   Built on:Fri Apr  4 03:30:48 UTC 2014
   Built using: /usr/bin/gcc
   Build host:  Linux brownie 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 
17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
   SRCDIR:  /build/buildd/samba-4.1.6+dfsg/source3
   BUILDDIR:/build/buildd/samba-4.1.6+dfsg/source3

Paths:
   SBINDIR: /usr/sbin
   BINDIR: /usr/bin
   CONFIGFILE: /etc/samba/smb.conf
   LOGFILEBASE: /var/log/samba
   LMHOSTSFILE: /etc/samba/lmhosts
   LIBDIR: /usr/lib/x86_64-linux-gnu
   MODULESDIR: /usr/lib/x86_64-linux-gnu/samba
   SHLIBEXT: so
   LOCKDIR: /var/run/samba
   STATEDIR: /var/lib/samba
   CACHEDIR: /var/cache/samba
   PIDDIR: /var/run/samba
   SMB_PASSWD_FILE: /etc/samba/smbpasswd
   PRIVATE_DIR: /var/lib/samba/private

System Headers:
   HAVE_SYS_ACL_H
   HAVE_SYS_CAPABILITY_H
   HAVE_SYS_CDEFS_H
   HAVE_SYS_DIR_H
   HAVE_SYS_EPOLL_H
   HAVE_SYS_EVENTFD_H
   HAVE_SYS_FCNTL_H
   HAVE_SYS_FILE_H
   HAVE_SYS_INOTIFY_H
   HAVE_SYS_IOCTL_H
   HAVE_SYS_IPC_H
   HAVE_SYS_KERNEL_PROC_CORE_PATTERN
   HAVE_SYS_MMAN_H
   HAVE_SYS_MOUNT_H
   HAVE_SYS_PARAM_H
   HAVE_SYS_PRCTL_H
   HAVE_SYS_QUOTAS
   HAVE_SYS_QUOTA_H
   HAVE_SYS_RESOURCE_H
   HAVE_SYS_SELECT_H
   HAVE_SYS_SENDFILE_H
   HAVE_SYS_SHM_H
   HAVE_SYS_SOCKET_H
   HAVE_SYS_STATFS_H
   HAVE_SYS_STATVFS_H
   HAVE_SYS_STAT_H
   HAVE_SYS_STROPTS_H
   HAVE_SYS_SYSCALL_H
   HAVE_SYS_SYSCTL_H
   HAVE_SYS_SYSLOG_H
   HAVE_SYS_SYSMACROS_H
   HAVE_SYS_TERMIOS_H
   HAVE_SYS_TIMEB_H
   HAVE_SYS_TIMES_H
   HAVE_SYS_TIME_H
   HAVE_SYS_TYPES_H
   HAVE_SYS_UCONTEXT_H
   HAVE_SYS_UIO_H
   HAVE_SYS_UNISTD_H
   HAVE_SYS_UN_H
   HAVE_SYS_UTSNAME_H
   HAVE_SYS_VFS_H
   HAVE_SYS_WAIT_H
   HAVE_SYS_XATTR_H

Headers:
   HAVE_ACL_LIBACL_H
   HAVE_AIO_H
   HAVE_ALLOCA_H
   HAVE_ARPA_INET_H
   HAVE_ARPA_NAMESER_H
   HAVE_ASM_TYPES_H
   HAVE_ASM_UNISTD_H
   HAVE_ASN1_ERR_H
   HAVE_ASSERT_H
   HAVE_ATTR_ATTRIBUTES_H
   HAVE_ATTR_XATTR_H
   HAVE_BSD_MD5_H
   HAVE_BSD_STRING_H
   HAVE_BSD_UNISTD_H
   HAVE_BYTESWAP_H
   HAVE_COM_ERR_H
   HAVE_CONFIG_H
   HAVE_CRYPT_H
   HAVE_CTYPE_H
   HAVE_CUPS_CUPS_H
   HAVE_CUPS_LANGUAGE_H
   HAVE_CURSES_H
   HAVE_DIRENT_H
   HAVE_DLFCN_H
   HAVE_ENDIAN_H
   HAVE_ERRNO_H
   HAVE_ERR_H
   HAVE_EXECINFO_H
   HAVE_FCNTL_H
   HAVE_FLOAT_H
   HAVE_FNMATCH_H
   HAVE_FORM_H
   HAVE_GCRYPT_H
   HAVE_GETOPT_H
   HAVE_GLOB_H
   HAVE_GNUTLS_GNUTLS_H
   HAVE_GNUTLS_X509_H
   HAVE_GRP_H
   HAVE_GSSAPI_GSSAPI_H
   HAVE_GSSAPI_GSSAPI_KRB5_H
   HAVE_GSSAPI_GSSAPI_SPNEGO_H
   HAVE_GSSAPI_H
   HAVE_HCRYPTO_MD4_H
   HAVE_HDB_H
   HAVE_HEIMBASE_H
   HAVE_HEIMNTLM_H
   HAVE_HX509_H
   HAVE_ICONV_H
   HAVE_IFADDRS_H
   HAVE_INTTYPES_H
   HAVE_KDC_H
   HAVE_KRB5_H
   HAVE_KRB5_LOCATE_PLUGIN_H
   HAVE_LANGINFO_H
   HAVE_LASTLOG_H
   HAVE_LBER_H
   HAVE_LDAP_H
   HAVE_LIBAIO_H
   HAVE_LIBINTL_H
   HAVE_LIMITS_H
   HAVE_LINUX_FALLOC_H
   HAVE_LINUX_FCNTL_H
   HAVE_LINUX_IOCTL_H
   HAVE_LINUX_NETLINK_H
   HAVE_LINUX_RTNETLINK_H
   HAVE_LINUX_TYPES_H
   HAVE_LOCALE_H
   HAVE_MALLOC_H
   HAVE_MEMORY_H
   HAVE_MENU_H
   HAVE_MNTENT_H
   HAVE_NCURSES_H
   HAVE_NETDB_H
   HAVE_NETINET_IN_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_NSS_H
   HAVE_PANEL_H
   HAVE_POLL_H
   HAVE_POPT_H
   HAVE_PTHREAD_H
   HAVE_PTY_H
   HAVE_PWD_H
   HAVE_PYTHON_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RESOLV_H
   HAVE_ROKEN_H
   HAVE_RPCSVC_NIS_H
   HAVE_RPCSVC_RQUOTA_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPCSVC_YP_PROT_H
   HAVE_RPC_RPC_H
   HAVE_SECURITY_PAM_APPL_H
   HAVE_SECURITY_PAM_EXT_H
   HAVE_SECURITY_PAM_MODULES_H
   

[Bug 1577213] Re: qtcreator freezes and crashes all the time

2016-05-10 Thread Eric G. Stern
Yes, I am using boost::multiarray, and some other include files which
pull in a lot of project dependencies.  I have both xfce4 and kde
desktops installed on my system.  I had been preferring the xfce
desktop, but I just switched to kde and the problem has not happened
yet.

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

Title:
  qtcreator freezes and crashes all the time

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

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


[Bug 1577213] Re: qtcreator freezes and crashes all the time

2016-05-09 Thread Eric G. Stern
Same problem, but the file I'm working on is not all that large (< 100
lines).

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

Title:
  qtcreator freezes and crashes all the time

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

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


Re: [Bug 1277797] Re: [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

2014-06-23 Thread Eric G
I only got the problem resolved by reinstalling the proprietary Catalyst
package for the 4250 [4000 series] from AMD's website. Once I did that,
I waited till recently to update the 12.04's v23 kernel to v64, left the
Catalyst alone, no further problems. I am waiting impatiently for the
14.04 ugrade notice to appear, though!



 From: Chris Canning cannin...@gmail.com
To: ergbig...@yahoo.com 
Sent: Sunday, June 22, 2014 8:30 PM
Subject: [Bug 1277797] Re: [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No 
sound at all
 

did you ever get resolution to this?  I have the same mother board with
the exact same problem, i've even tried a fresh install of 12.04.  the
video playing fast is corrected, but still no audio through HDMI.  there
is audio through the head phone jack though.

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1277797

Title:
  [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

Status in “alsa-driver” package in Ubuntu:
  Expired

Bug description:
  Ever since the kernel update a few days ago, the onboard HDMI audio/video has 
been shot. After the requested reboot, sound was gone and 1366x768 screen 
preset was lost. When I tried using Movie Player, the time index would race 
through with no output on sound files in seconds, and video fast forwarded 
silently at @ 4X normal.
  Trying to reinstall the AMD/ATI proprietary drivers had no effect, and 
today's upgrade to 12.10 only made matters worse. The screen is running in VESA 
mode, apparently, and I have no Unity Launch bar or even the top menu bar to 
try logging out and reentering in 2d or classic Gnome.
  Since you still have no open source HDMI A/V combined drivers, I must use the 
AMD Catalyst drivers, but only up to where they still support my onboard A/V. 
Something changed on the latest kernel revision, and I hope you patch it 
quickly before 14.04 is released. I don't want to lose everything I've 
installed by formatting then reinstalling 12.04 fresh from my CD.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.5.0-46.70-generic 3.5.7.27
  Uname: Linux 3.5.0-46-generic x86_64
  ApportVersion: 2.6.1-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC1:  eric       1990 F pulseaudio
   /dev/snd/controlC0:  eric       1990 F pulseaudio
  Date: Fri Feb  7 21:30:02 2014
  InstallationDate: Installed on 2012-05-10 (638 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: RS880 HDMI Audio [Radeon HD 4200 Series] - HDA ATI HDMI
  Symptom_DevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC1:  eric       1990 F pulseaudio
   /dev/snd/controlC0:  eric       1990 F pulseaudio
   /dev/snd/seq:        timidity   1468 F timidity
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: Upgraded to quantal on 2014-02-08 (0 days ago)
  dmi.bios.date: 02/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.12
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 880GM-E43 (MS-7596)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.3
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.3
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.12:bd02/18/2011:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7596:pvr1.3:rvnMICRO-STARINTERNATIONALCO.,LTD:rn880GM-E43(MS-7596):rvr1.3:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.3:
  dmi.product.name: MS-7596
  dmi.product.version: 1.3
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1277797/+subscriptions

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

Title:
  [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1277797/+subscriptions

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

[Bug 1277797] [NEW] [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

2014-02-07 Thread Eric G
Public bug reported:

Ever since the kernel update a few days ago, the onboard HDMI audio/video has 
been shot. After the requested reboot, sound was gone and 1366x768 screen 
preset was lost. When I tried using Movie Player, the time index would race 
through with no output on sound files in seconds, and video fast forwarded 
silently at @ 4X normal.
Trying to reinstall the AMD/ATI proprietary drivers had no effect, and today's 
upgrade to 12.10 only made matters worse. The screen is running in VESA mode, 
apparently, and I have no Unity Launch bar or even the top menu bar to try 
logging out and reentering in 2d or classic Gnome.
Since you still have no open source HDMI A/V combined drivers, I must use the 
AMD Catalyst drivers, but only up to where they still support my onboard A/V. 
Something changed on the latest kernel revision, and I hope you patch it 
quickly before 14.04 is released. I don't want to lose everything I've 
installed by formatting then reinstalling 12.04 fresh from my CD.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: alsa-base 1.0.25+dfsg-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.5.0-46.70-generic 3.5.7.27
Uname: Linux 3.5.0-46-generic x86_64
ApportVersion: 2.6.1-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  eric   1990 F pulseaudio
 /dev/snd/controlC0:  eric   1990 F pulseaudio
Date: Fri Feb  7 21:30:02 2014
InstallationDate: Installed on 2012-05-10 (638 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
Symptom_Card: RS880 HDMI Audio [Radeon HD 4200 Series] - HDA ATI HDMI
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  eric   1990 F pulseaudio
 /dev/snd/controlC0:  eric   1990 F pulseaudio
 /dev/snd/seq:timidity   1468 F timidity
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all
UpgradeStatus: Upgraded to quantal on 2014-02-08 (0 days ago)
dmi.bios.date: 02/18/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.12
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 880GM-E43 (MS-7596)
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 1.3
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 1.3
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.12:bd02/18/2011:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7596:pvr1.3:rvnMICRO-STARINTERNATIONALCO.,LTD:rn880GM-E43(MS-7596):rvr1.3:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.3:
dmi.product.name: MS-7596
dmi.product.version: 1.3
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

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

Title:
  [MS-7596, ATI RS690/780 HDMI, Digital Out, HDMI] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1277797/+subscriptions

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


[Bug 1078561] [NEW] package procps 1:3.2.8-11ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-11-13 Thread Eric G. Stern
Public bug reported:

this happened when I had my first unity desktop login after upgrading my
system from 11.10 to 12.04.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: procps 1:3.2.8-11ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Tue Nov 13 10:15:57 2012
Df:
 Filesystem 1K-blocks Used Available Use% Mounted on
 /dev/sda6  223097628 35224728 176704644  17% /
 udev 1925944  196   1925748   1% /dev
 none   223097628 35224728 176704644  17% /run/lock
 none   223097628 35224728 176704644  17% /run/shm
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: procps
Title: package procps 1:3.2.8-11ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-11-13 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package procps 1:3.2.8-11ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 775060] Re: Random GUI freezes in Natty (can only move the cursor) (might be a segfault)

2012-08-22 Thread Eric G. Stern
I just clean installed 12.04 on my Dell D620 with nvidia graphics.
Previously I had been running 10.04 with no problems.  I get freezes
quite often.  I just had two happen just at the greeter login screen,
and they also happen frequently after waking up from a suspend.  When it
happens, I can't switch virtual terminals with ctrl-alt-fn.  I can log
in remotely but that is it.  I was able to get back to a login screen by
killing the lightdm process.

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

Title:
  Random GUI freezes in Natty (can only move the cursor) (might be a
  segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/775060/+subscriptions

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


[Bug 871254] Re: iwlagn module in 11.10 beta2

2011-10-15 Thread Eric G.
Mainline Kernel 3.1.0-0301rc9.201110050905 appears to have resolved the
issue for me.

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

Title:
  iwlagn module in 11.10 beta2

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

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


[Bug 855808] Re: package freepats 20060219-1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2011-09-21 Thread Eric G
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/855808

Title:
  package freepats 20060219-1 failed to install/upgrade: Package is in a
  very bad inconsistent state - you should  reinstall it before
  attempting a removal.

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

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


[Bug 855808] [NEW] package freepats 20060219-1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2011-09-21 Thread Eric G
Public bug reported:

I don't know if it was because of  using the AMD64 Ubuntu 11.04 system or 
because I tried installing extra Gstreamer codecs in both the 'ugly' and 'bad' 
sets to play the Spiderman 3 DVD in Movie Player. They seemed to work just fine 
in Ubuntu 10.04 on my older, AthlonXP PC till the mobo lost USB and then PS2 
ports.
One thing says to reinstall freepats and then remove it to clear the problem, 
but I'm not sure which package even originally contained it or how it glitched. 
The Ubuntu SW Ctr has no freepats entry, and the Synaptic Pkg Mgr failed to 
remove, install, or upgrade it. Is this a phantom problem? Freepats seems to be 
for MIDI files and I haven't even tried to play one yet!

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: freepats 20060219-1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
AptOrdering: freepats: Remove
Architecture: amd64
Date: Tue Sep 20 17:49:09 2011
Dependencies:
 
DpkgTerminalLog:
 dpkg: error processing freepats (--remove):
  Package is in a very bad inconsistent state - you should
  reinstall it before attempting a removal.
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: freepats
Title: package freepats 20060219-1 failed to install/upgrade: Package is in a 
very bad inconsistent state - you should  reinstall it before attempting a 
removal.
UpgradeStatus: Upgraded to natty on 2011-09-21 (0 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package freepats 20060219-1 failed to install/upgrade: Package is in a
  very bad inconsistent state - you should  reinstall it before
  attempting a removal.

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

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


[Bug 774089] Re: Booting fails 3 times, works every fourth time after new install of Natty Narwhal amd64 on Macbook Pro

2011-08-18 Thread Eric G
Hello all,

I'd like to get in on the conversation. I have a macbook 2,1 (mid 2007)
triple booting snow leopard, XP and natty and I've been dealing with the
same problem for months now. I'm stunned to find out it might be related
to the linux installation, I just assumed it's hardware and I was going
to give up soon and let apple replace the logic board.

Has anybody else seen this- the longer I've put up with it, the worse
the symptom gets? Originally it took me a few tries on a cold boot, then
after a while it would take 10 tries, now it always takes me 20-30
tries. I really hope this isn't a sign that I've been causing some sort
of damage. I've continued to use the computer every day because I
haven't had much of a choice.

I'm going to look into trying this efi flash firmware update. My current
version is MB21.00A5.B07, which seems to be the latest according to
http://support.apple.com/kb/HT1237, so I'm not sure if there's anything
I can do...?

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

Title:
  Booting fails 3 times, works every fourth time after new install of
  Natty Narwhal amd64 on Macbook Pro

To manage notifications about this bug go to:
https://bugs.launchpad.net/efibootmgr/+bug/774089/+subscriptions

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


[Bug 659247] [NEW] package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-12 Thread Eric G
Public bug reported:

Binary package hint: initramfs-tools

crash report showed up on my desktop after booting from USB pen drive

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs]
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Mon Oct 11 21:15:31 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.1ubuntu6 [modified: 
usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick ubuntu-une

-- 
package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/659247
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 659247] Re: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-12 Thread Eric G

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/659247/+attachment/1688123/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/659247/+attachment/1688124/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/659247/+attachment/1688125/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/659247/+attachment/1688126/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/659247/+attachment/1688127/+files/DpkgTerminalLog.txt

-- 
package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/659247
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 658627] [NEW] failure to recognize routers

2010-10-11 Thread Eric G
Public bug reported:

Ubuntu 10.04 won't connet to Netgear dgn2000, wpn824v3 routesr but to
others WHY. My computer connects to Embarq's 660 dsl gateway fine but
not this netgear and I won't it to work. PLEASE HELP. It, however, works
just fine with a windows notebook both wired and wirelessly. I have an
Asrock mobo K7BF2RAID w/ nforce2 and onboard Realtek 10/100 lan
connection, and an Airlink wireless-G pci card that seems to be detected
as a Texas Instruments card, but no wireless connections are found by
Network Connections

** Affects: gnome-nettool (Ubuntu)
 Importance: Undecided
 Status: New

-- 
failure to recognize routers
https://bugs.launchpad.net/bugs/658627
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 658627] Re: failure to recognize routers

2010-10-11 Thread Eric G
forgive typos, and previous question 125929 WAS a relevant one and
shouldn't have expired so easily.

-- 
failure to recognize routers
https://bugs.launchpad.net/bugs/658627
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 505557] [NEW] importing causes blue screen in Winxp

2010-01-10 Thread Eric G Rothoff
Public bug reported:

Binary package hint: virtualbox-ose

I am trying to copy one virtual machine with a clean install of windows
XP SP3 to a second virtual machine, using export/import.  After
importation, I can start up the new virtual machine, and XP finds a new
Hard Disk driver. When I shut down the virtual machine, (Using windows
xp shutdown within the virtual machine) the system blue screens at the
very end of the shutdown, and the virtual machine reboots. It then
continuously starts up, blue screens and reboots.  My host computer is
running Ubuntu 9.10 with a quad core Intel CPU and 4 GB Ram.  I am using
Virtual Box OSE 3.0.8.dfsg.1ubuntu1.  As for expectations, I want to
make a copy of the virtual machine so that I can Play on it without
having to reinstall XP on every virtual machine.

ProblemType: Bug
Architecture: amd64
Date: Sun Jan 10 12:29:48 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: virtualbox-ose-qt 3.0.8-dfsg-1ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: virtualbox-ose
Uname: Linux 2.6.31-17-generic x86_64
VirtualBoxOse.DpkgList:
 ii  virtualbox-ose3.0.8-dfsg-1ubuntu1  
  x86 virtualization solution - base binaries
 ii  virtualbox-ose-qt 3.0.8-dfsg-1ubuntu1  
  x86 virtualization solution - Qt based user 
 ii  virtualbox-ose-source 3.0.8-dfsg-1ubuntu1  
  x86 virtualization solution - kernel module
XsessionErrors:
 (gnome-settings-daemon:3159): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:3159): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:3254): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:3269): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:3487): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
importing causes blue screen in Winxp
https://bugs.launchpad.net/bugs/505557
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 505557] Re: importing causes blue screen in Winxp

2010-01-10 Thread Eric G Rothoff

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37681747/Dependencies.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/37681748/LsMod.txt

** Attachment added: VirtualBoxOse.ModInfo.txt
   http://launchpadlibrarian.net/37681749/VirtualBoxOse.ModInfo.txt

-- 
importing causes blue screen in Winxp
https://bugs.launchpad.net/bugs/505557
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 479777] Re: dvipdf messes up fonts in included eps figures in dvi files that used to work in jaunty

2009-11-12 Thread Eric G. Stern
I just checked on my system that is still on jaunty and my impression
was correct.  The problem does not appear on jaunty with ghostscript
8.64.dfsg.1-0ubuntu8

-- 
dvipdf messes up fonts in included eps figures in dvi files that used to work 
in jaunty
https://bugs.launchpad.net/bugs/479777
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 479777] [NEW] dvipdf messes up fonts in included eps figures in dvi files that used to work in jaunty

2009-11-09 Thread Eric G. Stern
Public bug reported:

Binary package hint: ghostscript

A latex document that I am writing includes eps figures generated by
matplotlib that use greek and tex fonts for lettering.  Previous to my
upgrade from jaunty to karmic, I was able to process these figures
correctly with dvipdf and then display them with evince or gv.  After
the upgrade, greek and tex math symbols in the figures are messed up.
When I generate postscript with dvips instead of dvipdf, the postscript
displays the figures correctly.  When I convert the postscript to pdf
with ps2pdf, the lettering which was correct in the postscript is messed
up in the pdf.  When I generate the postscript file on a scientific
linux 5 system (functionally equivalent to redhat enterprise 5) and
transfer the pdf to my karmic ubuntu system, it displays correctly.  I
am uploading a tar.gz archive containing the postscript file and the pdf
file that ps2pdf gives me.  Look for instance at Figure 12 on page 19.


Description:Ubuntu 9.10
Release:9.10

ghostscript:
  Installed: 8.70.dfsg.1-0ubuntu3
  Candidate: 8.70.dfsg.1-0ubuntu3
  Version table:
 *** 8.70.dfsg.1-0ubuntu3 0
500 http://us.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
CupsErrorLog:
 
Date: Mon Nov  9 22:53:12 2009
DistroRelease: Ubuntu 9.10
Lpstat:
 device for HP-LaserJet-5Si: socket://wh13sw-hp5si.fnal.gov:9100
 device for hplaserjet4l: lpd://192.168.1.11/PS-5C9C92-P1
 device for Xerox-Phaser-8500DN: lpd://wh13nwphaser8500/ps
MachineType: Dell Inc. Latitude D620
Package: ghostscript 8.70.dfsg.1-0ubuntu3
Papersize: letter
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
PpdFiles:
 /etc/cups/ppd/HP-LaserJet-5Si.ppd:*NickName:   HP LaserJet 5Si/5Si MX 
Postscript (recommended)
 Xerox-Phaser-8500DN: Xerox Phaser 8500DN Foomatic/Postscript
 hplaserjet4l: HP LaserJet 4L Foomatic/ljet4 (recommended)
ProcCmdLine: root=UUID=9ee10c0f-49b3-45a6-8b32-3160661d0218 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: ghostscript
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 08/28/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0JK187
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd08/28/2006:svnDellInc.:pnLatitudeD620:pvr:rvnDellInc.:rn0JK187:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D620
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386

-- 
dvipdf messes up fonts in included eps figures in dvi files that used to work 
in jaunty
https://bugs.launchpad.net/bugs/479777
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 479777] Re: dvipdf messes up fonts in included eps figures in dvi files that used to work in jaunty

2009-11-09 Thread Eric G. Stern

** Attachment added: ghostscript_bug.tar.gz
   http://launchpadlibrarian.net/35455831/ghostscript_bug.tar.gz

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35455832/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35455833/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35455834/Dependencies.txt

** Attachment added: Locale.txt
   http://launchpadlibrarian.net/35455835/Locale.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/35455836/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/35455837/Lsusb.txt

** Attachment added: PrintingPackages.txt
   http://launchpadlibrarian.net/35455838/PrintingPackages.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/35455839/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/35455840/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/35455841/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/35455842/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/35455843/UdevLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35455844/XsessionErrors.txt

-- 
dvipdf messes up fonts in included eps figures in dvi files that used to work 
in jaunty
https://bugs.launchpad.net/bugs/479777
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 279788] Re: 8.10 beta on ThinkPad T61 no wired network

2008-10-07 Thread Eric G
Try adding the following to the /etc/modprobe.d/aliases file.

alias eth0 e1000

It worked for me.

-- 
8.10 beta on ThinkPad T61 no wired network
https://bugs.launchpad.net/bugs/279788
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 200019] Re: kino segfaults starting up in gutsy amd64

2008-09-08 Thread Eric G. Stern
It starts up in hardy.  I haven't had a chance to see whether it can 
actually do anything else, but at least it is a lot better than it was 
when I reported the bug.

  Eric Stern

Caroline Ford wrote:
 Does it still do this on this machine? Have you tried using hardy?




-- 
kino segfaults starting up in gutsy amd64
https://bugs.launchpad.net/bugs/200019
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 221098] Re: [Hardy] Firefox 3 causes X to lock up

2008-05-20 Thread Eric G.
I think this might be related to this bug:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-
modules-2.6.24/+bug/212648

I made the changes suggested in the above listed bug and haven't been
able to reproduce this issue.

I have a nVidia Go 8300GT.

Hope this helps.

-- 
[Hardy] Firefox 3 causes X to lock up
https://bugs.launchpad.net/bugs/221098
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 221098] Re: [Hardy] Firefox 3 causes X to lock up

2008-05-20 Thread Eric G.
Scratch that, it appears that I have still been experiencing it.  I've
gone back to firefox 2 and will comment if I see anymore issues.

-- 
[Hardy] Firefox 3 causes X to lock up
https://bugs.launchpad.net/bugs/221098
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 200019] [NEW] kino segfaults starting up in gutsy amd64

2008-03-08 Thread Eric G. Stern
Public bug reported:

Binary package hint: kino

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION=Ubuntu 7.10

[EMAIL PROTECTED]:~$ uname -a
Linux egstern1 2.6.22-14-generic #1 SMP Tue Feb 12 02:46:46 UTC 2008 x86_64 
GNU/Linux

[EMAIL PROTECTED]:~$ dpkg -l kino
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  kino   1.1.0-3ubuntu2 Non-linear editor for Digital Video data

I expected the application to start (it does on a different i386 system I have)
Instead, It terminates with a segfault error.

This is the last thing printed:
 Received playlist to store at position 0
 Adding to end

Kino experienced a segmentation fault.
Dumping stack from the offending thread

Segmentation fault (core dumped)

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

-- 
kino segfaults starting up in gutsy amd64
https://bugs.launchpad.net/bugs/200019
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 56114] Re: [edgy] Install race condition/memory leak

2007-04-10 Thread Eric G Rothoff
Fiesty Beta also has this problem. Only a problem on low end computers,
but that is what Xubuntu is for...

-- 
[edgy] Install race condition/memory leak
https://bugs.launchpad.net/bugs/56114
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 78246] Receiving a Critical Tempature Reached Error During Edgy Xubuntu install causing reboot

2007-01-06 Thread Eric G Rothoff
Public bug reported:

I have been trying to install Edgy Xubuntu on my PC and during the
installation using the Alternative CD, it would just reboot
unexpectantly. (And not install.) I tried the regular Xubuntu Desktop
install, but I got an Critical Tempature Reached error before the
reboot. I checked my computer, Emachines T2385, which has a Celeron
Processor, and found that it does not report the CPU Tempature. (And
therefore whatever package looks for the CPU tempature, and finds none,
with is out of range, and therefore kicks out.)  If you like, I can try
again, and hopefully this time get the package name, and I can try
Kubuntu also. (I know I have not been able to install it, but I don't
remember if it was the same problem.)

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Receiving a Critical Tempature Reached Error During Edgy Xubuntu install 
causing reboot
https://launchpad.net/bugs/78246

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


[Bug 75316] Re: Bad video card selection on LiveCD boot when there is more than one to choose from

2007-01-06 Thread Eric G Rothoff
I have a simular problem with installing Xubuntu and Ubuntu on a system
with an internal Video card, and a PCI video card. It will only pick up
and find the internal video card. I have been able to manually configure
X to use the PCI card rather than the internal, but it would be nice to
have X reconize both cards, and to give options on how we want them set
up. (I don't use the internal video card, so for me, I would disable it.
The original poster of this thread would perfer to have both active. (I
think it would use extra RAM and CPU, so I wouldn't want that as a
default, just an option.

If I can give any further assistance, please let me know.

-- 
Bad video card selection on LiveCD boot when there is more than one to choose 
from
https://launchpad.net/bugs/75316

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