Re: Output from date command defaults to 12-hour in Buster.

2020-05-01 Thread James Cloos
The easiest fix is to: export LC_TIME=C just like one must export LC_COLLATE=C to avoid glibc's brkoen collation for en_US. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: Expired GPG keys of older release

2018-06-22 Thread James Cloos
oint of a key's expiration time is that signatures newer than that should fail, but all signatures made before the expiration should verify. So, if apt's signature verification only looks at the key's expiration date and not at the signature's timestamp, that is a bug. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: A reliable SIP registrar?

2018-08-28 Thread James Cloos
net) sip.iptel.org sip.linphone.org sipgate.de ostel may have disappeared. I've also seen some complaints about linphone on their lists over the last year or so. For sip2sip, check out http://wiki.sip2sip.info. I'd start with iptel.org. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: Jessie Minimum Kernel Requirement

2013-10-17 Thread James Cloos
>>>>> "TH" == Tom H writes: TH> The OP wants to use the Squeeze kernel and the Jessie userspace. More likely openvz's kernel. Probably non-deb, too. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 -- To UNSUBSCRIBE, email to debian-user-requ...@li

Re: rsync of mtp://[usb:001,012]/ ?

2014-06-29 Thread James Cloos
uld try the .x86_64 version instead of the .x86 version. Or follow the compilation instructions at that site. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Re: rsync of mtp://[usb:001,012]/ ?

2014-06-29 Thread James Cloos
ject's main github page, look simple enough -- and look targeted at debian -- that it should be quick and simple to try a local compilation. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a su

Re: Fonts providing emojis?

2014-03-23 Thread James Cloos
ame. If you have miscfiles installed, /usr/share/misc/unicode.gz you can grep(1) through that file for code points or names (spell them with majuscules rather than miniscules), although it is too old for chars like U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B. -JimC -- James Cloos OpenPGP: 102

Re: AMD AGPUs, 3D acceleration, and linux-libre in Debian

2013-06-10 Thread James Cloos
adeon cards.) You might be able to do a fully-Free-Software C32 or G34 board, but the on-board vga on those probably is not up to 3d. You can use a discreet card with the asus mb. Perhaps there is one w/o propietary blobs? Good luck. I'd be curious to know how it works out. -JimC -- J

Re: How to set ISO date/time with en_US.utf8 as system default?

2017-05-27 Thread James Cloos
d you re-start gdm after editing the files in /etc? You might even need to reboot given the use of a gui for login. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: vivaldi?

2016-01-18 Thread James Cloos
3.0.4/linux-x86_64/en-US/firefox-43.0.4.tar.bz2 (Seamonkey is the continuation of the original mozilla UI.) -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: Meta key for 'emacs -nw'

2016-02-07 Thread James Cloos
Xterm's default settings can be a problem for M- keystrokes. Some other terminals may also have issues. Also, do M- keys work correctly at the bash prompt? (Or whichever shell you use) A quick test shows that my urxvt translates M-x into C-[ x (aka ESC x), which allows emacs to hand

rasp pi headless setup

2023-11-02 Thread James Cloos
boot partition for the first boot. I'm not up on how systd does it; what else is required to get a headless rasp to connect? Thanks, -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: ntpsec as server questions

2023-12-06 Thread James Cloos
the current America/New_York equiv is: EST5EDT,M3.2.0/2:00:00,M11.1.0/2:00:00 -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: Tool to store on IMAP server

2024-07-29 Thread James Cloos
> "NG" == Nicolas George writes: NG> I got curl to work (I did not know that curl could do IMAP): NG> curl --user george --url imaps://server/Mail/testcurl --upload-file /tmp/mail NG> Unfortunately, curl hardcodes that mail uploaded that way are seen: NG> /* Send the APPEND command */ N