José María Fernández

Results 61 comments of José María Fernández

I have just developed a patch to fix this issue with OpenSSL 1.1.0: https://github.com/jmfernandez/portage-inb-overlay/blob/master/app-backup/attic/files/attic-0.16-openssl-1.1-fix.patch

> @jmfernandez ever heard of borgbackup? it's solved there since long. Yes, but I have to have a working Attic installation , in order to restore/migrate old backups

> ``` > + const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *a) > ``` > > @jmfernandez where did you find this? is it official part of the api? The function is...

> I had the same problem and your patch made it work perfectly. thanks! can you open a pull request to avoid having it to apply manually? > > @ThomasWaldmann:...

This issue and issue #80 are related, if not the same topic

I'm a Gentoo user, and I have faced several issues related to resume not working with https://github.com/bircoph/suspend . As you can see in https://github.com/dracutdevs/dracut/blob/10ed204f873f454dcd15ffcc82dc3a1c781c1514/modules.d/95resume/parse-resume.sh#L10 function `label_uuid_to_dev` is called, but as...

I have just created pull request https://github.com/dracutdevs/dracut/pull/1607 with the minor fixes I have added to my installation in order to have it working

Something I'm experiencing using the changes in my pull request in order to use s2disk is that sometimes the resume process from hibernation does not work. But, as the whole...

Something similar happens to me. Crashes are happening with the pre-compiled version https://github.com/phuhl/linux_notification_center/blob/361d22126ace552b8a95e416bc4bd04f2e04b29b/.out/deadd-notification-center These crashes sometimes happen after resume, sometimes on repeated notifications. My guess is either some ill-formed notifications...

Although I cannot reproduce it 100%, I have been able to crash it both using [notify-send.py](https://github.com/phuhl/notify-send.py) and `notify-send` ``` user@pavonis[2]:/usr/local/sbin> notify-send -t 1000 "LCD Brightness" "10 %" -e --hint string:image-path:video-display...