Dominic Fandrey | 1 Jun 2012 16:20
Picon
Favicon

Re: misc/168518: [patch] multimedia/mjpegtools wrong use of empty() always triggers IGNORE

The following reply was made to PR misc/168518; it has been noted by GNATS.

From: Dominic Fandrey <kamikaze <at> bsdforen.de>
To: bug-followup <at> FreeBSD.org, kamikaze <at> bsdforen.de
Cc:  
Subject: Re: misc/168518: [patch] multimedia/mjpegtools wrong use of empty()
 always triggers IGNORE
Date: Fri, 01 Jun 2012 16:13:16 +0200

 Please close, I will resubmit to the correct category.

 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"

linimon | 2 Jun 2012 00:44
Picon
Favicon

Re: misc/168518: [patch] multimedia/mjpegtools wrong use of empty() always triggers IGNORE

Synopsis: [patch] multimedia/mjpegtools wrong use of empty() always triggers IGNORE

State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Fri Jun 1 22:43:52 UTC 2012
State-Changed-Why: 
See ports/168529.

http://www.freebsd.org/cgi/query-pr.cgi?pr=168518
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"

Mark Linimon | 2 Jun 2012 00:44

Re: misc/168518: [patch] multimedia/mjpegtools wrong use of empty() always triggers IGNORE

On Fri, Jun 01, 2012 at 02:20:04PM +0000, Dominic Fandrey wrote:
>  Please close, I will resubmit to the correct category.

There really wasn't a need to do it that way, you can always just email
bugmeister <at>  and we would have fixed it up for you.

mcl
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"

Mark Johnston | 2 Jun 2012 07:00
Picon

Re: bin/163487: syslog.conf filtering syntax broken in 9.0-RC3 (was working in 8.2)

The following reply was made to PR bin/163487; it has been noted by GNATS.

From: Mark Johnston <markjdb <at> gmail.com>
To: bug-followup <at> FreeBSD.org, root <at> claimlynx.com
Cc:  
Subject: Re: bin/163487: syslog.conf filtering syntax broken in 9.0-RC3 (was
 working in 8.2)
Date: Sat, 2 Jun 2012 00:55:38 -0400

 Hm, it's not really clear to me how this could have worked on FreeBSD
 8.2 - the problem's been around for a while, based on a quick look
 through the history of syslogd.c.

 There's a bug in the way that domain info gets trimmed off the host
 filters. When syslogd sees a line like

 +shawshank-1.ply.claimlynx.com

 it trims it to "shawshank-1" and uses that string to match incoming
 messages - you can see in the debug output that the incoming message
 comes with a hostname of "shawshank-1" rather than the FQDN.

 syslogd uses trimdomain(3) to get a hostname out of the host filter, and
 in your case it passes

 "shawshank-1.ply.claimlynx.com,shawshank-2.ply.claimlynx.com"

 to trimdomain(3), which has no effect. Then when the message from
 "shawshank-1" comes it, it doesn't get matched against either of the
 FQDNs and thus isn't logged.
(Continue reading)

Mateusz Guzik | 2 Jun 2012 19:20
Picon

Re: misc/168413: pthread_create memory leak in 9.0-i386?

The following reply was made to PR misc/168413; it has been noted by GNATS.

From: Mateusz Guzik <mjguzik <at> gmail.com>
To: bug-followup <at> FreeBSD.org, maks.feltrin <at> gmail.com
Cc:  
Subject: Re: misc/168413: pthread_create memory leak in 9.0-i386?
Date: Sat, 2 Jun 2012 19:15:08 +0200

 I reproduced your issue on 9.0-RELEASE, but was unable to do so on
 -STABLE as of r236096

 I suspect this was fixed by this commit (I'm too lazy to actually
 confirm this):
 http://svnweb.freebsd.org/base?view=revision&revision=231635

 That being said, update to -STABLE and check if the problem goes away.

 -- 
 Mateusz Guzik <mjguzik gmail.com>
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"

rm | 3 Jun 2012 10:18
Picon
Favicon

Re: misc/168625: net/py-smbpasswd: update to 1.0.2

Synopsis: net/py-smbpasswd: update to 1.0.2

Class-Changed-From-To: sw-bug-≥update
Class-Changed-By: rm
Class-Changed-When: Sun Jun 3 08:18:13 UTC 2012
Class-Changed-Why: 
Correct pr data

Responsible-Changed-From-To: freebsd-bugs-≥wxs
Responsible-Changed-By: rm
Responsible-Changed-When: Sun Jun 3 08:18:13 UTC 2012
Responsible-Changed-Why: 
Correct pr data

http://www.freebsd.org/cgi/query-pr.cgi?pr=168625
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"

Petr Salinger | 3 Jun 2012 15:10
Picon
Favicon

Re: kern/59739: "mkdir /" sets errno to EISDIR

The following reply was made to PR kern/59739; it has been noted by GNATS.

From: Petr Salinger <Petr.Salinger <at> seznam.cz>
To: bug-followup <at> FreeBSD.org
Cc:  
Subject: Re: kern/59739: "mkdir /" sets errno to EISDIR
Date: Sun, 3 Jun 2012 15:24:05 +0200 (CEST)

 Hi,

 it still a valid problem, at least in 8.1 and 9.0 releases.

 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675768

 Petr
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"

Alexander Kühn | 3 Jun 2012 22:30
Picon

Re: bin/168253: clang crashes on Geode

