[Bug 1964093] Re: nfsver=3,udp not working anymore

2022-03-08 Thread Jörg Hänsel
yes, this was a typo... of course I meant disabled UDP NFS mounting.
And regarding the 2nd point we have the same understanding.

So since "old" clients are still able to mount the NFS shares via nfs3 over udp 
on jammy servers, I would not flip the kernel config 
CONFIG_NFS_DISABLE_UDP_SUPPORT back to "n" and leave it as it is:
CONFIG_NFS_DISABLE_UDP_SUPPORT=y

thank you very much for clarifying!

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

Title:
  nfsver=3,udp not working anymore

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


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

[Bug 1964093] Re: nfsver=3,udp not working anymore

2022-03-08 Thread Jörg Hänsel
I am currently very confused. I restored the snapshots of my test VMs
from yesterday and now I can mount the NFS-shares on the jammy server on
all clients (Knoppix, Ubuntu 18.04) with nfs3+udp after putting "udp=y"
in /etc/nfs.conf, also with the last kernel version 5.15.0-18.

Yesterday in all my tests the udp=y param was ignored, only the vers=? params 
had an effect after restarting the nfs-kernel-server.
My only explanation for now is a problem with the internal network between my 
VirtualBox Test VMs. Sorry, I know this sounds very strange.

But despite of the kernel config option CONFIG_NFS_DISABLE_UDP_SUPPORT=y
I can mount the NFS-shares on the jammy server with nfs3+udp from every
test client VM. /proc/mounts shows: vers=3 and proto=udp

Only on the server itself I cannot mount with nfs3+udp.

mount -o vers=3,udp 192.168.0.1:/srv/nfs/testshare /mnt

leads to
mount.nfs: an incorrect mount option was specified

but
mount -o vers=3,tcp 192.168.0.1:/srv/nfs/testshare /mnt

is working.

So conclusion for me now. The /etc/nfs.conf params are working correctly
and my nfs3+udp problem is solved.

But nfs3+udp should not be possible to be enabled with respect to the kernel 
param.
This disabled NFS3 support seems only to affect the client part of the 
kernel-module.

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

Title:
  nfsver=3,udp not working anymore

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


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

[Bug 1964093] Re: nfsver=3,udp not working anymore

2022-03-08 Thread Jörg Hänsel
I just updated linux-image-5.15.0-18-generic to today's new version
linux-image-5.15.0-22-generic.

Now with enabling "udp=y" in /etc/nfs.conf and the new kernel version I can 
mount
the nfs-share on the jammy server from the koppix pxe initdrd (busybox mount) 
with nfs version 3 and udp.

Only mounting jammy server from jammy client is still not possible with
nfs3+udp.

The diff of /boot/config-5.15.0-18-generic and
/boot/config-5.15.0-22-generic shows no hints of NFS related changes in
the kernel config.

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

Title:
  nfsver=3,udp not working anymore

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


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

[Bug 1964093] [NEW] nfsver=3,udp not working anymore

2022-03-08 Thread Jörg Hänsel
Public bug reported:

Package: nfs-kernel-server
Architecture: amd64
Version: 1:2.6.1-1~exp1ubuntu1

nfsversion 3 with proto udp seems not to be supported by the nfs-kernel-
server anymore.

In Ubuntu 18.04 (nfs-kernel-server 1:1.3.4-2.1ubuntu5) it was still
possible. I could mount with either tcp or udp:

1. tcp
mount -o nfsvers=3 192.168.0.1:/srv/nfs/testshare /mnt

mount|grep mnt:

192.168.0.1:/srv/nfs/testshare on /mnt type nfs
(rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.0.1,mountvers=3,mountport=59808,mountproto=udp,local_lock=none,addr=192.168.0.1)


2. udp
mount -o nfsvers=3,udp 192.168.0.1:/srv/nfs/testshare /mnt

mount|grep mnt:

192.168.0.1:/srv/nfs/testshare on /mnt type nfs
(rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=udp,timeo=11,retrans=3,sec=sys,mountaddr=192.168.0.1,mountvers=3,mountport=59808,mountproto=udp,local_lock=none,addr=192.168.0.1)


Now in Ubuntu 22.04 I get the message:

mount.nfs: an incorrect mount option was specified


I tried to enable upd in /etc/nfs.conf in section [nfsd]:


