wolfgangw / digital_cinema_tools

Collection of useful scripts and notes for an open source based digital cinema pipeline
https://github.com/wolfgangw/digital_cinema_tools/wiki
94 stars 41 forks source link

0 byte KDM file under fresh linux install - Debian 6.0.6 squeezy #19

Closed motypas closed 11 years ago

motypas commented 11 years ago

Dear Wolfgang

Now I reinstall my linux debian 6.0.6 squezzy to a new hard drive because the old hdd is not working well, and I reinstall from git the cinemaslides too.

One virgin Debian with cinemaslides no other programs.

One problem occurs. Under KDM creation the file size is 0 byte.

I checked 3 times and I reinstall the linux 3 times too :) :) :) (who knows maybe the linux not working well)

Now I try again my old hdd the KDM is working well with same parameters. (In my old hdd run the debian 6.0.6 too what I install 1 years ago.)

So what do you think? I think the cinemaslides is run into a linux updated parts what is not compatible.

Or what? Can you check this?

Thanks

Tom

ps... the problem is same under UBUNTU

motypas commented 11 years ago

I check the diff between two install (old HDD vs new HDD) the only diff is the nokogiri. The new install use the updated cinemaslides with nokogiri 1.5.9 and I did not find the nokogiri folder under the .digital-cinema-tools/.lib my old hdd use the updated cinemaslides with nokogiri 1.5.5. and I see the nokogiri folder in the .digital-cinema-tools/.lib/nokogiri

motypas commented 11 years ago

I downgrade the nokogiri to 1.5.5 and all cinemaslides function working well :)

wolfgangw commented 11 years ago

Tom, thanks for pointing out the issue. Fixed.

f5fac089a34c708aa57a2e84397ad9b3eabcf010 from 2 weeks ago had fixed DCSignature to fall in line with changed Nokogiri 1.5.9 behaviour. Now 65e66c88107b0525c21d29a5140fd5d49f9ffbac fixes DCSignatureKDM, too.

Should work with all Nokogiri versions since 1.5.5.

motypas commented 11 years ago

Working and tested. Thanks