[Bug 1678131] [NEW] mpm itk support broken in maintainter script

2017-03-31 Thread Josip Rodin
Public bug reported:

Hi,

I'm seeing the symptoms described in https://bugs.debian.org/791902 on
trusty on every upgrade of libapache2-mod-php5, when ITK is used.


  There is more than one MPM loaded. Do not proceed due to undefined results
  There is more than one MPM loaded. Do not proceed due to undefined results
  There is more than one MPM loaded. Do not proceed due to undefined results
  /var/lib/dpkg/info/libapache2-mod-php5.postinst: 291: [: !=: unexpected 
operator

Would it be possible to backport that fix to 14 LTS?

Thanks,

Josip

** Affects: apache2
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Debian Bug tracker #791902
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791902

** Also affects: apache2 via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791902
   Importance: Unknown
   Status: Unknown

** Description changed:

  Hi,
  
  I'm seeing the symptoms described in https://bugs.debian.org/791902 on
  trusty on every upgrade of libapache2-mod-php5, when ITK is used.
+ 
+ 
+   There is more than one MPM loaded. Do not proceed due to undefined results
+   There is more than one MPM loaded. Do not proceed due to undefined results
+   There is more than one MPM loaded. Do not proceed due to undefined results
+   /var/lib/dpkg/info/libapache2-mod-php5.postinst: 291: [: !=: unexpected 
operator
  
  Would it be possible to backport that fix to 14 LTS?
  
  Thanks,
  
  Josip

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

Title:
  mpm itk support broken in maintainter script

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

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


[Bug 1424114] Re: lvm snapshot is not being autoextended

2017-02-12 Thread Josip Rodin
I did some more testing with that trusty system and it does appear to be
working much better than before (i.e. not at all), though it seems there
are obfuscating circumstances - AFAICT it looks like it recognizes lost
causes (100.00% full snapshots) that it then no longer tries to extend,
but doesn't actually inform about them in a very meaningful way.

For example:

Feb 12 12:39:57 hostname lvm[3325]: Logical volume lvname successfully resized
Feb 12 12:39:59 hostname lvm[3325]: No longer monitoring snapshot vgname-lvname
Feb 12 12:40:00 hostname lvm[3325]: dm_task_run failed, errno = 22, Invalid 
argument

Here it did the extend but the next iteration didn't win the race and
just silently dropped the ball afterwards...?

Feb 12 12:44:39 hostname lvm[3325]: Snapshot vgname-lvname is now 92% full.
Feb 12 12:44:40 hostname lvm[3325]: device-mapper: waitevent ioctl on  failed: 
Interrupted system call
Feb 12 12:44:40 hostname lvm[3325]: device-mapper: waitevent ioctl on  failed: 
Interrupted system call
Feb 12 12:44:44 hostname lvm[3325]: Extending logical volume lvname to 252.00 
MiB
Feb 12 12:44:44 hostname lvm[3325]: Monitoring snapshot vgname-lvname
Feb 12 12:44:44 hostname lvm[3325]: Logical volume lvname successfully resized
Feb 12 12:44:46 hostname lvm[3325]: No longer monitoring snapshot vgname-lvname

Here it looked like it was winning the race but inbetween it noticing it
should extend and actually extending, it actually lost the race, and
then the last message came with a larger lag...?

So it does appear that the original issue is fixed with the latest
trusty packages, with non-trivial caveats.

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

Title:
  lvm snapshot is not being autoextended

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

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


[Bug 1424114] Re: lvm snapshot is not being autoextended

2017-02-12 Thread Josip Rodin
@Donk yes, of course.

% ps auxfw | grep '[d]'meventd
root  3325  0.1  0.0 574972 18956 ?Shttps://bugs.launchpad.net/bugs/1424114

Title:
  lvm snapshot is not being autoextended

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

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


[Bug 1424114] Re: lvm snapshot is not being autoextended

2017-02-10 Thread Josip Rodin
It looks like it works on Ubuntu 16, syslog contains things like:

Feb 10 11:28:55 hostname lvm[1704]: WARNING: Snapshot vgname-lvname is now 
80.03% full.
Feb 10 11:28:55 hostname lvm[1704]: Size of logical volume vgname/lvname 
changed from 1.00 GiB (256 extents) to 1.20 GiB (308 extents).
Feb 10 11:28:55 hostname lvm[1704]: Logical volume lvname successfully resized.

Feb 10 11:29:12 hostname lvm[1704]: WARNING: Snapshot vgname-lvname is now 
85.65% full.
Feb 10 11:29:12 hostname lvm[1704]: Size of logical volume vgname/lvname 
changed from 1.80 GiB (462 extents) to 2.17 GiB (555 extents).
Feb 10 11:29:12 hostname lvm[1704]: Logical volume lvname successfully resized.

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

Title:
  lvm snapshot is not being autoextended

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

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


[Bug 1424114] Re: lvm snapshot is not being autoextended

2017-02-10 Thread Josip Rodin
On Ubuntu 14, it doesn't seem to work with monitoring = 1 set, either. I
had also tried doing vgchange --monitor y --poll y volumegroup, and
lvcreate --snapshot --monitor y ... and there was no effect.

Testing on Ubuntu 16 now

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

Title:
  lvm snapshot is not being autoextended

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

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


[Bug 1633031] [NEW] exif_read_data broken in a lot of use cases by the CVE-2016-6291 bugfix

2016-10-13 Thread Josip Rodin
Public bug reported:

Hi,

Looks like this bug affects the 5.x series too:
https://bugs.php.net/bug.php?id=72682

After the security upgrade:

php5 (5.3.10-1ubuntu3.24) precise-security; urgency=medium
...
SECURITY UPDATE: out of bounds read in exif_process_IFD_in_MAKERNOTE
debian/patches/CVE-2016-6291.patch: add more bounds checks to
ext/exif/exif.c.
CVE-2016-6291
...
-- Marc Deslauriers marc.deslauri...@ubuntu.com Mon, 01 Aug 2016 13:27:52 
-0400

Looks like others noticed it too, cf.
http://stackoverflow.com/questions/38772471/php-exif-read-data-no-
longer-extracts-gps-location

Please update the security patch so the regression is resolved. TIA.

** Affects: php5 (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/1633031

Title:
  exif_read_data broken in a lot of use cases by the CVE-2016-6291
  bugfix

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

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


[Bug 1298292] Re: Missing -s option in kpartx's manpage

2016-09-13 Thread Josip Rodin
This sync mode didn't seem to exist in trusty, or at least it changed
defaults between trusty and xenial. It's documented in the man page in
xenial now, but it's still annoying to see...

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

Title:
  Missing -s option in kpartx's manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1298292/+subscriptions

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


[Bug 1088081] Re: udev rules make it impossible to deactivate lvm volume group with vgchange -an

2016-07-29 Thread Josip Rodin
I also see this race condition happen often when I open up and
manipulate nested LVM devices.

For example, an LV is partitioned and one of the partitions inside is a
PV. A kpartx -a is run to activate the partitions, vgimportclone is run
to rename the VG inside that nested PV, and as MatthewParslow said above
the old nested VG device nodes are always left behind.

After cleaning those up manually, a sequence of two commands is run,
vgchange -a n on the renamed VG and kpartx -d on the top-level LV. It
usually works (it wins the race with udev vgchange -a y), but sometimes
it doesn't.

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

Title:
  udev rules make it impossible to deactivate lvm volume group with
  vgchange -an

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

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


[Bug 1246245] Re: proftpd service fails to restart (including via logrotate)

2016-05-09 Thread Josip Rodin
** Summary changed:

- proftpd service failed to restart
+ proftpd service fails to restart (including via logrotate)

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

Title:
  proftpd service fails to restart (including via logrotate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/1246245/+subscriptions

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


[Bug 1570003] Re: logrotate crashes proftpd

2016-05-09 Thread Josip Rodin
*** This bug is a duplicate of bug 1246245 ***
https://bugs.launchpad.net/bugs/1246245

** This bug has been marked a duplicate of bug 1246245
   proftpd service failed to restart

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

Title:
  logrotate crashes proftpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/1570003/+subscriptions

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


[Bug 1388020] Re: /etc/init.d/proftpd restart doesn't work properly

2016-05-09 Thread Josip Rodin
*** This bug is a duplicate of bug 1246245 ***
https://bugs.launchpad.net/bugs/1246245

** This bug has been marked a duplicate of bug 1246245
   proftpd service failed to restart

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

Title:
  /etc/init.d/proftpd restart doesn't work properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/1388020/+subscriptions

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


[Bug 1560142] Re: No space left on device after xfs_growfs on trusty

2016-03-29 Thread Josip Rodin
I'm sorry, it turns out I won't be able to do a relevant test of this
soon, please feel free to find someone else to test it, the failing
scenario is laid out fairly well in the supporting documentation

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

Title:
  No space left on device after xfs_growfs on trusty

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

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


[Bug 1560142] Re: No space left on device after xfs_growfs on trusty

2016-03-21 Thread Josip Rodin
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  No space left on device after xfs_growfs on trusty

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

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


[Bug 1560142] [NEW] No space left on device after xfs_growfs on trusty

2016-03-21 Thread Josip Rodin
Public bug reported:

Hi,

This bug affects the trusty kernel:

http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_receive_No_space_left_on_device_after_xfs_growfs.3F

Since it causes data loss (spurious userland write failures after growing the 
filesystem),
can you please have the patch applied in the trusty kernel packages?

It's apparently common enough to have hit numerous users, cf.
http://superuser.com/questions/816627/xfs-incorrect-statement-of-no-space-left-on-device
https://bugzilla.redhat.com/show_bug.cgi?id=1115201

TIA.

** Affects: linux (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/1560142

Title:
  No space left on device after xfs_growfs on trusty

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

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


[Bug 1427124] [NEW] dmevent_tool not included, only its manual page

2015-03-02 Thread Josip Rodin
Public bug reported:


% dpkg -L dmraid | grep dmevent
/usr/share/man/man8/dmevent_tool.8.gz
% 

Something went wrong(TM)

** Affects: dmraid (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/1427124

Title:
  dmevent_tool not included, only its manual page

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

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


[Bug 1000344] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit declaration of function ‘d_alloc_root’]

2013-08-12 Thread Josip Rodin
Is this going to be fixed in LTS?

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build [error: implicit declaration of function
  ‘d_alloc_root’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1000344/+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 1000344] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit declaration of function ‘d_alloc_root’]

2013-08-12 Thread Josip Rodin
Is this going to be fixed in LTS?

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build [error: implicit declaration of function
  ‘d_alloc_root’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1000344/+subscriptions

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

Re: [Bug 181510] Re: freeradius: perl symbol lookup error

2011-05-06 Thread Josip Rodin
On Thu, May 05, 2011 at 07:04:51PM -, Herbert wrote:
 This problem is happening again in freeradius-2.1.10 in Ubuntu 11.04
 server.
 
 Using the LD_PRELOAD fix worked.

This is http://bugs.debian.org/416266, and I'll upload a new version there
shortly...

-- 
 2. That which causes joy or happiness.

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

Title:
  freeradius: perl symbol lookup error

-- 
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 181510] Re: freeradius: perl symbol lookup error

2011-05-06 Thread Josip Rodin
** Bug watch added: Debian Bug tracker #416266
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416266

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

Title:
  freeradius: perl symbol lookup error

-- 
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


Re: [Bug 181510] Re: freeradius: perl symbol lookup error

2011-05-06 Thread Josip Rodin
On Thu, May 05, 2011 at 07:04:51PM -, Herbert wrote:
 This problem is happening again in freeradius-2.1.10 in Ubuntu 11.04
 server.
 
 Using the LD_PRELOAD fix worked.

This is http://bugs.debian.org/416266, and I'll upload a new version there
shortly...

-- 
 2. That which causes joy or happiness.

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

Title:
  freeradius: perl symbol lookup error

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


[Bug 181510] Re: freeradius: perl symbol lookup error

2011-05-06 Thread Josip Rodin
** Bug watch added: Debian Bug tracker #416266
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416266

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

Title:
  freeradius: perl symbol lookup error

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


Re: [Bug 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2011-05-04 Thread Josip Rodin
On Wed, May 04, 2011 at 12:34:33PM -, Matthias Andree wrote:
 Note that this has been restated several times before, see comment #15.
 See https://bugs.launchpad.net/ubuntu/+source/courier-
 authlib/+bug/777060 for additional details. It might be advisable to
 make maildrop depend on courier-authdaemon.

That would just exacerbate the situation, because the use of authlib
(authdaemon) is not actually mandatory, maildrop has an -a option that
can make it so. In this same bug report we already saw a person say
courier-authlib support should be completely removed, rather.

I'm guessing some more patching of authlib to be silent would make this
middle-ground position more bearable...

-- 
 2. That which causes joy or happiness.

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

Title:
  ERR: authdaemon: s_connect() failed: No such file or directory

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


Re: [Bug 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2011-05-04 Thread Josip Rodin
On Wed, May 04, 2011 at 01:42:34PM -, Matthias Andree wrote:
 Please don't patch authlib - it's too silent already, and maildrop's
 can't connect is hard enough to find - namely non-existent if run from
 Postfix.

maildrop has two straightforward modes - when you don't specify -a and when
you do. Each of these can and should be internally consistent. If you don't
want authlib to be silent - just use -a and make sure of that.

-- 
 2. That which causes joy or happiness.

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

Title:
  ERR: authdaemon: s_connect() failed: No such file or directory

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


Re: [Bug 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2011-05-04 Thread Josip Rodin
On Wed, May 04, 2011 at 03:00:04PM -, Matthias Andree wrote:
 The -a naturally cannot fix the bogus permissions of the /var/run
 directory, as logged here:
 
 May  4 16:56:28 hermes postfix/local[813]: 894EE47DFD: to=ma...,
 orig_to=ma..., relay=local, delay=0.06, delays=0.01/0/0/0.05,
 dsn=4.3.0, status=deferred (temporary failure. Command output: ERR:
 authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop:
 Temporary authentication failure. )
 
 Ouch. :-)   [maildrop could also log in a bit more detail where
 s_connect tried to connect to, namely the socket name, but that should
 be filed as a separate bug and with the upstream]

That's all courier-authlib business, that's why I brought it up.
The authlib and/or the interaction with authlib should be either quiet
or screaming, and then things will be consistent from the get-go.

-- 
 2. That which causes joy or happiness.

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

Title:
  ERR: authdaemon: s_connect() failed: No such file or directory

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


[Bug 430732] Re: radclient doesn't work

2011-02-09 Thread Josip Rodin
On Wed, Feb 09, 2011 at 01:36:02PM -, Brian Candler wrote:
 Still a problem in 10.04 LTS

BTW for explanation and workaround, have a look at
http://bugs.debian.org/569614

-- 
 2. That which causes joy or happiness.


** Bug watch added: Debian Bug tracker #569614
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569614

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

Title:
  radclient doesn't work

-- 
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 430732] Re: radclient doesn't work

2011-02-09 Thread Josip Rodin
On Wed, Feb 09, 2011 at 01:36:02PM -, Brian Candler wrote:
 Still a problem in 10.04 LTS

BTW for explanation and workaround, have a look at
http://bugs.debian.org/569614

-- 
 2. That which causes joy or happiness.


** Bug watch added: Debian Bug tracker #569614
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569614

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

Title:
  radclient doesn't work

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


Re: [Bug 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2011-02-07 Thread Josip Rodin
On Mon, Feb 07, 2011 at 12:56:54PM -, foolishchild wrote:
 The fix is easy:
 - sudo aptitude purge maildrop
 - download the maildrop tar.bz2 from 
 http://www.courier-mta.org/download.php#maildrop
 - follow the install instructions 
   - sudo aptitude install libpcre3-dev
   - ./configure
   - ./make
   - ./make install-strip
   - ./make install-doc
 - change .fetchmailrc to use /usr/local/bin/maildrop instead of 
 /usr/bin/maildrop
 
 There are two packages in the repositories; maildrop and courier-
 maildrop. maildrop has been (in my opinion erroneously) compiled with
 courier-auth support, and courier-authlib has been made a pre-req. That
 may well have needed to be done for courier-maildrop, but I don't think
 it should be done for standalone maildrop.

*sigh* The fix would actually be to make your fetchmail stop annoying you
by interpreting all stderr output as an error. courier-auth support isn't
harming your delivery here, it's only making your delivery agent complain
for no apparent reason. Fix *that*.

-- 
 2. That which causes joy or happiness.

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

Title:
  ERR: authdaemon: s_connect() failed: No such file or directory

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


Re: [Bug 615320] Re: segmentation fault after 82 minus signs on a line

2011-01-18 Thread Josip Rodin
On Tue, Jan 18, 2011 at 07:17:24PM -, Marco Davids wrote:
 Perhaps related to this; joe also crashes when I start in and paste the
 following string in it:

Please test the updated version in Debian...

-- 
Josip Rodin
Racunalno-informacijski sustavi i servisi
CARNet - Croatian Academic and Research Network
J. Marohnica 5, 1 Zagreb, Croatia
tel. +385 1 66 61 61 6
http://www.carnet.hr/

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

Title:
  segmentation fault after 82 minus signs on a line

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


Re: [Bug 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2010-07-30 Thread Josip Rodin
On Thu, Jul 29, 2010 at 08:57:34PM -, Simon Elsbrock wrote:
 For each mail fetched, maildrop seems to be returning the
 following error:
 
   msg   1/1 (7036 bytes), delivery error (command maildrop 10858 error (67, 
 ERR: authdaemon: s_connect() failed: No such file or directory
 Invalid user specified.))
   Delivery error (command maildrop 10859 error (67, ERR: authdaemon: 
 s_connect() failed: No such file or directory
 
 The user which was specified with -d definitely exists, though.
 Nevertheless, the mail was not delivered. I was able to fix this bug for
 me by patching the package (--disable-authlib in debian/rules) and
 rebuilding it using debuild.

This is not the same bug as reported in the original bug report.

You are actually getting the fatal error rather than just a warning.
Maildrop is returning an error status to fetchmail:

% grep 67 /usr/include/sysexits.h
#define EX_NOUSER   67  /* addressee unknown */

File a new bug and include more details regarding your actual
configuration.

-- 
 2. That which causes joy or happiness.

-- 
ERR: authdaemon: s_connect() failed: No such file or directory
https://bugs.launchpad.net/bugs/102947
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 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2010-07-15 Thread Josip Rodin
Yes. The message goes to stderr and maildrop tries to continue. In case
authdaemon is not essential to message delivery, the message is harmless
and maildrop succeeds. That is why its exit code indicates
(definitively) that there was a failure. However, in cases where
authdaemon *is* essential to message delivery, the message is a
debugging aid that complements the exit code that indicates that there
*was* a failure.

Admittedly, it might be nice if the stderr from the connect attempt
could be buffered and printed out only upon an error exit. But the lack
of this may be due to some technical constraint such as the library
printing it rather than maildrop itself (haven't checked this time).

-- 
ERR: authdaemon: s_connect() failed: No such file or directory
https://bugs.launchpad.net/bugs/102947
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 102947] Re: ERR: authdaemon: s_connect() failed: No such file or directory

2010-07-15 Thread Josip Rodin
In the third sentence I obviously meant to say - that there was *no*
failure.

-- 
ERR: authdaemon: s_connect() failed: No such file or directory
https://bugs.launchpad.net/bugs/102947
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 305497] Re: Impossible to use libapache2-mod-auth-radius with subversion

2010-06-01 Thread Josip Rodin
This problem sounds like we need to either remove this, or add similar
logic that catches DAV. Any idea?

-- 
Impossible to use  libapache2-mod-auth-radius with subversion
https://bugs.launchpad.net/bugs/305497
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 29789] Re: tv card audio not working

2007-08-24 Thread Josip Rodin
I have reported my part of this bug over here:
http://bugs.debian.org/439072
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3335

-- 
tv card audio not working
https://bugs.launchpad.net/bugs/29789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 29789] Re: tv card audio not working

2007-07-28 Thread Josip Rodin
On Sat, Jul 28, 2007 at 12:20:44PM -, Bart Libert wrote:
 I have the same problem with a Hauppauge WinTV in feisty.

What audio card do you have? Is it using the snd-intel8x0 driver?

-- 
 2. That which causes joy or happiness.

-- 
tv card audio not working
https://bugs.launchpad.net/bugs/29789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 29789] Re: tv card audio not working

2007-07-28 Thread Josip Rodin
On Sat, Jul 28, 2007 at 01:48:37PM -, Hidde Brugmans wrote:
 It's not his soundcard. I still have the original problem on feisty with
 either my onboard ac'97 soundcard or an audigy1/2 pci card.
 
 I get the distinct impression people here are talking about multiple
 bugs.

Yes, I agree, but Launchpad doesn't seem to have the ability to clone bugs,
so we can't nicely separate them as we could in debbugs :)

-- 
 2. That which causes joy or happiness.

-- 
tv card audio not working
https://bugs.launchpad.net/bugs/29789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 29789] Re: tv card audio not working

2007-07-20 Thread Josip Rodin
Upstream bug #7109 has a single comment dated 2007-01-22 which says
This regression has been resolved in 2.6.18.1 and 2.6.19.
Unfortunately, then it is clear that we are talking about several
different bugs in these several (Ubuntu) bug reports. One bug is the
interaction of snd_bt87x with bttv, and the other bug is the interaction
of bttv with the line-in of a sound card (possibly only snd_intel8x0).
Somebody should clone/unmerge this one from the rest.


** Also affects: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
tv card audio not working
https://bugs.launchpad.net/bugs/29789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 29789] Re: tv card audio not working

2007-07-20 Thread Josip Rodin
Three people noted below that they see this in Feisty which has linux-
source-2.6.20; and I see it as well on the stock kernels up to .21.

-- 
tv card audio not working
https://bugs.launchpad.net/bugs/29789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 29789] Re: tv card audio not working

2007-06-24 Thread Josip Rodin
Hi,

I have been experiencing the same problem on my bttv card there is no longer
any sound (it stopped working some time ago, I can't remember exactly when
and how). The bttv driver identifies it correctly as:
Terratec TerraTValue Version Bt878 [card=33,autodetected]

The TV card is physically linked with the line-in of the sound card.
The mixer settings are fine, the line volume is pumped up.
It doesn't appear to be a hardware problem because:
* if I plug the speaker system directly into the TV card I can hear TV sound
  normally
* the same audio cable worked just fine in Linux some time ago, and still
  works today in Windows

It's as if nothing is going through the line-in of this snd-intel8x0.
alsamixer describes it as:

Card: NVidia CK804
Chip: Realtek ALC850 rev 0

Maybe that's the actual culprit for some of these problems?

I backtracked and it's not working with kernel 2.6.21.1, 2.6.19.1, 2.6.18.
I haven't kept any older ones :/

I'm not sure if this is the right bug number, because here people are
talking about snd-bt87x. I tried loading that module, had to use the force
option, it said:

unknown card 0x878-0x153b:0x1118, using default rate 32000
please mail id, board name, and, if it works, the correct digital_rate option 
to [EMAIL PROTECTED]

alsamixer -c 1 says there's a Capture setting, but I can't adjust
anything, so it seems pretty much useless to me.

I also hear that buzzing sound that the #38497 submitter mentioned, but that 
sounds like some sort of generic
TV tuner noise to me, that otherwise gets drowned when the normal TV audio is 
working.

I wouldn't describe the noise as 'tearing' (as the #29789 submitter
did).

Maybe these are not duplicates. #58969 mentions snd-intel8x0.
The submitter of #38497 didn't note his sound card - if it's also a 
snd-intel8x0,
then we may have a pattern there.

-- 
tv card audio not working
https://bugs.launchpad.net/bugs/29789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 38497] Re: Problem with sound and tv applications.

2007-06-24 Thread Josip Rodin
*** This bug is a duplicate of bug 29789 ***
https://bugs.launchpad.net/bugs/29789

(Presuming this goes to the submitter; if not, someone please fix)

What is your sound card driver, is it a snd-intel8x0 by any chance?

Do you have an audio cable connecting the TV card output to the sound
card input?

-- 
Problem with sound and tv applications.
https://bugs.launchpad.net/bugs/38497
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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