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



rasp pi headless setup

2023-11-02 Thread James Cloos
I tried adding the required info into /etc/wpa_supplicant/wpa_supplicant.conf
before first boot (as well as my pub key in .ssh/authorized_keys), but that
proved insufficient to get it on the 802.11.

It had been so long since the last time that I forgot about putting the
wpa_supplicant.conf on the 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: 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: A reliable SIP registrar?

2018-08-28 Thread James Cloos
>>>>> peter   writes:

> Can anyone recommend a SIP registrar for general use

(I presume you mean ones which are free and thus do not offer
psnt access.)

I had this list, but have not recently confirmed they are working:

ekiga.net
ostel.co
sip2sip.info (proxy.sipthor.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: Expired GPG keys of older release

2018-06-22 Thread James Cloos
>>>>> "T" ==  writes:

T> And just extending the keys' validity (as someone proposed in this
T> thread) seems a bad idea too, since the requirement for secure keys
T> evolves over time, as the NSA^H^H^H bad guys buy more GPUs.

The problem is that the point 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: How to set ISO date/time with en_US.utf8 as system default?

2017-05-27 Thread James Cloos
>>>>> "g" == gwmfms6  <gwmf...@openmailbox.org> writes:

g> You are correct. typing locale in the virtual (text) console produces
g> LC_TIME=en_DK. So GNOME is overriding PAM's environment.

g> Thank you so much for helping me discover this! I learned a lot in the
g> process.

Did 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 <cl...@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6



Re: Meta key for 'emacs -nw'

2016-02-07 Thread James Cloos
>>>>> "BB" == Bob Bernstein <poo...@ruptured-duck.com> writes:

BB> ... if I launch 'emacs -nw' to avoid running in X that understanding
BB> (Meta == Alt) evaporates.

That is an issue with your terminal emulator.

What do you see if you, in an emacs -nw session, press: C-q M-x

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 handle it.

-JimC
-- 
James Cloos <cl...@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6



Re: vivaldi?

2016-01-18 Thread James Cloos
>>>>> "GH" == Gene Heskett <ghesk...@shentel.net> writes:

GH> So I downloaded the vivaldi-beta deb, and tried to use apt-get to 
GH> install, but that spit out several dozen pages of E: lines and didn't.

To install a downloaded deb, try:  dpkg --install file.deb

GH> Comments please, and what browser are you all using that doesn't hassle 
GH> the user to death, it Just Works, like firefox did 3 years ago.

You can always install firefox (or seamonkey) from the upstream tar:

http://download.cdn.mozilla.net/pub/seamonkey/releases/2.39/linux-i686/en-US/seamonkey-2.39.tar.bz2
http://download.cdn.mozilla.net/pub/seamonkey/releases/2.39/contrib/seamonkey-2.39.en-US.linux-x86_64.tar.bz2
https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0.4/linux-i686/en-US/firefox-43.0.4.tar.bz2
https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.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 <cl...@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6



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

2014-06-29 Thread James Cloos
 SK == Sharon Kimble boudic...@skimble.plus.com writes:

R https://github.com/hanwen/go-mtpfs

SK Thanks, I was able to download a binary from there, go-mtpfs.x86,
SK and made it executable and then ran -

Is your kernel 32 bit or 64 bit?  If the latter, you should try
the .x86_64 version instead of the .x86 version.

Or follow the compilation instructions at that site.

-JimC
-- 
James Cloos cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/m3pphrzp2f@carbon.jhcloos.org



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

2014-06-29 Thread James Cloos
 SK == Sharon Kimble boudic...@skimble.plus.com writes:

SK 32-bit, which is why I chose the go-mtpfs.x86 version.

Sorry.

I've seen a lot of misunderstandings recently between 32 bit and 64 bit.

If the problem with their precompiled binary is dueto kernel differences
between what you run and what they ran when the compilation was done,
compiling it yourself should avoid that.

OTOH, if the diference is between the kernel you run and the kernel they
targetted when writing the code you may still be out of luck.

The instruction in the README, as shown on the project'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 cl...@jhcloos.com OpenPGP: 0x997A9F17ED7DAEA6


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/m3lhsfwnrw@carbon.jhcloos.org



Re: Fonts providing emojis?

2014-03-23 Thread James Cloos
 JN == Jennifer Nussbaum bg271...@yahoo.com writes:

JN That does, but requires me to know the answer already. I guess my
JN question is, if i have a Twitter message with a rectangular box
JN with 01f 1e7 in it, how do i figure out what that is?

First, the hex strings are unicode code points.  In this case, U+1f1e7.

Searching for that string shows several hits and enough quotation to
explain that character.  Even searching w/o the U+ prefix works.

http://unicode-search.net/ is useful for searching for characters by
code point.  Or by name.

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 cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/m3ha6oil7p@carbon.jhcloos.org



Re: Jessie Minimum Kernel Requirement

2013-10-17 Thread James Cloos
 TH == Tom H tomh0...@gmail.com 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 cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/m338nz4xwl@carbon.jhcloos.org



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

2013-06-10 Thread James Cloos
The newer Richland APUs also should work, topping out with the A10-6800k.

As for the GPU, I don't expect 3d will work w/o the binary firmware blobs.

Even 2d might not work.  And even if it does, there is still non-free video-
bios on the apu, AIUI.  (There certainly is on all discreet radeon 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
-- 
James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/m3obbdeljg@carbon.jhcloos.org