Bug#627122: [Mlt-devel] Bug#627122: melt sefaults

2011-05-18 Thread Carl Karsten
On Wed, May 18, 2011 at 11:51 AM, Dan Dennedy d...@dennedy.org wrote: On Wed, May 18, 2011 at 9:02 AM, Samuel Mimram smim...@gmail.com wrote: Hi, On Wed, May 18, 2011 at 1:39 AM, Dan Dennedy d...@dennedy.org wrote: On Tue, May 17, 2011 at 1:59 PM, Patrick Matthäi pmatth...@debian.org wrote:

Bug#627122: [Mlt-devel] Bug#627122: melt sefaults

2011-05-18 Thread Carl Karsten
On Wed, May 18, 2011 at 12:10 PM, Patrick Matthäi pmatth...@debian.org wrote: Am 18.05.2011 18:59, schrieb Carl Karsten: I am not up on debian names - here is lenny and squeze: http://people.debian.org/~aurel32/qemu/i386/ and a script I use to get it, run qemu, setup ssh and stuff.  might

Bug#627122: [Mlt-devel] Bug#627122: melt sefaults

2011-05-19 Thread Carl Karsten
On Wed, May 18, 2011 at 12:37 PM, Carl Karsten c...@personnelware.com wrote: I'll report in a few hours. where few = 40. [ 2449.988189] melt[8336]: segfault at 0 ip b5b39ffa sp bfcd7110 error 4 in libQtCore.so.4.7.3[b5ae3000+29e000] It isn't a simple vm, but it builds one pretty quick. I

Bug#627122: [Mlt-devel] Bug#627122: melt sefaults

2011-05-19 Thread Carl Karsten
On Thu, May 19, 2011 at 11:51 PM, Carl Karsten c...@personnelware.com wrote: printf Acquire::http::Proxy \http://g2a.personnelware.com:8000/\;\n; /etc/apt/apt.conf whoops, pull that. or point it at your own proxy. -- Carl K -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#627122: [Mlt-devel] Bug#627122: melt sefaults

2011-05-22 Thread Carl Karsten
I didn't like all the sudo loopy so I came up with a new way: https://gitorious.org/vms/vms/blobs/master/mk_sid_qcow.sh -- Carl K -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#661712: dvswitch: Provide some information about the free space of the hd

2014-10-18 Thread Carl Karsten
I have been using this for years: print 'free space: %s gig' % round(gigfree,1) print 'room for: %s min' % round(minutes,1) if minutes5: else: print %s minutes is not enough. % (minutes) https://github.com/CarlFK/dvsmon/blob/master/sink_find_dir.py#L48 I hardly ever look at it. The not

Bug#661712: dvswitch: Provide some information about the free space of the hd

2014-11-03 Thread Carl Karsten
oh oh oh!!! print it every time someone hits cut, like part of this: 212 printf(INFO: Created file %s\n, name); and if it drops below a threshold (like 1 hour) print it to stderr also. On Mon, Nov 3, 2014 at 3:47 PM, Jürgen Weigert jnwei...@gmail.com wrote: How about printing

Bug#785149: grub installer failing on nvme0n1

2017-04-19 Thread Carl Karsten
Looks like the same problem. I am running a preseeded instal of stretch. If someone can provide a preseed file for me to test with I can give it a go, or try to collect my setup and post. -- Carl K

Bug#439763: in-target seems to fix

2017-04-19 Thread Carl Karsten
I had 'this problem' I guess. I was able to repo it with something like late_command ... chroot target apt install unattended-updates I changed chroot target to in-target and the problem went away. -- Carl K

Bug#913523: workaround: replace syslinux with grub

2018-11-11 Thread Carl Karsten
this isn't a fix, but a workaround that is fairly easy: dd boot.img /dev/sdX, mount it, cd it. mkdir -p efi/boot grub-mkimage -o bootx64.efi -p /efi/boot -O x86_64-efi \ fat iso9660 part_gpt part_msdos \ normal boot linux configfile loopback chain \ efifwsetup efi_gop efi_uga \ ls search

Bug#913523: workaround/fix: add more uefi syslinux files

