[Bug 200781] x11/kde4: knotify (and kbiff) starts jackd with the flag "-l" only and creates zombies

2016-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200781

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|k...@freebsd.org |tcber...@freebsd.org
 CC||k...@freebsd.org

--- Comment #4 from Kubilay Kocak  ---
Assign to committer that resolved

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 200781] x11/kde4: knotify (and kbiff) starts jackd with the flag "-l" only and creates zombies

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200781

Tobias C. Berner  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |
 Status|New |Closed
 Resolution|--- |Overcome By Events

--- Comment #3 from Tobias C. Berner  ---
Glad to hear this. Sorry for the horrible response time :)

I'll close this for now then.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 200781] x11/kde4: knotify (and kbiff) starts jackd with the flag "-l" only and creates zombies

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200781

--- Comment #2 from Matthias Apitz  ---
(In reply to Tobias C. Berner from comment #1)

Hi,
I run kde-4.14.3 compiled from ports r404859 end of last year and I do not see
this anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 200781] x11/kde4: knotify (and kbiff) starts jackd with the flag "-l" only and creates zombies

2016-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200781

Tobias C. Berner  changed:

   What|Removed |Added

 CC||tcber...@freebsd.org

--- Comment #1 from Tobias C. Berner  ---
Hi Matthias

Is this still an issue?

mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kde-freebsd] maintainer-feedback requested: [Bug 200781] x11/kde4: knotify (and kbiff) starts jackd with the flag -l only and creates zombies

2015-06-11 Thread bugzilla-noreply
Matthias Apitz g...@unixarea.de has reassigned Bugzilla Automation
bugzi...@freebsd.org's request for maintainer-feedback to k...@freebsd.org:
Bug 200781: x11/kde4: knotify (and kbiff) starts jackd with the flag -l only
and creates zombies
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200781



--- Description ---
on KDE4 startup knotify call /usr/local/bin/jackd -l which is
meaningless because it only prints the default dir of jackd and
does not start any service;

the same is true for kbiff when mail arrives in the INBOX; to nail
this down (or at least to proof it), I substituted /usr/local/bin/jackd
with the following shell script:

#!/bin/sh
printf new jackd call:\n  /tmp/jackd
echo $0 $*  /tmp/jackd
/usr/local/bin/jackd.bin $* 
echo $!  /tmp/jackd


and on KDE start or when a mail arrives the file /tmp/jackd shows:


new jackd call:
/usr/local/bin/jackd -l
39343
new jackd call:
/usr/local/bin/jackd -l
39345
new jackd call:
/usr/local/bin/jackd -l
39347


the PIDs of the zombies are always -1:

39342 2 Z 0:00,01 defunct
39344 2 Z 0:00,01 defunct
39346 2 Z 0:00,01 defunct

i.e. belong to the caller knotify or kbiff.

I first filed a bug in kde.org, see:
https://bugs.kde.org/show_bug.cgi?id=348841
but the folks @kde.org closed it again with the argument:
...you should seek support from your distro, this is a configuration issue.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 200781] x11/kde4: knotify (and kbiff) starts jackd with the flag -l only and creates zombies

2015-06-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200781

Bug ID: 200781
   Summary: x11/kde4: knotify (and kbiff) starts jackd with the
flag -l only and creates zombies
   Product: Ports  Packages
   Version: Latest
  Hardware: i386
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: g...@unixarea.de
 Flags: maintainer-feedback?(k...@freebsd.org)
  Assignee: k...@freebsd.org

on KDE4 startup knotify call /usr/local/bin/jackd -l which is
meaningless because it only prints the default dir of jackd and
does not start any service;

the same is true for kbiff when mail arrives in the INBOX; to nail
this down (or at least to proof it), I substituted /usr/local/bin/jackd
with the following shell script:

#!/bin/sh
printf new jackd call:\n  /tmp/jackd
echo $0 $*  /tmp/jackd
/usr/local/bin/jackd.bin $* 
echo $!  /tmp/jackd


and on KDE start or when a mail arrives the file /tmp/jackd shows:


new jackd call:
/usr/local/bin/jackd -l
39343
new jackd call:
/usr/local/bin/jackd -l
39345
new jackd call:
/usr/local/bin/jackd -l
39347


the PIDs of the zombies are always -1:

39342 2 Z 0:00,01 defunct
39344 2 Z 0:00,01 defunct
39346 2 Z 0:00,01 defunct

i.e. belong to the caller knotify or kbiff.

I first filed a bug in kde.org, see:
https://bugs.kde.org/show_bug.cgi?id=348841
but the folks @kde.org closed it again with the argument:
...you should seek support from your distro, this is a configuration issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information