The following reply was made to PR bin/168253; it has been noted by GNATS.

From: Alexander =?utf-8?b?S8O8aG4=?= <alexander.kuehn <at> nagilum.de>
To: bug-followup <at> FreeBSD.org
Cc:  
Subject: Re: bin/168253: clang crashes on Geode
Date: Sun, 03 Jun 2012 22:20:17 +0200

 This message is in MIME format.
 
 --=_XjfXWpk8pphPy8cBqp3RLoo
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes
 Content-Disposition: inline
 
 Same with FreeBSD clang version 3.1 (branches/release_31 155985) 20120503
 Target: i386-unknown-freebsd9.0
 Thread model: posix
 
 
 gdb -c clang.core `which clang`
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
 Type "show copying" to see the conditions.
 There is absolutely no warranty for GDB.  Type "show warranty" for details.
 This GDB was configured as "i386-marcel-freebsd"...(no debugging  
 symbols found)...
 Core was generated by `clang'.
 Program terminated with signal 11, Segmentation fault.
(Continue reading)

Marcin Wiśnicki | 4 Jun 2012 00:20
Picon
Gravatar

Re: kern/166805: Winbond W83627DHG-P serial console hang

The following reply was made to PR kern/166805; it has been noted by GNATS.

From: =?UTF-8?Q?Marcin_Wi=C5=9Bnicki?= <mwisnicki <at> gmail.com>
To: bug-followup <at> freebsd.org, yoitsmeremember <at> gmail.com
Cc:  
Subject: Re: kern/166805: Winbond W83627DHG-P serial console hang
Date: Mon, 4 Jun 2012 00:17:52 +0200

 --e89a8f23579dd5bd6f04c198c9b8
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: base64

 UHJvYmxlbSBjYW4gYmUgd29ya2VkIGFyb3VuZCBieSB1c2luZyBwb2xsZWQgbW9kZS4gT24gOS54
 IG9uZSB3b3VsZApmaXJzdCBuZWVkIHRvIG1lcmdlIHIyMzQxOTQgd2hpY2ggY29tcGxldGVzIHBv
 bGxpbmcgc3VwcG9ydC4KVW5mb3J0dW5hdGVseSBJIHdhc24ndCBhYmxlIHRvIGZpbmQgYSB3YXkg
 dG8gZW5hYmxlIHBvbGxpbmcsIG15IG5haXZlCmF0dGVtdCBhdCBzZXR0aW5nIGhpbnQudWFydC4w
 LmlycT0tMSBmYWlsZWQsIHdoaWNoIGZvcmNlZCBtZSB0byBhcHBseQpjcnVkZSBoYWNrIGF0dGFj
 aGVkIHRvIHRoaXMgbWVzc2FnZS4KCk9uY2UgYm9vdGVkLCBjb25zb2xlIHdvcmtzIHNvbWV3aGF0
 IHNsb3dseSBidXQgaXMgdXNhYmxlLiBQZXJoYXBzIGl0CmNhbiBiZSBpbXByb3ZlZCBieSBpbmNy
 ZWFzaW5nIHBvbGxpbmcgcmF0ZS4KCk9uIFR1ZSwgTWF5IDEsIDIwMTIgYXQgMTA6NTEgUE0sIE1h
 cmNpbiBXacWbbmlja2kgPG13aXNuaWNraUBnbWFpbC5jb20+IHdyb3RlOgo+IEJvb3RpbmcgdG8g
 OS4wUi9pMzg2IHdpdGhvdXQgc2VyaWFsIGNvbnNvbGUgd29ya3MgZm9yIG1lIChEMjUwMENDRSku
 Cj4KPiBMYXVuY2hpbmcgImdldHR5IHN0ZC4xMTUyMDAgdHR5dTAiIGFmdGVyIGJvb3QgcHJpbnRz
 IGV4YWN0bHkKPiAiXG5GcmVlQlNEL2kzODYgIiBhbmQgc2VyaWFsIHBvcnQgaGFuZ3MgYnV0IHRo
 ZSBzeXN0ZW0gaXMgc3RpbGwKPiB1c2FibGUuCj4KPiB2bXN0YXQgLWkgcmVwb3J0cyBzaW5nbGUg
 aW50ZXJydXB0IHRoYXQgd2Fzbid0IHRoZXJlIGJlZm9yZSBydW5uaW5nIGdldHR5Lgo+Cj4gaW50
 ZXJydXB0IMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgdG90YWwgwqAgwqAg
 wqAgcmF0ZQo+IGlycTM6IHVhcnQwIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKg
 IMKgIMKgMSDCoCDCoCDCoCDCoCDCoDAKPiBpcnExODogdWhjaTIgwqAgwqAgwqAgwqAgwqAgwqAg
 wqAgwqAgwqAgwqAgwqAgwqAzMDM4IMKgIMKgIMKgIMKgIMKgMAo+IGlycTIwOiBocGV0MCsgwqAg
(Continue reading)

linimon | 4 Jun 2012 04:38
Picon
Favicon

Re: junk/168481: hCftgvtbMLpKKj

Synopsis: hCftgvtbMLpKKj

State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Mon Jun 4 02:38:11 UTC 2012
State-Changed-Why: 
spam

Responsible-Changed-From-To: freebsd-bugs-≥gnats-admin
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Jun 4 02:38:11 UTC 2012
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168481
_______________________________________________
freebsd-bugs <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe <at> freebsd.org"


Gmane