Antoni Villalonga

Results 11 comments of Antoni Villalonga

Please consider patching `master` branch using this patch: https://salsa.debian.org/friki/paleomix/-/blob/73112c5a190e65ebdb369ca0a8ae3fdd8d0ebd15/debian/patches/2to3.patch It would be also great to have a new paleomix release dedicated to Python3 migration as soon as possible. Best regards

I think it's broken since cce2d96

Hi @ramunasd , I would expect all connections using AMQPSSLConnection are SSL. With the current `php-amqplib` code it doesn't work that way. By default it uses plain TCP connections even...

Hi, I'll try last toybox-blkid release, thanks! `fstype` is included in `klibc-utils` Debian package. ``` $ aptitude why klibc-utils [...] i A initramfs-tools Depends initramfs-tools-core (= 0.142) i A initramfs-tools-core...

I was just testing `blkid` changes. I think it will fit perfectly with `initramfs-tools` scripts 😻 About `fstype`, I can't answer your questions. I think I agree with your comments...

I've found some alias aren't listed when _--help_. Can I open a new pull-request adding them? In addition to these option alias I'm building a list of _missing_ options. Some...

> > I've found some alias aren't listed when _--help_. Can I open a new pull-request adding them? > > as i understand rob's position, he doesn't like long options...

Still can be reproduced building toybox on /tmp/ (Debian Sid). May be it can be skipped like this: ``` if [ "$(stat --format %b . 2>/dev/null)" != "0" ]; then...

FTR: 0.8.8 works in my building environment (Debian Sid) Thanks!

It seems to be related to `CONFIG_MKE2FS_JOURNAL`, `CONFIG_MKE2FS_LABEL` and `CONFIG_MKE2FS_EXTENDED`... When 2 or more options are enabled the junk appears in `generated/help.h`. Hope it helps 😵‍💫