Just got a number of things going on my Xen install using Centos. One of the things I''d like todo is rip dvd''s for my media center running on another box from one of the VM''s. Does anybody have Handbrake( http://handbrake.fr/ ) running in a VM Dealing with a lot of variables here and not sure where to look Apparently there are only nightly snapshots available for ubuntu x64 on the web site. Not sure if it''s the package. Is something miss configured on the new VM. VLC won''t play. `lsdvd` will list tracks. Installed mediabuntu restricted stuff. Again does anybody have Handbrake running in a VM ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > Just got a number of things going on my Xen install using Centos. > > One of the things I''d like todo is rip dvd''s for my media center > running on another box from one of the VM''s. > > Does anybody have Handbrake( http://handbrake.fr/ ) running in a VM > > Dealing with a lot of variables here and not sure where to look > > Apparently there are only nightly snapshots available for ubuntu x64 > on the web site. Not sure if it''s the package. > > Is something miss configured on the new VM. VLC won''t play. `lsdvd` > will list tracks. Installed mediabuntu restricted stuff. > > Again does anybody have Handbrake running in a VM ? >I don''t, but if it''s a pv domain then I think the interface is limited to ''block device'' and may not support some of the required protocol features to do what you want. You could maybe use pvscsi (assuming it''s supported on whatever os you are using) or make it a HVM domain and leave the DVD drive as non-pv. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maybe a stretch, but you could bit copy (dd) the the DVD from the physical server to the VM which should avoid any device issues. dd if=/dev/dvd | ssh media@192.168.0.1 dd of=/home/media/tmp/dvd.img Brent Bolin wrote:> Just got a number of things going on my Xen install using Centos. > > One of the things I''d like todo is rip dvd''s for my media center > running on another box from one of the VM''s. > > Does anybody have Handbrake( http://handbrake.fr/ ) running in a VM > > Dealing with a lot of variables here and not sure where to look > > Apparently there are only nightly snapshots available for ubuntu x64 > on the web site. Not sure if it''s the package. > > Is something miss configured on the new VM. VLC won''t play. `lsdvd` > will list tracks. Installed mediabuntu restricted stuff. > > > Again does anybody have Handbrake running in a VM ? > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- twitter: zanerock _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users