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
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
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 your explanati
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
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
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:
m
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 ***
>
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 so
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 nam
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 v0.8.0
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: stret
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 $target/EFI/sy
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 /d
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 search_
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,
s
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
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
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 wrote:
> How about printing the available re
I have been using this for years:
print 'free space: %s gig' % round(gigfree,1)
print 'room for: %s min' % round(minutes,1)
if minutes>5:
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 en
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
On Thu, May 19, 2011 at 11:51 PM, Carl Karsten 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
On Wed, May 18, 2011 at 12:37 PM, Carl Karsten 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 couldn&
On Wed, May 18, 2011 at 12:10 PM, Patrick Matthäi 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
On Wed, May 18, 2011 at 11:51 AM, Dan Dennedy wrote:
> On Wed, May 18, 2011 at 9:02 AM, Samuel Mimram wrote:
>> Hi,
>>
>> On Wed, May 18, 2011 at 1:39 AM, Dan Dennedy wrote:
>>>
>>> On Tue, May 17, 2011 at 1:59 PM, Patrick Matthäi
>>> wrote:
>>> > Hello,
>>> >
>>> > you are right, it also happe
24 matches
Mail list logo