Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

2012-12-04 Thread angelv
 /dev/cd0 -J -R \
/home/backups/Grabar/Admindoc/*.tar.gz.aa
echo Proceso terminado, puede retirar el DVD ;-)
echo
eject /dev/cd0$


-

Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?


Thank you for you work (cdrtools team and dvd+rw-tools team)


--
When you understand why you dismiss all the other possible gods, you
will understand why I dismiss yours. - Stephen F Roberts
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

2012-12-04 Thread Marius Strobl
On Tue, Dec 04, 2012 at 12:04:07PM -0500, angelv wrote:
 Hi,
 
 I have a new installation of FreeBSD 9.0 RELEASE

Make sure to compile these ports, i.e. actually all ports using
libcam, yourself and don't use the official packages for 9.0.
Unfortunately, there was an ABI breakage late in the release
cycle but the affected packages have not been recompiled. Also,
with 9.0 and later, you must not use atapicam(4) (unless you
throw out options ATA_CAM from your kernel). Otherwise I've no
idea why there should be a regression at the ports level if
things worked before.

Marius

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

2012-12-04 Thread Warren Block

On Tue, 4 Dec 2012, angelv wrote:


# cat /home/backups/Grabar/BackupDVD-1.sh
#! /bin/sh

# Requiere:
#
# sysutils/dvd+rw-tools
#
# /sysutils/eject

echo Grabando el DVD ===
growisofs -dvd-compat -udf -iso-level 3 -speed=8 -V Backup `date
+%Y-%m-%d` -joliet-long -Z /dev/cd0 -J -R \
/home/backups/Grabar/Admindoc/*.tar.gz.aa
echo Proceso terminado, puede retirar el DVD ;-)
echo
eject /dev/cd0$


I use growisofs with DVD-R or +R in a script like this:

growisofs -Z /dev/cd0 -speed=16 -J -joliet-long -r -V dvdtitle $*

-udf may be for -RW media, which I don't use.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org