


Darn it!Q: I cannot select my IDE CDROM as reading device in the cd copy dialog.
A: K3b currently does only support SCSI devices for cd copy. To use your IDE CDROM for
reading please enable SCSI emulation.


K3B Setup has been executed as root, in the K3B Settings I changed then driver afterwards./dev/scsi/host0/bus0/target0/lun0/cd /mnt/cdrom auto ro,noauto,user,exec 0 0
/dev/scsi/host0/bus0/target1/lun0/cd /mnt/brenner auto ro,noauto,user,exec 0 0





"Pinning" a package to a certain version (to prevent it from being up-/downgraded by emerge" by usingugly_orc wrote:I just did an "emerge inject app-cdr/cdrtools-2.01_alpha14".BTW: How can you tell portage not to try to update a particular package?
Code: Select all
emerge inject foo-<yourversion>Code: Select all
nano -w /var/cache/edb/worldCode: Select all
=sys-foo/bar-<theversionyouwant>Code: Select all
>=app-emulation/vmware-workstation-4.*Oh, ok. Thanks for the tip. I'm not too clear on the inner workings of portage, so I thought inject would do just that, insert the package into the world file... But I'll take your word on it and do it your way from now on. Thanks!"Pinning" a package to a certain version (to prevent it from being up-/downgraded by emerge" by usingis a really bad idea, as it tricks portage into thinking that a certain package with a certain version is installed, but actually it isn't.Code: Select all
emerge inject foo-<yourversion>
...
A far better solution for "pinning" a package to a certain version is to specify this in the world file.

