cobrafast

Results 15 comments of cobrafast

Needs `@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");` to work properly. Just figured this out when I set up a new userchrome on a different PC.

I just upgraded to Linux 5.1 and now bedup stopped working for me as well. However, in my case there are no immutable files. I used `su -` to become...

I tried to debug the problem but didn't get very far. All I found out is that it actually is the `fcntl.ioctl()` call for `BTRFS_IOC_CLONE` that's throwing "Operation not permitted"....

Looks like empty source file were causing the problem. Maybe acd_cli should handle those somehow?

The same seems to be true for IPv6 OpenVPN remotes. Very similar error message.

I attempted modifying things myself but I can't get the docker images to build. There seem to be a multitude of calls to `curl` with `--connect-timeout 5` which isn't enough...

``` # /usr/lib/systemd/system/[email protected] [Unit] Description=Daily btrfs-sxbackup run on %I [Timer] OnCalendar=daily AccuracySec=1d Persistent=true [Install] WantedBy=multi-user.target ``` ``` # /usr/lib/systemd/system/[email protected] [Unit] Description=btrfs-sxbackup run on %f [Service] Nice=19 IOSchedulingClass=idle ExecStart=/usr/bin/btrfs-sxbackup run %f...

Well yes, to an HTML interpreter `>` and `>` are the same, but to MySQL or some hash algorithm they're not. If you look at the code I linked, the...

That's exactly my point. If you register through the register page the password _is_ converted, if you log in through the login page the password _is not_ converted, so the...

Alternatively the smarty templates could be reworked so variable placements read like `{$var|escape}` * http://www.smarty.net/docsv2/en/language.modifier.escape