пт, 21 июл. 2023 г., 22:51 Andrew Randrianasulu <[email protected]>:
> > > пт, 21 июл. 2023 г., 21:53 Phyllis Smith <[email protected]>: > >> Oh, no. I have a experimental Debian partition -- maybe I can try to >> upgrade to 12. >> > > There are official cloud images, I have one resized already: > > https://cloud.debian.org/images/cloud/bookworm/latest/ > > wget > https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2 > Oh, no, it better to be nocloud variant (no password for root) wget https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2 > > > > qemu-img resize debian-12-generic-amd64.qcow2 +3G > > hopefully 5gb will be enough for base system + dev packages ( I plan to > reuse cingg sources on another virt drive) > Yeah, just inside virt machine I need to do this dance: https://serverfault.com/questions/509468/how-to-extend-an-ext4-partition-and-filesystem === growpart /dev/sda 1 resize2fs /dev/sda1 === not the space in first command between sda and "1" I have desktop visible on local wifi network, so I just run qemu on it and connect via VNC client from tablet from my bed: qemu-system-x86_64 -enable-kvm -smp 2 -hda debian-12-nocloud-amd64.qcow2 -display egl-headless -m 2000 -vnc :1 currently got sources, fixed bld_prepare.sh section on debian-testing (python2 is gone, long live python3) and currently apt must be done with its job... more later! > > > >> On Fri, Jul 21, 2023 at 12:36 PM Andrew Randrianasulu via Cin < >> [email protected]> wrote: >> >>> User-reported: >>> >>> >>> https://www.linux.org.ru/forum/multimedia/17019779/page1?lastmod=1689920588315#comment-17293227 >>> >>> not sure where problem lies, I do not have Debian 12.0 VM yet ... >>> >>> apparently some packages changed their names, like >>> libdc1394-22-dev, python. >>> >>> were replaced (for testing) in prepare script with nearest analogs >>> >>> libdc1394-dev и python3 >>> >>> I wonder what fail log will say .... >>> -- >>> Cin mailing list >>> [email protected] >>> https://lists.cinelerra-gg.org/mailman/listinfo/cin >>> >>
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

