FFMPEG Weird %19d Export Count Limitations

2023-04-29 Thread Chew, Kean Ho
Hi mentors, Just to cross check: is the following pattern a legit bug or something that can be ignored? Basically for a video extracting to all its frames (totalling at 215 @ 23.98 fps), when using the following command: $ ffmpeg -y -i "$input" "${workspace}/frames/input/%019d.png" It w

Re: How to Specifically Scan for Existing Bug Tickets?

2022-08-19 Thread Chew, Kean Ho
Hi Mentors, Sorry for bugging. Found out already: https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=grub-efi-amd64-signed;package=shim-signed Regards, Holloway On Fri, Aug 19, 2022 at 8:58 PM Chew, Kean Ho wrote: > Hi Mentor, > > Quick one, can I specifically sca

How to Specifically Scan for Existing Bug Tickets?

2022-08-19 Thread Chew, Kean Ho
Hi Mentor, Quick one, can I specifically scan the bug tracking system for existing tickets with patterns? I found 3 bugs related to SecureBoot grub-amd64-signed packages and already narrowed down the scope + reproducible steps. I want to check for existing ones before filing a new one. I'm on the

Re: Is SDDM not expected to be installed during Base System setup?

2020-01-16 Thread Chew, Kean Ho
On Fri, Jan 17, 2020 at 12:04 PM Paul Wise wrote: > > > $ apt-cache showsrc simple-cdd | grep @ This...is life saver. Thanks for the sharing. > Maintainer: Simple-CDD Developers > Uploaders: Vagrant Cascadian > > BTW, in case you want to help improve the Debian wiki page about > simple-cdd, I'

Re: Is SDDM not expected to be installed during Base System setup?

2020-01-16 Thread Chew, Kean Ho
On Fri, Jan 17, 2020 at 11:25 AM Paul Wise wrote: > > For future simple-cdd questions I suggest contacting the simple-cdd > maintainer about this, most folks on this list aren't simple-cdd users > (including me). > > simple-...@packages.debian.org > Wow, a dedicated channel. Noted with thanks. I

Is SDDM not expected to be installed during Base System setup?

2020-01-16 Thread Chew, Kean Ho
Hi mentors, is SDDM package not expected to get installed during base system setup phase in a simple-cdd built Debian ISO OS installation? Despite being added, it was not installed. However, the problem does not occur if I place it under 'selected packages' phase (as in preseeding) or `postinst`

Install SDDM via Simple-CDD

2020-01-07 Thread Chew, Kean Ho
Hi Mentors, Does SDDM package requires special handling when included in simple-CDD's packages install? I'm currently building a simple-cdd workspace with a profile that facilitates lxqt+sddm as desktop GUI. The lxqt got installed nicely but sddm does not. Investigation found out that: 1. sddm p

Re: Multiple Profiles in a single build-simple-cdd build

2019-12-28 Thread Chew, Kean Ho
On Sat, Dec 28, 2019 at 6:33 PM Chew, Kean Ho wrote: > > Hi mentors, > > Can build-simple-cdd build a CD using multiple profiles using .conf file? > Managed to found a good example and tested it successfully only my side (https://salsa.debian.org/debian/simple-cdd). The problem

Multiple Profiles in a single build-simple-cdd build

2019-12-28 Thread Chew, Kean Ho
Hi mentors, Can build-simple-cdd build a CD using multiple profiles using .conf file? I managed to build a custom CD version under a single profile using a local working directory. However, I failed many times with merging multiple profiles like: 1. First attempt (using space) profiles="custom u

Re: Any Adiantum Guide?

2019-12-17 Thread Chew, Kean Ho
On Wed, Dec 18, 2019 at 9:10 AM Paul Wise wrote: > > Sounds like the answer is yes according to the manual page: > > https://manpages.debian.org/buster/cryptsetup-bin/cryptsetup.8.en.html#NOTES_ON_SUPPORTED_CIPHERS,_MODES,_HASHES_AND_KEY_SIZES Thank you! =) I'll proceed with the experimentation a

Re: Any Adiantum Guide?

2019-12-17 Thread Chew, Kean Ho
On Tue, Dec 17, 2019 at 6:02 PM Paul Wise wrote: > > As I understand it, Adiantum is supposed to be for low-end Android > phones that can't do better encryption. Debian does not ship a Linux > kernel on amd64 that supports Adiantum: > Noted. Will cryptsetup picks up Adiantum availability once I en

Any Adiantum Guide?

2019-12-17 Thread Chew, Kean Ho
Hi mentors, Is there any successful Adiantum disk encryption for amd64 pc/laptop implementation? I'm exploring LUKS alternatives out of curiosity, and to experience Adiantum a bit. Thanks in advanced. Regards, Holloway

Re: Hosting deb server using Hugo?

2019-11-04 Thread Chew, Kean Ho
On Mon, Nov 4, 2019 at 1:55 PM John Crawley wrote: > > On 2019-11-03 11:32, Holloway Kean Ho wrote: > > > Theoretically it is possible to do this with git, but it would be > > terrifyingly ugly. > > Yes, that's some light in the dark! This is what I want to hear in this > > exploration > > voyage