Stephen Paul Weber

Results 228 comments of Stephen Paul Weber
trafficstars

but why do you need to say you're an sms app? why not just be the same as any other messaging app that doesn't do sms?

See for example http://stackoverflow.com/questions/28583233/special-case-when-adding-a-custom-connection-action-to-contacts-in-android-kitka and option in screnshot to skype with a username (not phone number)

So, the background issue can be partially worked around by setting mutt's default background to `default` instead of `black` -- but I have confirmed that setting any background in mutt...

>Does this break calling to and from JMP or just the dialtone? Yes, breaks all calls to/from JMP.

I found that if I bind a key to toggle fullscreen in fbreaders keys settings, that it will do this.

info while stuck: ``` # Server redis_version:6.2.2 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:295716e5acce2b10 redis_mode:standalone os:Linux 5.10.0-9-rt-amd64 x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:10.2.1 process_id:1320323 process_supervised:no run_id:ff4aad529775ac39d5dcfc88311a6373de212437 tcp_port:6379 server_time_usec:1654776892557233 uptime_in_seconds:2657451 uptime_in_days:30 hz:10 configured_hz:10 lru_clock:10609724 executable:/usr/bin/keydb-server config_file:/etc/keydb/keydb.conf...

Replica info at same time showing it is not stuck: ``` redis_version:6.2.0 redis_git_sha1:971725cc redis_git_dirty:1 redis_build_id:d1d3c4923bd2f5d3 redis_mode:standalone os:Linux 5.12.2 x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:7.5.0 process_id:533 process_supervised:no run_id:81e3bed46f69c0b56545eae52ddc7ab7cf59ca5c tcp_port:6379 server_time_usec:1654776941910164 uptime_in_seconds:2657399 uptime_in_days:30...

info right after doing a `kill -9` on the bgsave child (regular kill not enough), showing it is now unstuck: ``` # Server redis_version:6.2.2 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:295716e5acce2b10 redis_mode:standalone os:Linux 5.10.0-9-rt-amd64...

Logs: ``` May 22 21:58:46 scarlet redis[2036425]: RDB: 2 MB of memory used by copy-on-write May 22 21:58:46 scarlet redis[1320323]: Background saving terminated with success May 22 22:02:48 scarlet redis[1320323]:...

Redacted config with comments removed: ``` bind 127.0.0.1 -::1 REDACTED_INTERNAL_IPV6 protected-mode yes port 6379 tcp-backlog 511 timeout 0 tcp-keepalive 300 daemonize yes pidfile /var/run/keydb/keydb-server.pid loglevel notice logfile "" syslog-enabled yes...