[Bug 1919562] Re: /etc/mime.types is ignored

2021-03-18 Thread Andy Spiegl
Sorry, my mistake. I forgot that I manually installed mutt v2.0 to /usr/local.
Oops

** Changed in: mutt (Ubuntu)
   Status: New => Invalid

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

Title:
  /etc/mime.types is ignored

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

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

[Bug 1919562] [NEW] /etc/mime.types is ignored

2021-03-17 Thread Andy Spiegl
Public bug reported:

Today I noticed that pdf attachments aren't declared as application/pdf anymore 
but application/octet-stream.
I found that /etc/mime.types seems to be ignored and
it only works again if I add "application/pdf   pdf" to my $HOME/.mime.types.

However the fine mutt manual says:
 When you add an attachment to your mail message, Mutt searches your personal
 mime.types file at $HOME/.mime.types, and then the system mime.types file at
 /usr/local/share/mutt/mime.types or /etc/mime.types

Actually strace shows only this:
 openat(AT_FDCWD, "/home/andy/.mime.types", O_RDONLY) = 3
 openat(AT_FDCWD, "/usr/local/etc/mime.types", O_RDONLY) = 3
 openat(AT_FDCWD, "/usr/local/share/mutt/mime.types", O_RDONLY) = -1 ENOENT (No 
such file or directory)

Any idea what might have happened recently?

Thanks,
 Andy

PS: "SYSCONFDIR" is looking strange - So I assume this is an ubuntu
specific bug

$ mutt -v
Mutt 2.0.0 (2020-11-07)
...
SYSCONFDIR="/usr/local/etc"

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mutt 1.13.2-1ubuntu0.4
ProcVersionSignature: Ubuntu 5.4.0-62.70-generic 5.4.78
Uname: Linux 5.4.0-62-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Mar 17 22:50:43 2021
SourcePackage: mutt
UpgradeStatus: Upgraded to focal on 2020-07-26 (233 days ago)

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  /etc/mime.types is ignored

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

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

[Bug 1040058] [NEW] ugly bug: option -cmd loses Exif section

2012-08-22 Thread Andy Spiegl
Public bug reported:

jhead is a great tool which I've been using for more than 10 years.

Unfortunately jhead -cmd doesn't work as expected/documented any
more and loses all Exif infos.

Example:
 $ jhead 1.jpg
 File name: 1.jpg
 File size: 1379585 bytes
 File date: 2012:08:22 15:12:15
 Camera make  : Canon
 Camera model : Canon PowerShot S100
 Date/Time: 2012:08:18 11:49:53
 Resolution   : 4000 x 3000
 Flash used   : No
 ...

 $ jhead -cmd jpegtran -progressive i  o 1.jpg
 Cmd:jpegtran -progressive 1.jpg  nK8WPo
 Modified: 1.jpg

 $ jhead 1.jpg
 File name: 1.jpg
 File size: 1293582 bytes
 File date: 2012:08:22 15:14:13
 Resolution   : 4000 x 3000
 Jpeg process : Progressive

This is a severe bug because I've lost the exif info on many of my
fotos. :-(

Thanks,
 Andy.

$ lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04
$ apt-cache policy jhead
jhead:
  Installed: 1:2.93-1
  Candidate: 1:2.93-1
  Version table:
 *** 1:2.93-1 0
500 http://ubuntu.bio.lmu.de/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: jhead 1:2.93-1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Wed Aug 22 15:07:55 2012
ProcEnviron:
 TERM=xterm
 SHELL=/bin/zsh
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE.UTF-8
SourcePackage: jhead
UpgradeStatus: Upgraded to precise on 2012-06-22 (60 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  ugly bug: option -cmd loses Exif section

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

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


[Bug 1040058] Re: ugly bug: option -cmd loses Exif section

2012-08-22 Thread Andy Spiegl
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040058

Title:
  ugly bug: option -cmd loses Exif section

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

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


[Bug 1040058] Re: ugly bug: option -cmd loses Exif section

2012-08-22 Thread Andy Spiegl
http://www.sentex.net/~mwandel/jhead/changes.txt

lists this (and others) bug as fixed in version 2.96
Please package v2.96 asap, thanks!

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

Title:
  ugly bug: option -cmd loses Exif section

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

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


[Bug 1025404] [NEW] ubuntu-mods.js overrides user-setting of middlemouse.contentLoadURL

2012-07-16 Thread Andy Spiegl
Public bug reported:

ubuntu-mods.js contains the line
 pref(middlemouse.contentLoadURL, false);
which does not allow the user to permanently set this option to true.
After every restart of firefox the user has to open about:config and
reset the value to true.

I don't see why this line is part of this package.
Is there anything bad about easy pasting of urls to the browser?

It's not even documented anywhere, is it?
It took me a long time to find the cause.

Please remove this setting or make it optional.
Thanks,
 Andy.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xul-ext-ubufox 2.0.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Mon Jul 16 20:51:54 2012
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/zsh
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE.UTF-8
SourcePackage: ubufox
UpgradeStatus: Upgraded to precise on 2012-06-22 (24 days ago)

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


** Tags: precise

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

Title:
  ubuntu-mods.js overrides user-setting of middlemouse.contentLoadURL

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

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


[Bug 1025404] Re: ubuntu-mods.js overrides user-setting of middlemouse.contentLoadURL

2012-07-16 Thread Andy Spiegl
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025404

Title:
  ubuntu-mods.js overrides user-setting of middlemouse.contentLoadURL

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

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


[Bug 1019229] [NEW] default user overrides per-host user specification

2012-06-29 Thread Andy Spiegl
Public bug reported:

if .csshrc looks like this:

user = admin
tag1 = root@machine1
clusters = tag1


then cssh tag1 connects to machine1
as user admin instead of as user root.

This unwanted behaviour started after the upgrade von oneiric to precise.
Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: clusterssh 4.00.11-2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu10
Architecture: amd64
Date: Fri Jun 29 12:02:57 2012
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/zsh
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE.UTF-8
SourcePackage: clusterssh
UpgradeStatus: Upgraded to precise on 2012-06-22 (6 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  default user overrides per-host user specification

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

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


[Bug 1019229] Re: default user overrides per-host user specification

2012-06-29 Thread Andy Spiegl
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019229

Title:
  default user overrides per-host user specification

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

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


[Bug 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2009-01-21 Thread Andy Spiegl
I can confirm, too that the intrepid-proposed (kernel 2.6.27-11)
solves the issue.  Now I can see all 276 files on the nfs-share
(before only 149) and no crash anymore.  Whoopie!

But I can't find anything related in the kernel changelogs.
Does anybody have an idea which change did the trick?

Thx,
 Andy.

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2009-01-13 Thread Andy Spiegl
You are not alone!

I just (unwillingly *sigh*) reproduced the bug here on my workstation
(Ubuntu 8.10, 32bit, with all available updates) and a NetApp share.
The first ls showed only 148 of the available 288 files in a directory.
After some more ls (or cp) the kernel crashed.

Andy.

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2009-01-13 Thread Andy Spiegl
You are not alone!

I just (unwillingly *sigh*) reproduced the bug here on my workstation
(Ubuntu 8.10, 32bit, with all available updates) and a NetApp share.
The first ls showed only 148 of the available 288 files in a directory.
After some more ls (or cp) the kernel crashed.

Andy.

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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