[Bug 2057792] Re: Some Games are crashing linked to a vm_max_map_count too low

2024-03-13 Thread Yannick Defais
For reference, here is the change for Fedora: https://fedoraproject.org/wiki/Changes/IncreaseVmMaxMapCount Here is a list of games presumably affected by this low value in vm_max_map_count as reported to Valve: THE FINALS

[Bug 1770138] Re: Some Various Ways To Do Outsourcing Services..

2018-05-09 Thread Yannick Defais
SPAM, please BAN the user ** Changed in: ekiga (Ubuntu) Status: New => Invalid ** Summary changed: - Some Various Ways To Do Outsourcing Services.. + [SPAM] Some Various Ways To Do Outsourcing Services.. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-08 Thread Yannick Defais
The issue for Ubuntu is tracked here and a fix has been commited for 13.10: https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1209511 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1186688 Title:

[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-07 Thread Yannick Defais
I confirm this bug. Upstream report (debian) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690536 You can work this out like this : # howto use Access Point with networkManager in Ubuntu 13.04 $ sudo apt-get install build-essential dpkg-dev fakeroot $ mkdir sources $ cd sources/ $ apt-get

[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-07 Thread Yannick Defais
To explain the issue: wpa_supplicant is not compiled with AP support, networkmanager tells it in your log: NetworkManager[12539]: warn Supplicant may not support AP mode; connection may time out. The solution above is to recompile it with this support. -- You received this bug notification

[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-09-07 Thread Yannick Defais
adding in the section [802-11-wireless] channel=11 makes it possible here to get internet running ! (There is numerous disconnections, but I guess it comes from my very old usb stick) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1074281] Re: Connection sharing with AP mode not possible

2013-09-07 Thread Yannick Defais
This is still not possible in 13.04 due to not compiling wpasupplicant with AP support, more details here : https://bugs.launchpad.net/debian/+source/wpa/+bug/1186688 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1173680] Re: Network manager 0.9.8 still creates adhoc hotspots

2013-09-07 Thread Yannick Defais
*** This bug is a duplicate of bug 1186688 *** https://bugs.launchpad.net/bugs/1186688 Monsta is right, you can make it work using the cli and adding the AP support in wpasupplicant, see here for details: https://bugs.launchpad.net/debian/+source/wpa/+bug/1186688 ** This bug has been marked

[Bug 498911] Re: nspluginwrapper fills .xsession-errors until disk space is exhausted

2011-04-14 Thread Yannick Defais
A working workaround for me is to install the 64 bits version of flash. (which is BETA) -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/498911 Title: nspluginwrapper fills .xsession-errors until disk

[Bug 498911] Re: nspluginwrapper fills .xsession-errors until disk space is exhausted

2011-04-13 Thread Yannick Defais
Hi, same issue here, i've this file the size of a DVD... And it's not that easy to pinpoint the culprit. It is a pretty bad issue IMHO. I used this: $ find /home/YOUR_NICK -iname * -mmin -2 -print It will show the files accessed in the last 2 minutes in your home (replace YOUR_NICK with your

[Bug 498911] Re: nspluginwrapper fills .xsession-errors until disk space is exhausted

2011-04-13 Thread Yannick Defais
and some commands to show how bad NSplugin is impacting the log file here (number of lines in the log file and the size of the file): $ grep NSPlugin ~/.xsession-errors | wc -l 4415936 $ grep NSPlugin ~/.xsession-errors.old | wc -l 20999800 $ ls -l ~/.xsession-errors -rw--- 1 yannick

[Bug 714568] Re: update to 3.3.0

2011-02-12 Thread Yannick Defais
Hi, In the Ekiga team we all are volunteers, doing the work on our spare time. I doubt words as ridiculous will help us, or the people working to improve Ubuntu. Please, show a little kindness... We do have a life, and sometimes is not that easy. Sorry for not fulfilling your expectations.

[Bug 714568] Re: update to 3.3.0

2011-02-07 Thread Yannick Defais
3.3.0 is an unstable version, but in your specific case it might help... It is worth a try indeed, especially if your issues are related to pulse audio. Please read the announce: http://mail.gnome.org/archives/ekiga-list/2010-December/msg00068.html Regards, Yannick -- You received this bug

[Bug 474359] Re: HD audio with VIA VT1828S chipset on Asus P7P55D input (mic) is not working

2010-08-05 Thread Yannick Defais
Hi, @danrgmc, I've the same MoBo as you : P7P55D-E from Asus. Using Ubuntu 10.4 (Lucid, AMD64 version) I did have the same issue : sound input (microphone) did not work at all. Installing the backport as stated in the first answer, i.e. linux- backports-modules-alsa-lucid-generic, then reboot,

[Bug 597869] Re: Please merge ekiga 3.2.7-2 (universe) from debian unstable (main)

2010-06-26 Thread Yannick Defais
Indeed, you'll need ptlib and opal as well from debian. (and it is fixed version for both, no backward/forward compatibility) Best regards, Yannick -- Please merge ekiga 3.2.7-2 (universe) from debian unstable (main) https://bugs.launchpad.net/bugs/597869 You received this bug notification

[Bug 593477] Re: Use VP8/WebM as the default video codec/format

2010-06-14 Thread Yannick Defais
If the above is true, it is the same issue with the SIP protocol, thus invalid for Ekiga too. Best regards, Yannick ** Changed in: ekiga (Ubuntu) Status: New = Invalid ** Changed in: ekiga Status: New = Invalid -- Use VP8/WebM as the default video codec/format

[Bug 578056] Re: lucid ekiga failure/libx264.so.67

2010-05-12 Thread Yannick Defais
Hi, The intent of devs is as follow: The H264 codec is an OPAL library plugin, it requires ffmpeg and x264 libraries. Ekiga check if it is available at *runtime*, thus the error message. AFAIK this is not a bug. I'm not sure having this piece of code being a zombie is the intented behavior.

[Bug 578056] Re: lucid ekiga failure/libx264.so.67

2010-05-12 Thread Yannick Defais
BTW, this piece of code is a new process only because of license issue between OPAL Vs x264. ** Bug watch added: GNOME Bug Tracker #618437 https://bugzilla.gnome.org/show_bug.cgi?id=618437 ** Also affects: ekiga via https://bugzilla.gnome.org/show_bug.cgi?id=618437 Importance: Unknown

[Bug 575312] Re: ekiga crashed with SIGILL

2010-05-05 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #617724 https://bugzilla.gnome.org/show_bug.cgi?id=617724 ** Also affects: ekiga via https://bugzilla.gnome.org/show_bug.cgi?id=617724 Importance: Unknown Status: Unknown -- ekiga crashed with SIGILL https://bugs.launchpad.net/bugs/575312

[Bug 572553] Re: sabayon-session crashed with AssertionError in handle_endtag()

2010-04-30 Thread Yannick Defais
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/46690714/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/46690715/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/46690716/ProcStatus.txt ** Attachment

[Bug 511150] Re: Problems with calls when VPN tunnel is active

2010-04-23 Thread Yannick Defais
Hi, As it is network related, and there is a regression in 3.2.x compared to 2.0.x related to STUN, this patched version *may* work: https://launchpad.net/~sevmek/+archive/ppa Please give it a try. (builds from 9.04 to 10.04) Best regards, Yannick -- Problems with calls when VPN tunnel is

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617: The root of your issue is: There is no user david.j.w in Ekiga.NET Please check the mail you received when you asked an account at Ekiga.NET, or create a new one: https://www.ekiga.net/index.php?page=register Best regards, Yannick -- echo test not working

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
Please help me to close this bug: Who is still have the issue Cannot connect to echo test ? Best regards, Yannick ** Changed in: ekiga (Ubuntu) Status: New = Incomplete -- echo test not working https://bugs.launchpad.net/bugs/332543 You received this bug notification because you are a

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617: You have 2 accounts: david.j.wi...@ekiga.net and david_...@ekiga.net -- echo test not working https://bugs.launchpad.net/bugs/332543 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617, Indeed, that would be a nice enhancement, please report directly upstream: https://bugzilla.gnome.org/enter_bug.cgi?product=ekiga Best regards, Yannick -- echo test not working https://bugs.launchpad.net/bugs/332543 You received this bug notification because you are a member of

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617, Hi, I've built a package for Lucid (and Jaunty too) in the same repo: https://launchpad.net/~sevmek/+archive/ppa Please, give it a try. Best regards, Yannick -- echo test not working https://bugs.launchpad.net/bugs/332543 You received this bug notification because you are a member

[Bug 563698] Re: Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco CM

2010-04-19 Thread Yannick Defais
Hi, We maybe have a fix for outgoing call to external landline fails completely; I built a patched Ekiga 3.2.6 version fixing STUN support for RTP streams here (the patch is already in OPAL upstream, but only in Trunk, we backported it): https://launchpad.net/~sevmek/+archive/ppa (built for

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
@Again617, In your case, the issue is with the REGISTER process: Ekiga fails to register to Ekiga.NET, consequently the attempt to call the echo test is refused (that's an Ekiga.NET policy, there's nothing wrong with it). The relevant part in the log is: 2010/04/19 10:56:11.535 0:08.445

[Bug 332543] Re: echo test not working

2010-04-19 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #616197 https://bugzilla.gnome.org/show_bug.cgi?id=616197 ** Also affects: ekiga via https://bugzilla.gnome.org/show_bug.cgi?id=616197 Importance: Unknown Status: Unknown ** Changed in: ekiga (Ubuntu) Status: Incomplete = New -- echo

[Bug 563698] Re: Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco CM

2010-04-15 Thread Yannick Defais
#How_to_get_a_stack_backtrace_from_a_crash_or_freeze Best regards, Yannick Defais (Ekiga team) -- Ekiga crashes during incoming and outgoing SIP calls when registered with Cisco CM https://bugs.launchpad.net/bugs/563698 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 563694] Re: High processor load during Ekiga SIP calls

2010-04-15 Thread Yannick Defais
Hi, Please upgrade to Ekiga 3.2.6: http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages#9.10_Karmic_Koala I do not expect it will fix this issue but it is still worth the try; I suspect the issue is with pulse audio. See this bug for Reference and a test procedure to check if the issue

[Bug 353002] Re: Add option to hide persistent notification icon and add support for the indicator-applet

2010-04-03 Thread Yannick Defais
Hi, The notification system in Ubuntu has evolved. It seems the right tools for the job is a Morphing window. For more details, see: https://wiki.ubuntu.com/NotificationDesignGuidelines Feel free to propose a patch to upstream... Best regards, Yannick -- Add option to hide persistent

[Bug 543198] Re: ekiga some not working and get hanged out my full system

2010-03-29 Thread Yannick Defais
Hi, Please try to upgrade using this PPA: https://launchpad.net/~sevmek/+archive/ppa It has Ekiga 3.2.6 with a small patch worth the try if behind a router/NAT. Best regards, Yannick -- ekiga some not working and get hanged out my full system https://bugs.launchpad.net/bugs/543198 You received

[Bug 332543] Re: echo test not working

2010-03-29 Thread Yannick Defais
Hi somejan, Good to hear there is some improvement. To help us understand were is the issue now, please provide a debug output: http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output and attach the resulting file here please. Best regards, Yannick -- echo test not working

[Bug 332543] Re: echo test not working

2010-03-29 Thread Yannick Defais
Oops, I just read your reference to bug #112948 ... There is a pulse audio plugin in Ekiga trunk but nothing I can backport easily to 3.2.6 :/ Hopefully Ubuntu 10.04 will have a better pulse/ekiga interaction -- echo test not working https://bugs.launchpad.net/bugs/332543 You received this

[Bug 367478] Re: Ekiga sound from echo test missing: inbound RTP packets cannot get in.

2010-03-29 Thread Yannick Defais
Hi, Thank you althuis for the testing. As of now, 4 people reported an improvement(1) (means they were able to connect to 5...@ekiga.net), while you still have an issue. Would you be kind enough to provide a new debug ouput using the patched version just like you did in comment #10? Best

[Bug 332543] Re: echo test not working

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT, this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with just the patch which is a small one):

[Bug 203885] Re: Can't see remote video

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with

[Bug 378403] Re: 1st call after launch of ekiga works perfectly, but after it's impossible to call, I had to close ekiga and restart it...

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with

[Bug 367478] Re: Ekiga sound from echo test missing: inbound RTP packets cannot get in.

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with

[Bug 382281] Re: Ekiga echo test is not playing back the sound.

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with

[Bug 393860] Re: cannot call landlines/ call finishes

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with

[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-03-27 Thread Yannick Defais
Hi, The reporter is aware of this, but as a reference for other users : we have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga

[Bug 506185] Re: can't connect to anything

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT, this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with just the patch which is a small one):

[Bug 546545] Re: SIP implementation incompatible with firewall configuration.

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT (or a firewall), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with just the patch which is a

[Bug 534618] Re: Ekiga does not work in Lucid

2010-03-27 Thread Yannick Defais
Hi, We have a patch wich modify the network part of the audio and video streams when behind a NAT. As this is the case here (after a quick look), this patch might solve the issue. Would you be kind enough to test it? Get Ekiga 3.2.6 for Karmic with this patch here (same code as Ekiga 3.2.6 with

[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-03-27 Thread Yannick Defais
** Changed in: ekiga (Ubuntu) Status: New = In Progress -- Ekiga don't work behind NAT in Karmic https://bugs.launchpad.net/bugs/517580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-26 Thread Yannick Defais
Hi, I finally get some time to dig into this. As you are in the ekiga mailing list too, i'll respond there first. Would you be kind enough to attach here a wireshark log using twinkle and a call to 5...@ekiga.net with it just as you did using ekiga in post #3 ? I'll give details about how ekiga

[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-07 Thread Yannick Defais
** Changed in: ekiga (Ubuntu) Status: New = Incomplete -- Ekiga don't work behind NAT in Karmic https://bugs.launchpad.net/bugs/517580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-07 Thread Yannick Defais
** Changed in: ekiga (Ubuntu) Status: Incomplete = New -- Ekiga don't work behind NAT in Karmic https://bugs.launchpad.net/bugs/517580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 517580] Re: Ekiga don't work behind NAT in Karmic

2010-02-05 Thread Yannick Defais
Hi, Please do: 1- upgrade to 3.2.6: http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages#9.10_Karmic_Koala 2- if the issue remains, please attach a debug output here: http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output Best regards, Yannick -- Ekiga don't work

[Bug 316971] Re: [Jaunty] Ekiga's non free codec support isn't available in multiverse

2010-01-31 Thread Yannick Defais
Hi bojo42, The issue with h264: https://bugzilla.gnome.org/show_bug.cgi?id=596006 Best regards, Yannick ** Bug watch added: GNOME Bug Tracker #596006 https://bugzilla.gnome.org/show_bug.cgi?id=596006 -- [Jaunty] Ekiga's non free codec support isn't available in multiverse

[Bug 415023] Re: brightness is broken on MSI WIND U100

2009-12-10 Thread Yannick Defais
Merci Sylvain! Works nicely here using the ppa. Best regards, Yannick -- brightness is broken on MSI WIND U100 https://bugs.launchpad.net/bugs/415023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 411566] Re: Regression: AutoAnswer feature is missing in v3.2.x

2009-11-15 Thread Yannick Defais
Hi, @Pedro, Why did you changed the status to invalid? I'm part of upstream, and we confirmed this bug. I'm reverting your change. Best regards, Yannick ** Changed in: ekiga (Ubuntu) Status: Invalid = Confirmed -- Regression: AutoAnswer feature is missing in v3.2.x

[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-13 Thread Yannick Defais
@Alex, You can try this: $ pasuspender -- ekiga But I tried it on 9.04 and it was not working, *maybe* it works now on 9.10 (I'm quite busy atm and unfortunately I cannot run tests). Otherwise, you'll need to go using our trunk version which has a preALPHA pulse audio plugin. Best regards,

[Bug 481138] Re: Ekiga stop working and turning off when being called from netmeeting

2009-11-12 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released with the latest Gnome release. It fix numerous issues. Would you be kind enough to give it a try? https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- Ekiga stop working and turning off when being called from netmeeting

[Bug 480207] Re: ekiga can't authenticate with SIP registrar

2009-11-10 Thread Yannick Defais
Hi, Please try the latest Ekiga version: https://launchpad.net/~sevmek/+archive/ekiga-released If it is still the same, I'll forward the issue upstream... We will need a complete debug output: http://wiki.ekiga.org/index.php/Debugging_Ekiga#How_to_get_a_debug_output Best regards, Yannick --

[Bug 473102] Re: Application hangs while trying to make echo test - no sound, cpu goes into 100%, program hangs

2009-11-09 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #600623 https://bugzilla.gnome.org/show_bug.cgi?id=600623 ** Also affects: ekiga via https://bugzilla.gnome.org/show_bug.cgi?id=600623 Importance: Unknown Status: Unknown -- Application hangs while trying to make echo test - no sound, cpu

[Bug 203885] Re: Can't see remote video

2009-11-08 Thread Yannick Defais
@chrisV, Please, attach a debug output here (see comment #5: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/203885/comments/5 ) Best regards, Yannick -- Can't see remote video https://bugs.launchpad.net/bugs/203885 You received this bug notification because you are a member of Ubuntu

[Bug 382234] Re: No sound in ekiga

2009-11-08 Thread Yannick Defais
** Changed in: ekiga (Ubuntu) Status: New = Confirmed ** Summary changed: - No sound in ekiga + No sound in ekiga when used with Pulse Audio ** Also affects: pulseaudio Importance: Undecided Status: New -- No sound in ekiga when used with Pulse Audio

[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-08 Thread Yannick Defais
Upstream related bug report in Ekiga: https://bugzilla.gnome.org/show_bug.cgi?id=586034 ** Bug watch added: GNOME Bug Tracker #586034 https://bugzilla.gnome.org/show_bug.cgi?id=586034 -- No sound in ekiga when used with Pulse Audio https://bugs.launchpad.net/bugs/382234 You received this bug

[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-08 Thread Yannick Defais
This issue seems to be fixed in Fedora 12: https://bugzilla.redhat.com/show_bug.cgi?id=489724#c25 ** Bug watch added: Red Hat Bugzilla #489724 https://bugzilla.redhat.com/show_bug.cgi?id=489724 ** Also affects: pulseaudio (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=489724

[Bug 382234] Re: No sound in ekiga when used with Pulse Audio

2009-11-08 Thread Yannick Defais
** Also affects: ekiga via https://bugzilla.gnome.org/show_bug.cgi?id=586034 Importance: Unknown Status: Unknown -- No sound in ekiga when used with Pulse Audio https://bugs.launchpad.net/bugs/382234 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 382234] Re: No sound in ekiga

2009-11-07 Thread Yannick Defais
Hi, Would you be kind enough to check if the issue is the interaction with Pulse Audio? The test I propose you is to disable pulse audio, then try to place a call to see if it makes any difference: First kill pulseaudio: $ pulseaudio -k Remove the pulseaudio package: $ sudo aptitude remove

[Bug 473102] Re: Application hangs while trying to make echo test - no sound, cpu goes into 100%, program hangs

2009-11-07 Thread Yannick Defais
Hi, Would you be kind enough to check if the issue is the interaction with Pulse Audio? The test I propose you is to disable pulse audio, then try to place a call to see if it makes any difference: First kill pulseaudio: $ pulseaudio -k Remove the pulseaudio package: $ sudo aptitude remove

[Bug 468835] Re: ekiga stops playing sound and starts to consume 120% cpu

2009-11-01 Thread Yannick Defais
Hi, Can you reproduce using 3.2.6? https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- ekiga stops playing sound and starts to consume 120% cpu https://bugs.launchpad.net/bugs/468835 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 459147] Re: Missing voice mail indicator (MWI) for SIP accounts

2009-10-28 Thread Yannick Defais
** Changed in: ekiga (Ubuntu) Status: New = Confirmed ** Summary changed: - Missing voice mail indicator (MWI) for SIP accounts + [Regression] Missing voice mail indicator (MWI) for SIP accounts -- [Regression] Missing voice mail indicator (MWI) for SIP accounts

[Bug 459147] Re: Missing voice mail indicator (MWI) for SIP accounts

2009-10-25 Thread Yannick Defais
Hi, Thank you for testing! I'm pushing this bug upstream. For the window remaining open, please report directly upstream (as Ubuntu does not support 3.2.6): http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga Best regards, Yannic ** Bug watch added: GNOME Bug Tracker #599554

[Bug 459147] Re: Missing voice mail indicator (MWI) for SIP accounts

2009-10-23 Thread Yannick Defais
Hi, Would you try Ekiga 3.2.6 (latest release) to check if the issue is fixed? https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- Missing voice mail indicator (MWI) for SIP accounts https://bugs.launchpad.net/bugs/459147 You received this bug notification because

[Bug 454174] Re: ekiga crashed with SIGSEGV in PContainer::PContainer()

2009-10-22 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released with the last Gnome shipped into Karmic. It fix numerous crashes. Please try to reproduce using it: https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- ekiga crashed with SIGSEGV in PContainer::PContainer()

[Bug 453470] Re: ekiga crashed with SIGSEGV in PTrace::End()

2009-10-18 Thread Yannick Defais
*** This bug is a duplicate of bug 446613 *** https://bugs.launchpad.net/bugs/446613 Hi, Ekiga 3.2.6 was released with latest Gnome you are using. Please try it, it fix many crashes. To install 3.2.6, follow instructions here: https://launchpad.net/~sevmek/+archive/ekiga-released Best

[Bug 112948] Re: Ekiga hangs when using pulseaudio

2009-10-18 Thread Yannick Defais
Hi, Using Jaunty I have huge delay rending Ekiga barely usable (5 seconds delay). Tested on 2 really different machines. Removing Pulse Audio fix the issue for me as well. Upstream planned to add a Pulse Audio plugin as default configuration for Ekiga 3.4. In the meantime, I've no clue how to

[Bug 112948] Re: Ekiga hangs when using pulseaudio

2009-10-18 Thread Yannick Defais
Please attach this upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=586034 ** Changed in: ekiga (Ubuntu) Status: Invalid = Confirmed -- Ekiga hangs when using pulseaudio https://bugs.launchpad.net/bugs/112948 You received this bug notification because you are a member of Ubuntu

[Bug 423671] Re: Ekiga 3.2.5 disconnects network connection very often

2009-10-08 Thread Yannick Defais
Hi, Please try Ekiga 3.2.6 to check if there is still the issue with it. https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- Ekiga 3.2.5 disconnects network connection very often https://bugs.launchpad.net/bugs/423671 You received this bug notification because you

[Bug 435295] Re: [Karmic] Upgrade Ekiga to 3.2.6

2009-10-05 Thread Yannick Defais
@Kees Cook, The DoS issue is probably this one: http://sourceforge.net/tracker/?func=detailaid=2837056group_id=204472atid=989748 It includes a wireshark trace, and is reported as 100% reproducible. Best regards, Yannick ** Bug watch added: SourceForge.net Tracker #2837056

[Bug 435295] Re: [Karmic] Upgrade Ekiga to 3.2.6

2009-10-03 Thread Yannick Defais
Hi, ptlib 2.6.5 and opal 3.6.6 are in the new queue for debian: http://ftp-master.debian.org/new/ptlib_2.6.5-1.html http://ftp-master.debian.org/new/opal_3.6.6~dfsg-1.html Ekiga 3.2.6 will follow soon. All of them should be published in debian in 2-5 days. Best regards, Yannick -- [Karmic]

[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars

2009-10-03 Thread Yannick Defais
Tagged as fixed in Ubuntu. Feel free to reopen. Best regards, Yannick ** Changed in: ekiga (Ubuntu) Status: Triaged = Fix Released -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of

[Bug 411102] Re: Ubuntu 9.04 Ekiga SIP negociation to echo test timeout after resending INVITE with authentication

2009-09-28 Thread Yannick Defais
Hi Miguel A. Lopez-Molina, You have a slightly different issue: Ekiga cannot register. Ekiga is sending internet packet and never gets an answer. Most probably an issue with your router or your firewall. btw, here is the latest Ekiga 3.2.6: https://launchpad.net/~sevmek/+archive/ekiga-released

[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-25 Thread Yannick Defais
oops... I continue here... IMHO, either Ekiga has a bug and wrongly confuse PCMU and PCMA or your contact client has a bug and send wrongly PCMA when it should send PCMU. A workaround is probably to simplify the codec negociation proposing only one codec, e.g. PCMA (to do this disable all other

[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-25 Thread Yannick Defais
Jacek Grzebyta, I looked at your latest debug output. I do not see the interface selection issue anymore. The issue there is about codec negociation: Your ekiga client sent an INVITE including your codecs like this: a=rtpmap:9 G722/8000/1 a=rtpmap:117 Speex/16000/1 ../.. a=rtpmap:0

[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-25 Thread Yannick Defais
btw, in your latest log, was the virtualization in use? Can I close this bug for Call out fails if there is multiple network interfaces using Ekiga 3.2.6? -- Call out fails if there is multiple network interfaces https://bugs.launchpad.net/bugs/423461 You received this bug notification because

[Bug 435295] Re: [Karmic] Upgrade Ekiga to 3.2.6

2009-09-24 Thread Yannick Defais
- Fixed possible segfault when receiving a NOTIFY means a crafted UDP packet from internet can crash ekiga, it is a security issue, isn't? ** This bug has been flagged as a security vulnerability -- [Karmic] Upgrade Ekiga to 3.2.6 https://bugs.launchpad.net/bugs/435295 You received this bug

[Bug 430704] Re: user not available ekiga

2009-09-24 Thread Yannick Defais
Hi, Sounds like a wrong username or a wrong password. btw, if you want to call 500 or 520 you'll need audio codec PCMA and video codec H261 (for 500) enabled or it will fail. Those numbers only support those codecs? Best regards, Yannick -- user not available ekiga

[Bug 435295] [NEW] [Karmic] Upgrade Ekiga to 3.2.6

2009-09-23 Thread Yannick Defais
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: ekiga Hi, Yesterday, the ekiga team released Ekiga 3.2.6 which is a big step for stability/security. Please upgrade to Kamic version to 3.2.6. I made packages for Karmic (and Jaunty) here:

[Bug 391976] Re: Ekiga freeze after I press hang up button

2009-09-23 Thread Yannick Defais
hefesto and others, I builded packs with Ekiga 3.2.6 which was released yesterday here: https://launchpad.net/~sevmek/+archive/ekiga-released Please try it and confirm if the issue is solved. Best regards, Yannick -- Ekiga freeze after I press hang up button

[Bug 423461] Re: Call out fails if there is multiple network interfaces

2009-09-23 Thread Yannick Defais
Hi Jacek Grzebyta, Ekiga 3.2.6 was released yesterday. I builded packs here: https://launchpad.net/~sevmek/+archive/ekiga-released Could you give it a try to check if your issue is fixed with it? Best regards, Yannick -- Call out fails if there is multiple network interfaces

[Bug 385365] Re: Ekiga crashes when you call out or recieve a call

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. Could you give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- Ekiga crashes when you call out or recieve a call https://bugs.launchpad.net/bugs/385365 You received this bug

[Bug 430704] Re: user not available ekiga

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was relesed yesterday. It is a major improvement in terms of stability. I advice you give it a try. Your issue might be related to a bug affecting the whole 3.2.x serie: using to many codecs turns calls to fail. Please try this: Update your Ekiga with 3.2.6 using my packages:

[Bug 434465] Re: ekiga crashed with signal 5 in _XError()

2009-09-23 Thread Yannick Defais
*** This bug is a duplicate of bug 423668 *** https://bugs.launchpad.net/bugs/423668 Hi, I cannot access to bug #423668 , thus I comment here. Ekiga 3.2.6 was released yesterday. It is a major improvement in terms of stability. Please give it a try to check if it solves your issue.

[Bug 434893] Re: 15 seconds after beginning test call, audio stops, and ekiga refuses to terminate call or quit

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. Please give it a try to check if it fix your issue: https://launchpad.net/~sevmek/+archive/ekiga-released Best regards, Yannick -- 15 seconds after beginning test call, audio stops, and ekiga refuses to terminate call or quit

[Bug 297604] Re: Crash using configuration assistant (gtk_container_forall)

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- Crash using configuration assistant

[Bug 203885] Re: Can't see remote video

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- Can't see remote video

[Bug 352215] Re: ekiga crashed with SIGSEGV in calloc()

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- ekiga crashed with SIGSEGV in calloc()

[Bug 346005] Re: ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore()

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- ekiga crashed with SIGSEGV in

[Bug 352342] Re: ekiga crashed with SIGSEGV in free()

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- ekiga crashed with SIGSEGV in free()

[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- Ekiga doesn't recognize webcam with non-UTF chars

[Bug 352308] Re: Crash starting (PSafePtrBase::Assign)

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- Crash starting (PSafePtrBase::Assign)

[Bug 350266] Re: ekiga crashed with SIGFPE in OpalMediaPatch::Sink::RateControlExceeded()

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- ekiga crashed with SIGFPE in

[Bug 352208] Re: ekiga crashed with SIGSEGV in free()

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- ekiga crashed with SIGSEGV in free()

[Bug 358489] Re: ekiga crashed with SIGSEGV in PThread::PX_ThreadEnd()

2009-09-23 Thread Yannick Defais
Hi, Ekiga 3.2.6 was released yesterday. It fix numerous issues. Could you please give it a try to check if it solves your issue? https://launchpad.net/~sevmek/+archive/ekiga-released (instructions and packages) Best regards, Yannick -- ekiga crashed with SIGSEGV in PThread::PX_ThreadEnd()

  1   2   3   4   5   6   >