Bug#696820: Acknowledgement (Error: open(/var/mail/USER) failed: Permission denied)

2013-01-05 Thread Norbert Veber
While I'm not 100% clear on how dovecot handles permissions, would the
fix not be to set mail_access_groups=mail? 

Per http://wiki2.dovecot.org/Errors/ChgrpNoPerm

Otherwise your default mail_location can not work unless it writes the
files as root or something.  This doesnt seem to be the case judging
from the permission errors reported earlier.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696820: Acknowledgement (Error: open(/var/mail/USER) failed: Permission denied)

2012-12-29 Thread Norbert Veber
Actually it didnt exist, the directory is empty:
nveber@pyre[4761:~]$ ls -al /var/mail
total 8
drwxrwsr-x  2 root mail 4096 Jul  8  2010 .
drwxr-xr-x 13 root root 4096 Nov  4 22:22 ..
nveber@pyre[4762:~]$

It seems the default mail_location doesnt work for some reason at least
on my system.

On Fri, Dec 28, 2012 at 08:10:55PM -0500, Jaldhar H. Vyas wrote:
 Normally it would be a non-fatal error but your /var/mail/%u did
 exist but didn't have write permission.
 
 Set mail_location appropriately and everything should work properly
 now and in the future.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696820: Error: open(/var/mail/USER) failed: Permission denied

2012-12-27 Thread Norbert Veber
Package: dovecot-imapd
Version: 1:2.1.7-6
Severity: grave
Justification: renders package unusable

Hi,

Dovecot-imapd was working perfectly until the latest update.  Now I get
the following error every time I try to login:

