Re: Burning CDs and DVDs on SATA drive in FreeBSD 9.0

2011-12-09 Thread Craig Rodrigues
On Thu, Dec 8, 2011 at 5:49 AM, Michiel Boland wrote: > > > Recompile the port; the CAM ioctl numbers have changed. > > Cheers > Michiel Hi, Is there an entry to describe this remedy in /usr/src/UPDATING? This issue has been coming up a lot in 9.0, so it would be good to have something to point

Re: Adding bool, true, and false to the kernel

2011-12-09 Thread Kostik Belousov
On Thu, Dec 08, 2011 at 04:36:58PM -0800, Matthew Fleming wrote: > This code should be MFC-able to stable/9 after 9.0 is released. Yes, please make sure to merge it to stable/9. pgpJdscbva0LS.pgp Description: PGP signature

Re: Burning CDs and DVDs on SATA drive in FreeBSD 9.0

2011-12-09 Thread Thomas Mueller
> Recompile the port; the CAM ioctl numbers have changed. > Cheers > Michiel When did these CAM ioctl numbers change? Was it before or after I built and installed cdrtools? Running ls -rtl /var/db/pkg/cdrtools-3.00_1 produces total 48 -rw-r--r-- 1 root wheel 17550 Sep 26 09:20 +MTREE_DIRS

FreeBSD/amd64 on machine without ACPI BIOS?

2011-12-09 Thread Lev Serebryakov
Hello, Freebsd-current. Soekris ("famous" developer of small x86-compatible appliance-like hardware) released net6501 some time ago, which is based on Atom (E6xx) CPU. It seems, that 64-bit version of Linux could run on it without problems. But FreeBSD/amd64 can not. It stops after kernel de

Deterministic builds

2011-12-09 Thread Erik Cederstrand
Hi all, I've been working on a project to make it possible to produce deterministic builds with FreeBSD. By this I mean building a FreeBSD distribution twice from the same code base and having all files in the two distributions match by md5 sum. Currently, this is not the case. My main goal fo

Re: Burning CDs and DVDs on SATA drive in FreeBSD 9.0

2011-12-09 Thread Marius Strobl
On Fri, Dec 09, 2011 at 09:23:58AM +, Thomas Mueller wrote: > > Recompile the port; the CAM ioctl numbers have changed. > > > Cheers > > Michiel > > When did these CAM ioctl numbers change? Was it before or after I built and > installed cdrtools? > > Running ls -rtl /var/db/pkg/cdrtools-3.

Re: RLIMIT_DATA and malloc(3) use of mmap(2)

2011-12-09 Thread Maxim Konovalov
Hi Kostik, I understand that you are busy with the release. But is there a plan to commit this code somewhere in the near future? On Fri, 25 Nov 2011, 22:21+0400, Maxim Konovalov wrote: > [...] > > Fixed patch is available at > > http://people.freebsd.org/~kib/misc/map_datalimit.2.patch > > > W

Bug in Perl script

2011-12-09 Thread Alexander Panyushkin
I have a script that runs command tail with open descriptor. After 30 seconds, I close descriptor. But descriptor not closed. When script is closed tail is present in ps aux. $log_file = path_to_log; eval { local $SIG{ALRM} = sub { die; }; alarm (30); open (LOG, "tail -F $log_file|") ||

Re: FreeBSD/amd64 on machine without ACPI BIOS?

2011-12-09 Thread Gary Jennejohn
On Fri, 9 Dec 2011 14:10:18 +0400 Lev Serebryakov wrote: > Hello, Freebsd-current. > > Soekris ("famous" developer of small x86-compatible appliance-like > hardware) released net6501 some time ago, which is based on Atom (E6xx) > CPU. > It seems, that 64-bit version of Linux could run on it

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: > I've been working on a project to make it possible to produce deterministic > builds with FreeBSD. By this I mean building a FreeBSD distribution twice > from the same code base and having all files in the two distributions match >

Re: Bug in Perl script

2011-12-09 Thread Mark Martinec
Alexander, > I have a script that runs command tail with open descriptor. > After 30 seconds, I close descriptor. But descriptor not closed. > When script is closed tail is present in ps aux. > > $log_file = path_to_log; > eval { > local $SIG{ALRM} = sub { die; }; > alarm (30); > ope

Re: Deterministic builds

2011-12-09 Thread Erik Cederstrand
Hi Ruslan, Den 09/12/2011 kl. 14.37 skrev Ruslan Ermilov: > On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: >> I've been working on a project to make it possible to produce deterministic >> builds with FreeBSD. By this I mean building a FreeBSD distribution twice >> from the sam

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 03:25:40PM +0100, Erik Cederstrand wrote: > Den 09/12/2011 kl. 14.37 skrev Ruslan Ermilov: > > > On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: > >> I've been working on a project to make it possible to produce deterministic > >> builds with FreeBSD. By t

Problem with pkg_add

2011-12-09 Thread Derek Tattersall
After installing 9.0-RC2 or RC3, pkg_add -r fails in trying to access ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/package-9-current as the terminal directory is acually packages-9-stable. It is a one line change in the source for pkg_add. -- Best regards, Derek Tattersall d...@mebtel.net

Re: Problem with pkg_add

2011-12-09 Thread Mark Linimon
On Fri, Dec 09, 2011 at 09:16:13AM -0500, Derek Tattersall wrote: > After installing 9.0-RC2 or RC3, pkg_add -r fails in trying to access > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/package-9-current as the > terminal directory is acually packages-9-stable. It is a one line > change in the sou

devel/google-perftools fails to build on 10-current

2011-12-09 Thread Chuck Burns
I recently source-up'd to 10-current, and began the slow process of rebuilding all my installed ports, devel/google-perftools fails with an undeclared "__isthreaded" The following should be more than enough information. Thanks, Chuck Burns root@freebeast /usr/src % svn info Path: . Workin

Re: devel/google-perftools fails to build on 10-current

2011-12-09 Thread Doug Barton
On 12/09/2011 15:29, Chuck Burns wrote: > I recently source-up'd to 10-current, and began the slow process of > rebuilding > all my installed ports, devel/google-perftools fails with an undeclared > "__isthreaded" For ports questions it's customary to start on freebsd-ports@ and cc the maintain

[head tinderbox] failure on i386/i386

2011-12-09 Thread FreeBSD Tinderbox
TB --- 2011-12-10 01:00:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 01:00:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-12-10 01:00:00 - cleaning the object tree TB --- 2011-12-10 01:00:48 - cvsupping the source tree TB --- 2011-12-10 01:00:48 - /usr/bin/c