[nfsd]
# debug=0
# threads=8
# host=
# port=0
# grace-time=90
# lease-time=90
# udp=n
udp=y
# tcp=y
# vers2=n
# vers3=y

But there was no effect.

nfs3 with udp is needed by several busybox mount binaries in initrds of
Knoppix and other live distributions used via PXE boot.

Best regards
Jörg

** Affects: nfs-utils (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/1964093

Title:
  nfsver=3,udp not working anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1964093/+subscriptions


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

[Bug 1960304] [NEW] missing dependency on libencode-locale-perl in amanda-common

2022-02-08 Thread Jörg Hänsel
Public bug reported:

amanda-common

affected version is: 1:3.5.1-8 (jammy)

when running amcheck I got this error in the report mail:

Can't locate Encode/Locale.pm in @INC (you may need to install the 
Encode::Locale module) (@INC contains: /usr/lib/x86_64-linux-gnu/amanda/perl 
/etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 
/usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base 
/usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 
/usr/local/lib/site_perl) at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm line 168.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm line 168.
Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Config.pm line 3088.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Config.pm line 3088.
Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Util.pm line 586.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Util.pm line 586.
Compilation failed in require at /usr/lib/amanda/amcheck-device line 25.
BEGIN failed--compilation aborted at /usr/lib/amanda/amcheck-device line 25.


Reason is missing "Locale.pm":

root@ubuntu:~# grep Locale 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm
use Encode::Locale;

After installing "libencode-locale-perl" the problem was solved.

So please add dependency on "libencode-locale-perl".

Cheers
Jörg