Dec 27 13:07:07 pyre dovecot: imap(nveber): Error: open(/var/mail/nveber) 
failed: Permission denied (euid=1000(nveber) egid=1000(nveber) missing +w perm: 
/var/mail, we're not in group 8(mail), dir owned by 0:8 mode=0775)
Dec 27 13:07:07 pyre dovecot: imap(nveber): Error: Opening INBOX failed: 
Mailbox doesn't exist: INBOX

In addition I just noticed that the lda doesnt work anymore either, so
its breaking incoming mail as well:

Dec 27 13:06:58 pyre dovecot: lda(nveber): Error: sieve: 
msgid=20121227174658.39165322...@pyre.virge.net: failed to store into mailbox 
'INBOX': Internal error occurred. Refer to server log for more information. 
[2012-12-27 13:06:58]
Dec 27 13:06:58 pyre dovecot: lda(nveber): Error: sieve: script 
/home/nveber/.dovecot.sieve failed with unsuccessful implicit keep (user 
logfile /home/nveber/.dovecot.sieve.log may reveal additional details)
Dec 27 13:06:58 pyre dovecot: lda(nveber): Error: open(/var/mail/nveber) 
failed: Permission denied (euid=1000(nveber) egid=1000(nveber) missing +w perm: 
/var/mail, we're not in group 8(mail), dir owned by 0:8 mode=0775)
Dec 27 13:06:58 pyre dovecot: lda(nveber): Error: BUG: Saving failed to unknown 
storage


-- Package-specific info:

dovecot configuration
-
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.0 
mail_location = mbox:~/mail:INBOX=/var/mail/%u
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character 
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy 
include variables body enotify environment mailbox date ihave
namespace inbox {
  inbox = yes
  location = 
  mailbox Drafts {
special_use = \Drafts
  }
  mailbox Junk {
special_use = \Junk
  }
  mailbox Sent {
special_use = \Sent
  }
  mailbox Sent Messages {
special_use = \Sent
  }
  mailbox Trash {
special_use = \Trash
  }
  prefix = 
}
passdb {
  driver = pam
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols =  imap sieve pop3
service managesieve-login {
  inet_listener sieve {
port = 4190
  }
  inet_listener sieve_deprecated {
port = 2000
  }
}
ssl_cert = /etc/ssl/certs/dovecot.pem
ssl_key = /etc/ssl/private/dovecot.pem
userdb {
  driver = passwd
}
protocol lda {
  mail_plugins =  sieve
}

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dovecot-imapd depends on:
ii  dovecot-core  1:2.1.7-6
ii  libc6 2.13-37
ii  ucf   3.0025+nmu3

dovecot-imapd recommends no packages.

dovecot-imapd suggests no packages.

Versions of packages dovecot-imapd is related to:
ii  dovecot-core [dovecot-common]  1:2.1.7-6
pn  dovecot-dbgnone
pn  dovecot-devnone
pn  dovecot-gssapi none
ii  dovecot-imapd  1:2.1.7-6
pn  dovecot-ldap   none
pn  dovecot-lmtpd  none
ii  dovecot-managesieved   1:2.1.7-6
pn  dovecot-mysql  none
pn  dovecot-pgsql  none
ii  dovecot-pop3d  1:2.1.7-6
ii  dovecot-sieve  1:2.1.7-6
pn  dovecot-sqlite none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696820: Acknowledgement (Error: open(/var/mail/USER) failed: Permission denied)

2012-12-27 Thread Norbert Veber
Hi,

So I downgraded to version -5 but the problem was still there.

Next I restored my old config files and found the following difference:
pyre:/etc# diff -r dovecot/ dovecot.restored/dovecot/
diff -r dovecot/conf.d/10-mail.conf
dovecot.restored/dovecot/conf.d/10-mail.conf
30c30
 mail_location = mbox:~/mail:INBOX=/var/mail/%u
---
 #mail_location =

So it seems my config had no mail_location set, and worked fine that
way.  Then when I installed -6 it decided to set one causing it to stop
working.  Once I comment out that line everythign works fine again.

I see README.Debian mentions something about this, but its supposed to
be a non-fatal error.  It seems it isnt?

On my system I use /home/user/Maildir maildir directories to store users
mail.

Thanks,

Norbert


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522080: irssi segfaults when joining any channel

2009-03-31 Thread Norbert Veber
Package: irssi-plugin-silc
Version: 1.1.4-1+b1
Severity: grave

The plugin is currently unusable because it causes irssi to crash when
you try to join any channel.

To reproduce, run irssi
/LOAD silc
/CONNECT -silcnet SILCNet silc.silcnet.org
/JOIN silcSegmentation fault

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages irssi-plugin-silc depends on:
ii  irssi   0.8.13~rc1-1 terminal based IRC client
ii  libc6   2.9-6GNU C Library: Shared libraries
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]  5.10.0-19minimal Perl system

irssi-plugin-silc recommends no packages.

Versions of packages irssi-plugin-silc suggests:
pn  libfile-mmagic-perl   none (no description available)
ii  libfile-temp-perl 0.20-1 provides functions for generating 
ii  libio-stringy-perl2.110-4Perl modules for IO from scalars a
ii  libmailtools-perl 2.04-1 Manipulate email in perl programs
ii  libmime-perl  5.427-2transitional dummy package
ii  libmime-tools-perl [libmime-p 5.427-2Perl5 modules for MIME-compliant m
ii  perl-modules [libfile-temp-pe 5.10.0-19  Core Perl modules

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#456686: IMMS with BMP

2008-01-25 Thread Norbert Veber
On Thu, Jan 24, 2008 at 02:55:40PM +, Marco Rodrigues wrote:
 I think I've part of the solution at

 http://bugs.debian.org/232289

beep-media-player was removed from debian a while ago.

Thanks,

Norbert



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#346704: intent to upload sponsored NMU to fix xlibs-dev bug

2006-01-19 Thread Norbert Veber
On Wed, Jan 18, 2006 at 10:15:22PM -0500, Norbert Veber wrote:
 Thanks for the patch, I'll upload it tomorrow.

Or not.. due to the disappearance of gkrellm.h, I'm not able to build
the package.  I have contacted the gkrellm maintainer about it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#346704: intent to upload sponsored NMU to fix xlibs-dev bug

2006-01-18 Thread Norbert Veber
Thanks for the patch, I'll upload it tomorrow.

On Wed, Jan 18, 2006 at 08:04:10PM -0500, Justin Pryzby wrote:
 package gkrellweather
 tag 346704 patch
 thanks
 
 I intend to NMU a fix for this bug sponsored by some member of the QA
 group; patch attached.  My pbuild result of this patch was clean, and
 produced a binary package with expected debdiff output from the most
 recent version in sid.  Build logs and debdiff output are attached.
 
 Please note that maintainer uploads are preferred to NMUs!  If you are
 able to upload, then please do so.

 diff -u gkrellweather-2.0.7/debian/changelog 
 gkrellweather-2.0.7/debian/changelog
 --- gkrellweather-2.0.7/debian/changelog
 +++ gkrellweather-2.0.7/debian/changelog
 @@ -1,3 +1,10 @@
 +gkrellweather (2.0.7-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Update build-deps for xlibs-dev removal; closes: #346704.
 +
 + -- Justin Pryzby [EMAIL PROTECTED]  Tue, 17 Jan 2006 23:17:49 -0500
 +
  gkrellweather (2.0.7-1) unstable; urgency=low
  
* New upstream release
 diff -u gkrellweather-2.0.7/debian/control gkrellweather-2.0.7/debian/control
 --- gkrellweather-2.0.7/debian/control
 +++ gkrellweather-2.0.7/debian/control
 @@ -1,7 +1,7 @@
  Source: gkrellweather
  Section: x11
  Priority: optional
 -Build-Depends: debhelper (= 4), gkrellm (= 2.1.4), gdk-imlib11-dev, 
 libglib1.2-dev, libgtk2.0-dev, libxaw7-dev, xlibs-dev
 +Build-Depends: debhelper (= 4), gkrellm (= 2.1.4), gdk-imlib11-dev, 
 libglib1.2-dev, libgtk2.0-dev, libxaw7-dev
  Maintainer: Norbert Veber [EMAIL PROTECTED]
  Standards-Version: 3.6.1
  

 W: /home/pryzbyj/.pbuilderrc does not exist
 dpkg-buildpackage: source package is gkrellweather
 dpkg-buildpackage: source version is 2.0.7-1.1
 dpkg-buildpackage: source changed by Justin Pryzby [EMAIL PROTECTED]
  fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp configure-stamp
 # Add here commands to clean up after the build process.
 /usr/bin/make clean
 make[1]: Entering directory `/home/pryzbyj/bd/gkrellweather-2.0.7'
 (cd po  /usr/bin/make clean )
 make[2]: Entering directory `/home/pryzbyj/bd/gkrellweather-2.0.7/po'
 rm -f ru.mo
 make[2]: Leaving directory `/home/pryzbyj/bd/gkrellweather-2.0.7/po'
 rm -f *.o core *.so* *.bak *~
 make[1]: Leaving directory `/home/pryzbyj/bd/gkrellweather-2.0.7'
 dh_clean
  dpkg-source -b gkrellweather-2.0.7
 dpkg-source: building gkrellweather using existing 
 gkrellweather_2.0.7.orig.tar.gz
 dpkg-source: building gkrellweather in gkrellweather_2.0.7-1.1.diff.gz
 dpkg-source: building gkrellweather in gkrellweather_2.0.7-1.1.dsc
  dpkg-genchanges -S
 dpkg-genchanges: not including original source code in upload
 dpkg-buildpackage: source only, diff-only upload (original source NOT 
 included)
 W: /home/pryzbyj/.pbuilderrc does not exist
 I: using fakeroot in build.
 pbuilder-buildpackage/i386 $Id: pbuilder-buildpackage-funcs,v 1.28 2005/12/21 
 11:57:29 dancer Exp $
 $Id: pbuilder-buildpackage,v 1.118 2005/12/21 11:57:29 dancer Exp $
 
 Current time: Tue Jan 17 23:17:50 EST 2006
 pbuilder-time-stamp: 1137557870
 Building the build Environment
  - extracting base tarball [/var/cache/pbuilder/base.tgz]
  - creating local configuration
  - copying local configuration
  - mounting /proc filesystem
 ln: `/var/cache/pbuilder/build//31164/etc/mtab': File exists
  - mounting /dev/pts filesystem
  - policy-rc.d already exists
  - created buildresult dir :/var/cache/pbuilder/result
 Obtaining the cached apt archive contents
 find: /var/cache/pbuilder/aptcache/: No such file or directory
 Installing the build-deps
  - Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.22 
 2005/12/04 05:16:40 dancer Exp $
  - Considering  debhelper (= 4)
- Trying debhelper
  - Considering  gkrellm (= 2.1.4)
- Trying gkrellm
  - Considering  gdk-imlib11-dev
- Trying gdk-imlib11-dev
  - Considering  libglib1.2-dev
- Trying libglib1.2-dev
  - Considering  libgtk2.0-dev
- Trying libgtk2.0-dev
  - Considering  libxaw7-dev
- Trying libxaw7-dev
  - Installing  debhelper gkrellm gdk-imlib11-dev libglib1.2-dev 
 libgtk2.0-dev libxaw7-dev
 Reading package lists...
 Building dependency tree...
 The following extra packages will be installed:
   debconf-utils defoma file fontconfig gdk-imlib11 gettext gettext-base
   gkrellm-common html2text imlib-base intltool-debian libatk1.0-0
   libatk1.0-dev libcairo2 libcairo2-dev libexpat1 libexpat1-dev libfontconfig1
   libfontconfig1-dev libfreetype6 libfreetype6-dev libgcrypt11 libglib1.2
   libglib2.0-0 libglib2.0-dev libgnutls12 libgpg-error0 libgtk1.2
   libgtk1.2-common libgtk1.2-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common
   libice-dev libice6 libjpeg62 liblzo1 libmagic1 libnewt0.51 libopencdk8
   libpango1.0-0 libpango1.0-common libpango1.0-dev libpng12-0 libpng12-dev
   libpopt0 libsm-dev libsm6 libtasn1-2 libtiff4 libungif4g libx11-6 libx11-dev
   libxau-dev libxau6 libxaw7 libxcursor-dev libxcursor1 libxext-dev libxext6

Bug#334460: imms: 100% CPU Usage

2005-11-29 Thread Norbert Veber
On Mon, Oct 17, 2005 at 07:51:58PM -0600, Hans Fugal wrote:
 When enabling IMMS, or starting XMMS with IMMS enabled, XMMS' process
 uses 100% CPU and the GUI locks up. (The current song if any plays to
 completion.)
 
 Nothing happens if there is nothing in the playlist, but adding a song
 to the playlist (even if not to be played yet) causes this.

Hi,

I'm not sure what is causing this to happen on your machine, however it
works fine for me on 3 different systems.  Maybe some  files in your
~/.imms directory are corrupted.  Try to rename or remove that directory
and see if makes any difference, or even run it as a different user.

In the mean time I'm lowering the severity of the bug report to normal.

Thanks,

Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#331270: imms: Not using -fPIC in configure script.

2005-10-03 Thread Norbert Veber
On Sun, Oct 02, 2005 at 08:48:37PM +0200, Kurt Roeckx wrote:
 Your configure script is trying to make shared libraries and it's
 not using -fPIC to do so.  From config.log:

Hum, it doesn't appear to be causing any problems.  The package built
successfully on all architectures but amd64.  Which architecture are you
seeing this on?

I don't think this bug should be RC since amd64 is as far as I know
still an unofficial port.  Thats not to say I won't fix the problem
(once I figure out how).

Thanks,

Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]