2018-11-11 Thread Carl Karsten
This works for the one box I am testing on (the same OP's turbot). There may be more files than needed, we were guessing and stopped when it booted. This suggests the existing boot.img can be fixed without breaking backwards compatibility. Get the syslinux package dd boot.img /dev/sdX, mount

Bug#913523: boot.img has no partition table

2018-11-11 Thread Carl Karsten
hd-media/boot.img does not contain a partition table, it is just an fs: $ file boot.img boot.img: DOS/MBR boot sector, code offset 0x58+2, OEM-ID "SYSLINUX", sectors/cluster 8, Media descriptor 0xf8, sectors/track 63, heads 255, sectors 1953120 (volumes > 32 MB) , FAT (32 bit), sectors/FAT 1904,

Bug#913523: working workaround

2018-11-16 Thread Carl Karsten
using files from the syslinux package and 2 from kernel.org/.../syslinux-6.04-pre1.tar target=/media/sdc sudo apt install syslinux wget -N https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.gz tar xf syslinux-6.04-pre1.tar.gz mkdir -p

Bug#926828: voctomix-outcasts: EOS errors

2019-04-10 Thread Carl Karsten
Package: voctomix-outcasts Version: v0.7.0 Severity: important Dear Maintainer, Hi! I wanted 5 seconds of test pattern, but limiting the stream to 5 seccodns does exit(1) and things abort. so I fixed it. go me. please package v0.8.0 waiting in git -- System Information: Debian Release:

Bug#926829: voctomix-outcasts: usb audio needs gstreamer1.0-alsa

2019-04-10 Thread Carl Karsten
Package: voctomix-outcasts Version: package needs gstreamer1.0-alsa added to recommends Severity: important Dear Maintainer, A show said "oh, no audio" so I'm hooking a usb mic to the Opsis slave, which needs gstreamer1.0-alsa. this fixed it: apt install gstreamer1.0-alsa please package

Bug#930043: voctomix-outcasts: record-timestamp uses -ilme interlacing on progressive data

2019-06-05 Thread Carl Karsten
fixed! https://github.com/CarlFK/voctomix-outcasts/releases/tag/v0.9.1 On Thu, Jun 6, 2019 at 11:45 AM Carl F Karsten wrote: > > Package: voctomix-outcasts > Version: 0.7.0 > Severity: normal > > Dear Maintainer, > > *** Reporter, please consider answering these questions, where appropriate ***

Bug#804350: vizzini -- Kernel driver for Exar XR21V1414 USB UART

2019-06-06 Thread Carl Karsten
I have tested with 5.2.0, it seems to work. I have the hardware (Atlys shown here: https://hdmi2usb.tv/digilent-atlys/ and sometimes https://store.digilentinc.com/atlys-spartan-6-fpga-trainer-board-limited-time-see-nexys-video/ Are there any issues blocking this? Here is from my bash_history:

Bug#928787: hdmi2usb-mode-switch: missing dep: python3-pkg-resources

2019-05-11 Thread Carl Karsten
Package: hdmi2usb-mode-switch Version: 0.0.0+git20161124-2 Severity: important Dear Maintainer, pi@oppi:~ $ hdmi2usb-mode-switch Traceback (most recent call last): File "/usr/bin/hdmi2usb-mode-switch", line 6, in from pkg_resources import load_entry_point ImportError: No module

Bug#927347: voctomix-outcasts: don't use hardcoded filenames in /tmp - even for testing

2019-05-23 Thread Carl Karsten
deleted one file, fixed the other. And addressed this from #dc-v (11:13:09 AM) olasd: CarlFK: why did you add a deinterlace in https://github.com/CarlFK/voctomix-outcasts/commit/174b1c9fd77f5f49f4040e0747e70ca8f39c7c39 (11:14:19 AM) olasd: it makes the loop wobblwobble fixed. tested, and made

Bug#948744: voctomix-outcasts: --audio_elements option is ignored.

2020-01-12 Thread Carl Karsten
released! https://github.com/CarlFK/voctomix-outcasts/releases/tag/v0.9.3 Thanks again for putting up with me. On Mon, Jan 13, 2020 at 7:12 AM Carl Karsten wrote: > oh right, I said there is a patch. hmm... let me create a release > after breakfast. > > On Mon, Jan 13, 202

Bug#948744: voctomix-outcasts: --audio_elements option is ignored.

2020-01-12 Thread Carl Karsten
oh right, I said there is a patch. hmm... let me create a release after breakfast. On Mon, Jan 13, 2020 at 6:48 AM Carl F Karsten wrote: > Package: voctomix-outcasts > Severity: important > Tags: patch > > Hello Holger! > > ingest.py --help says --audio-elements does something, but I never

Bug#732788: Processed (with 5 errors): 732788

2022-01-03 Thread Carl Karsten
https://salsa.debian.org/cloud-team/cloud-initramfs-tools/-/merge_requests/5 On Sat, Jan 1, 2022 at 8:28 AM Thomas Goirand wrote: > > On 12/31/21 10:14 PM, Carl Karsten wrote: > > What do I need to do to get overlayroot into unstable? > > Hi, > > Thanks for you

Bug#732788: Processed (with 5 errors): 732788

2022-01-13 Thread Carl Karsten
On Mon, Jan 3, 2022 at 3:51 AM Carl Karsten wrote: > > https://salsa.debian.org/cloud-team/cloud-initramfs-tools/-/merge_requests/5 bump ^^^ > > On Sat, Jan 1, 2022 at 8:28 AM Thomas Goirand wrote: > > > > On 12/31/21 10:14 PM, Carl Karsten wrote: > > > What d

Bug#732788: Processed (with 5 errors): 732788

2022-01-20 Thread Carl Karsten
How often should I ping you? On Thu, Jan 13, 2022 at 2:13 PM Carl Karsten wrote: > > On Mon, Jan 3, 2022 at 3:51 AM Carl Karsten wrote: > > > > https://salsa.debian.org/cloud-team/cloud-initramfs-tools/-/merge_requests/5 > > bump ^^^ > > > > > On Sat