** Affects: amanda (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/1960304

Title:
  missing dependency on libencode-locale-perl in amanda-common

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


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

Re: [Bug 1958259] Re: systemd not enabled in postinst script

2022-01-20 Thread Jörg Hänsel
That are good news.
Thank you, Sergio!

Am Mi., 19. Jan. 2022 um 18:01 Uhr schrieb Sergio Durigan Junior <
1958...@bugs.launchpad.net>:

> Thanks for the report, Jörg.
>
> I was able to confirm the problem and identify the underlying issue.
> This also affects the Debian package, and since asterisk is a sync from
> Debian we should first fix the problem there.  I've now proposed a patch
> which should hopefully be accepted soon.
>
> Thanks.
>
> ** Bug watch added: Debian Bug tracker #985314
>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985314
>
> ** Also affects: asterisk (Debian) via
>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985314
>Importance: Unknown
>Status: Unknown
>
> ** Changed in: asterisk (Ubuntu)
>Status: New => In Progress
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1958259
>
> Title:
>   systemd not enabled in postinst script
>
> Status in asterisk package in Ubuntu:
>   In Progress
> Status in asterisk package in Debian:
>   Unknown
>
> Bug description:
>   affected version is: 1:16.16.1~dfsg-4build1 (jammy)
>
>   1. dh_systemd_enable section is missing in
> /var/lib/dpkg/info/asterisk.postinst
>   2. [Install] Section with "WantedBy" is missing in
> /lib/systemd/system/asterisk.service
>
>   1+2 lead to missing /etc/system/mutli-
>   user.target.wants/asterisk.service
>
>
>   After installation asterisk is only started once via the invocation of
> "invoce-rc.d asterisk restart". But after a reboot is is not started
> anymore due to the described reason above.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1958259/+subscriptions
>
>

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

Title:
  systemd not enabled in postinst script

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


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

[Bug 1958259] [NEW] systemd not enabled in postinst script

2022-01-18 Thread Jörg Hänsel
Public bug reported:

affected version is: 1:16.16.1~dfsg-4build1 (jammy)

1. dh_systemd_enable section is missing in /var/lib/dpkg/info/asterisk.postinst
2. [Install] Section with "WantedBy" is missing in 
/lib/systemd/system/asterisk.service

1+2 lead to missing /etc/system/mutli-user.target.wants/asterisk.service


After installation asterisk is only started once via the invocation of 
"invoce-rc.d asterisk restart". But after a reboot is is not started anymore 
due to the described reason above.

** Affects: asterisk (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/1958259

Title:
  systemd not enabled in postinst script

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


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

[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-04-05 Thread Jörg Hänsel
Hi Christian,
thank you for the info!

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

Title:
  asterisk crashes dialing h264 video sip device

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

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


[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-04-04 Thread Jörg Hänsel
Hello Łukasz,

I tested your asterisk 1:13.1.0~dfsg-1.1ubuntu4.1 package from the
proposed repository.

This packaged fixed the bug for me.

TEST CASE for 16.04 SRU:

1. use xenial
2. install asterisk
3. add SIP-clients to sip.conf and extensions.conf
4. dial h264 SIP client from asterisk console

Testing:

1. Check that system is up to date:
---
root@samson:~# apt-get update
Hit:1 http://de.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease  
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Fetched 102 kB in 0s (148 kB/s)
Reading package lists... Done
root@samson:~# apt-get upgrade
Reading package lists... Done
Building dependency tree 
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@samson:~#

2. Check that buggy package is installed:
-
root@samson:~# dpkg-query -l|grep asterisk
ii  asterisk1:13.1.0~dfsg-1.1ubuntu4
   amd64Open Source Private Branch Exchange (PBX)
ii  asterisk-config 1:13.1.0~dfsg-1.1ubuntu4
   all  Configuration files for Asterisk
ii  asterisk-core-sounds-en-gsm 1.4.22-1
   all  asterisk PBX sound files - en-us/gsm
ii  asterisk-modules1:13.1.0~dfsg-1.1ubuntu4
   amd64loadable modules for the Asterisk PBX
root@samson:~#

3. Test Case with buggy package:

root@samson:~# asterisk -rvvv
Asterisk 13.1.0~dfsg-1.1ubuntu4, Copyright (C) 1999 - 2014, Digium, Inc. and 
others.
Created by Mark Spencer 
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for 
details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=
Connected to Asterisk 13.1.0~dfsg-1.1ubuntu4 currently running on samson (pid = 
7163)
samson*CLI> console dial waldorf@Phones
-- Executing [waldorf@Phones:1] Dial("Console/default", "SIP/waldorf") in 
new stack
  == Using SIP VIDEO CoS mark 6
  == Using SIP RTP CoS mark 5
-- Called SIP/waldorf
-- SIP/waldorf-0001 is ringing
samson*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
root@samson:~#

root@samson:~# ls -l /var/lib/asterisk/
insgesamt 32640
-rw-r--r-- 1 asterisk asterisk 3072 Apr  4 19:32 astdb.sqlite3
-rw--- 1 asterisk asterisk 98623488 Apr  4 19:36 core
drwxr-xr-x 2 asterisk asterisk 4096 Apr  5  2016 moh
drwxr-xr-x 3 asterisk asterisk 4096 Nov 16 10:15 sounds
-rw-r--r-- 1 asterisk asterisk 4096 Apr  4 19:48 sqlite.db
root@samson:~#

4.+5. Adding proposed repository:
-
root@samson:~# tail -1 /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ xenial-proposed restricted main 
multiverse universe
root@samson:~# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-proposed InRelease [253 kB]  
Hit:3 http://de.archive.ubuntu.com/ubuntu xenial InRelease  
  
Hit:4 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease  
  
Hit:5 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
  
Get:6 http://archive.ubuntu.com/ubuntu xenial-proposed/restricted 
Translation-de [2752 B]
Get:7 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages [106 
kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-proposed/main i386 Packages [103 
kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-proposed/main Translation-en 
[39.3 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-proposed/main Translation-de 
[501 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-proposed/multiverse amd64 
Packages [2728 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial-proposed/multiverse i386 
Packages [3056 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial-proposed/multiverse 
Translation-en [1760 B]
Get:14 http://archive.ubuntu.com/ubuntu xenial-proposed/multiverse 
Translation-de [94.1 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 Packages 
[47.5 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-proposed/universe i386 Packages 
[45.5 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-proposed/universe Translation-en 
[20.8 kB]
Get:18 

[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-04-04 Thread Jörg Hänsel
How can I change the tag from verification-needed to verification-done?

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  asterisk crashes dialing h264 video sip device

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

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


[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-04-03 Thread Jörg Hänsel
Can I do anything else to help to get the fixed package released?

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

Title:
  asterisk crashes dialing h264 video sip device

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

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


[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-03-31 Thread Jörg Hänsel
Thank you Nish!

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

Title:
  asterisk crashes dialing h264 video sip device

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

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


[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-03-30 Thread Jörg Hänsel
Hi Christian,
can you tell me when or if the fixed version of asterisk will be released?

Thank you
Jörg

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

Title:
  asterisk crashes dialing h264 video sip device

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

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

[Bug 1671767] Re: asterisk crashes dialing h264 video sip device

2017-03-10 Thread Jörg Hänsel
attached the patch generated with quilt in debian/patches in my testing
package

** Attachment added: "sprop-parameter-sets"
   
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1671767/+attachment/4835157/+files/sprop-parameter-sets

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

Title:
  asterisk crashes dialing h264 video sip device

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

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


[Bug 1671767] [NEW] asterisk crashes dialing h264 video sip device

2017-03-10 Thread Jörg Hänsel
Public bug reported:

asterisk 1:13.1.0~dfsg-1.1ubuntu4

lsb_release -rd:
Description:Ubuntu 16.04.2 LTS
Release:16.04


Bug details:

when dialing a h264 video sip device (Grandstream GXV3674_FHD_VF 1.0.3.17) 
asterisk crashes with a core dump:

Connected to Asterisk 13.1.0~dfsg-1.1ubuntu4 currently running on samson (pid = 
29051)
samson*CLI> console dial waldorf@Phones
-- Executing [waldorf@Phones:1] Dial("Console/default", "SIP/waldorf,60") 
in new stack
  == Using SIP VIDEO CoS mark 6
  == Using SIP RTP CoS mark 5
-- Called SIP/waldorf
-- SIP/waldorf- is ringing
samson*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups


Analysis:
=
gdb reveals that the module "res_format_attr_h264.so" is resposible due to a 
memory allocation failure while examining tokens of the "sprop-parameter-sets" 
string in the SIP header.


Proposed Solution:
==
This bug is already fixed by 2 small patches included in a more recenent 
versions of "res/res_format_attr_h264.c"

https://issues.asterisk.org/jira/browse/ASTERISK-24616
Crash in res_format_attr_h264 due to invalid string copy

https://issues.asterisk.org/jira/browse/ASTERISK-25573
[patch] H.264 format attribute module: resets whole SDP

This fixed version of "res/res_format_attr_h264.c" is included e.g. in
asterisk (1:13.13.1~dfsg-4ubuntu1) zesty.


Fixed+Tested:
=
I tested by rebuiling asterisk 1:13.1.0~dfsg-1.1ubuntu4 packages with the 
"res/res_format_attr_h264.c" taken from asterisk 1:13.13.1~dfsg-4ubuntu1 and 
could connect to the sip device without any problems.

I would be great, if you could add this patch into asterisk
1:13.1.0~dfsg-1.1ubuntu4, since I don't want to use self built debs on a
16.4 LTS production system.


Thanks a lot
Jörg

** Affects: asterisk (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/1671767

Title:
  asterisk crashes dialing h264 video sip device

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

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

[Bug 1077105] Re: amrecover - can't talk to tape server: service amidxtaped:

2013-07-12 Thread Jörg Hänsel
now it's already July and there are still no updated packages for 12.04
LTS.

The upstream tar archive of the 3.3.1 version
(pool/universe/a/amanda/amanda_3.3.1.orig.tar.gz) already contains
patched pm-files:

test@test:~/temp/test$ diff amanda-3.3.1/perl/Amanda/Recovery/Planner.pm 
/usr/lib/amanda/perl/Amanda/Recovery/Planner.pm 
231c231
 for my $rq_param (qw(changer plan_cb dumpspecs)) {
---
 for my $rq_param qw(changer plan_cb dumpspecs) {
342c342
 for my $rq_param (qw(holding_file plan_cb)) {
---
 for my $rq_param qw(holding_file plan_cb) {
393c393
 for my $rq_param (qw(filelist plan_cb)) {
---
 for my $rq_param qw(filelist plan_cb) {
test@test:~/temp/test$ diff amanda-3.3.1/perl/Amanda/Recovery/Clerk.pm 
/usr/lib/amanda/perl/Amanda/Recovery/Clerk.pm 
72c72
 This package is the counterpart to LAmanda::Taper::Scribe, and handles
---
 This package is the counterpart to LAmanda::Recovery::Scribe, and handles
231c231
 for my $rq_param (qw(dump xfer_src_cb)) {
---
 for my $rq_param qw(dump xfer_src_cb) {
265c265
 for my $rq_param (qw(xfer recovery_cb)) {
---
 for my $rq_param qw(xfer recovery_cb) {

Why don't you just use them as patches in the 3.3.0 in 12.04 LTS?

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

Title:
  amrecover - can't talk to tape server: service amidxtaped:

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

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