Re: Archiving content of a directory on a DVD-R.

2019-03-06 Thread peter
*   From: "Thomas Schmitt"fifo 100%  buf   0%0.0xD 
  ...
xorriso : UPDATE : Writing: 380133s  100.0%   fifo   0%  buf 100%0.0xD 
ISO image produced: 379983 sectors
Written to medium : 380133 sectors at LBA 0
Writing to '/dev/sr0' completed successfully.

xorriso : NOTE : Re-assessing -outdev '/dev/sr0'
  ...
xorriso : UPDATE :  742.1m content bytes read in 112 seconds = 5.0xD
Ok, session data match recorded md5.

real5m12.980s
user0m10.536s
sys 0m6.148s




-- 
Message composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.

123456789 123456789 123456789 123456789 123456789 123456789 123456789
Pender Is., BC: +1 604 670 0140 Washington State: +1 360 639 0202
http://easthope.ca/Peter.html  Bcc: peter at easthope. ca



Re: Package dependancies.

2019-02-05 Thread peter
*   From: Michael Lange 

Package dependancies.

2019-02-05 Thread peter
Any ideas about this? 

root@imager:/etc/apt# apt-get install aptitude
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 aptitude : Depends: aptitude-common (= 0.6.11-1) but 0.8.7-1 is to be installed
Depends: libcwidget3 but it is not going to be installed
Depends: libsigc++-2.0-0c2a (>= 2.2.0) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

root@imager:/etc/apt# ls -ld preferences
ls: cannot access 'preferences': No such file or directory
root@imager:/etc/apt# ls -ld preferences.d/*
ls: cannot access 'preferences.d/*': No such file or directory

No evidence of a hold there.

Thanks,... Peter E.

-- 
Message composed and transmitted by software designed to avoid the 
complication, overhead and vulnerability of antivirus software.

123456789 123456789 123456789 123456789 123456789 123456789 123456789
Tel: +1 360 639 0202  +1 
http://easthope.ca/Peter.html  Bcc: peter at easthope. ca



/etc/udev/rules.d/*net* versus hwinfo --netcards

2019-05-25 Thread peter
root@joule:~# cat /etc/udev/rules.d/*net*
# joule:/etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
  ...
# PCI device
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \
 ATTR{address}=="00:07:e9:78:a8:b0", ATTR{dev_id}=="0x0", \
 ATTR{type}=="1", KERNEL=="eth*", NAME="mainboard"
  ...
# USB device 0x:0x (asix)
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \
# ATTR{address}=="00:1d:7e:00:ee:9f", ATTR{dev_id}=="0x0", \
# ATTR{type}=="1", KERNEL=="eth*", NAME="LocLCS1788"
  ...
  
Whereas,
root@joule:~# hwinfo --netcards
20: PCI 208.0: 0200 Ethernet controller
  [Created at pci.378]
  Unique ID: vVa_.4AMaVDpEyvF
  Parent ID: 6NW+.c7JTK_YUBi2
  SysFS ID: /devices/pci:00/:00:1e.0/:02:08.0
  SysFS BusID: :02:08.0
  Hardware Class: network
  Model: "Intel 82562EZ 10/100 Ethernet Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x1050 "82562EZ 10/100 Ethernet Controller"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x0155
  Revision: 0x02
  Driver: "e100"
  Driver Modules: "e100"
  Device File: LocLCS1788
  Memory Range: 0xfceff000-0xfcef (rw,non-prefetchable)
  I/O Ports: 0xddc0-0xddff (rw)
  IRQ: 20 (2 events)
  HW Address: 00:07:e9:78:a8:b0
  Permanent HW Address: 00:07:e9:78:a8:b0
  Link detected: no
  Module Alias: "pci:v8086d1050sv1028sd0155bc02sc00i00"
  Driver Info #0:
Driver Status: e100 is active
Driver Activation Cmd: "modprobe e100"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #10 (PCI bridge)
  ...

Appears that udev ignores the rule which should assign "mainboard".
How does "Device File: LocLCS1788" become associated with the 
mainboard Ethernet hardware?  A cache from an old configuration?
A cache in wicd?

Not surprisingly, configuration of the mainboard interface fails.
peter@joule:~$ systemctl status networking.service
b networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor prese
   Active: failed (Result: exit-code) since Sat 2019-05-25 08:17:49 PDT; 2min 6s
 Docs: man:interfaces(5)
  Process: 368 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1
  Process: 360 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [
 Main PID: 368 (code=exited, status=1/FAILURE)

May 25 08:17:47 joule systemd[1]: Starting Raise network interfaces...
May 25 08:17:49 joule ifup[368]: Cannot find device "mainboard"
May 25 08:17:49 joule ifup[368]: ifup: failed to bring up mainboard
May 25 08:17:49 joule systemd[1]: networking.service: Main process exited, code=
May 25 08:17:49 joule systemd[1]: Failed to start Raise network interfaces.
May 25 08:17:49 joule systemd[1]: networking.service: Unit entered failed state.
May 25 08:17:49 joule systemd[1]: networking.service: Failed with result 'exit-c

Ideas?

Thanks,... Peter E.

-- 
Composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.
Pender Is., BC: +1 604 670 0140
Bcc: peter at easthope. ca



Output from apt-get update.

2019-06-11 Thread peter
On my workstation, apt-get echoes the locations from which package 
information is retrieved.  No problems evident.
root@dalton:/home/peter# apt-get update
Ign:1 http://137.82.116.42/debian stretch InRelease
Hit:2 http://137.82.116.42/debian stretch-updates InRelease
Hit:3 http://security.debian.org stretch/updates InRelease
Hit:4 http://137.82.116.42/debian stretch-backports InRelease
Hit:5 http://137.82.116.42/debian stretch Release
Reading package lists... Done
root@dalton:/home/peter# 

Another machine gives this output.
root@imager:/home/peter# apt-get update
Get:1 file:/full/path/to/build/packaging/deb ./ InRelease
Ign:1 file:/full/path/to/build/packaging/deb ./ InRelease
Get:2 file:/full/path/to/build/packaging/deb ./ Release
Ign:2 file:/full/path/to/build/packaging/deb ./ Release
Get:3 file:/full/path/to/build/packaging/deb ./ Packages
Ign:3 file:/full/path/to/build/packaging/deb ./ Packages
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:5 http://137.82.116.42/debian stretch InRelease
Get:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Ign:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Get:3 file:/full/path/to/build/packaging/deb ./ Packages   
Ign:3 file:/full/path/to/build/packaging/deb ./ Packages   
Hit:7 http://137.82.116.42/debian stretch-updates InRelease
Hit:8 http://security.debian.org stretch/updates InRelease 
Hit:9 http://137.82.116.42/debian stretch-backports InRelease  
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US  
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US  
Get:6 file:/full/path/to/build/packaging/deb ./ Translation-en 
Ign:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Hit:10 http://137.82.116.42/debian stretch Release 
Get:3 file:/full/path/to/build/packaging/deb ./ Packages
Ign:3 file:/full/path/to/build/packaging/deb ./ Packages
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Get:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Ign:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Get:3 file:/full/path/to/build/packaging/deb ./ Packages
Ign:3 file:/full/path/to/build/packaging/deb ./ Packages
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Get:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Ign:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Get:3 file:/full/path/to/build/packaging/deb ./ Packages
Ign:3 file:/full/path/to/build/packaging/deb ./ Packages
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Get:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Ign:6 file:/full/path/to/build/packaging/deb ./ Translation-en
Get:3 file:/full/path/to/build/packaging/deb ./ Packages
Err:3 file:/full/path/to/build/packaging/deb ./ Packages
  File not found - /full/path/to/build/packaging/deb/./Packages (2: No such 
file or directory)
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Reading package lists... Done
E: Failed to fetch file:/full/path/to/build/packaging/deb/./Packages  File not 
found - /full/path/to/build/packaging/deb/./Packages (2: No such file or 
directory)
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
root@imager:/home/peter# 

The last two lines, "E: ...", appear to be error messages.  The two 
systems have the same /etc/apt/sources.list.  Any ideas about the 
difficulty in imager?

Thanks,     ... Peter E.

-- 
Composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Archiving content of a directory on a DVD-R.

2019-05-10 Thread peter
From: "Thomas Schmitt" 
Date: Wed, 06 Mar 2019 17:28:39 +0100
>   xorriso -for_backup -dev /dev/sr0 \
>   -update_r . / \ 
>   -commit \
>   -toc -check_md5 failure -- \ 
>   -eject all 
> 
> Now you can write to the DVD-R until it is full. Each run will produce a
> complete directory tree of the current state. 

Gave it a try this morning with this result.

  ...
xorriso : UPDATE : Writing: 103200s   26.6%   fifo 100%  buf 100%6.0xD
xorriso : UPDATE : Writing: 107280s   27.6%   fifo  96%  buf 100%6.0xD
xorriso : UPDATE : Writing: 111360s   28.7%   fifo  85%  buf 100%6.0xD
xorriso : UPDATE : Writing: 115440s   29.7%   fifo 100%  buf 100%6.0xD
libisofs: MISHAP : Image write cancelled
libburn : FATAL : SCSI error on write(117872,16): [5 21 02] Illegal request. Inv
alid address for write.
xorriso : FATAL : -abort_on 'FAILURE' encountered 'FATAL' during image writing
xorriso : NOTE : libburn has now been urged to cancel its operation
xorriso : UPDATE : Writing: 117888s   30.4%   fifo 100%  buf 100%3.6xD
xorriso : UPDATE : Writing: 117888s   30.4%   fifo 100%  buf 100%0.0xD
libburn : FAILURE : Failed to close session (2). SCSI error : [5 72 03] Illegal
request. Session fixation error, incomplete track in session.
xorriso : FAILURE : libburn indicates failure with writing.
xorriso : aborting : -abort_on 'FAILURE' encountered 'FATAL'

Until now I've never seen xorriso fail.  Invalid address?

Thanks,   ... Peter E.

-- 
Composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.



firefox > Preferences > When Firefox starts

2019-04-19 Thread peter
Hello again,

The configuration mentioned in the subject line is set to "Show your 
home page".   Here the home page is file:///home/peter/html, a 
local page. Nevertheless startup sometimes displays "Sorry.  We're 
having trouble getting your pages back."

Ideas?

Thanks, ... P.

-- 
Message composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.



Re: Output from apt-get update.

2019-07-02 Thread peter
From: Matthew Crews 
Date: Wed, 12 Jun 2019 06:00:26 +0200 (CEST)
> What does your "/etc/apt/sources.list" file look like on your two machines?

Here they are.

# imager:/etc/apt/sources.list
# Security updates
deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free
# mirror.it.ubc.ca = 137.82.116.42
deb http://137.82.116.42/debian stretch main contrib non-free
deb-src http://137.82.116.42/debian stretch main contrib non-free
# stretch-updates, previously known as 'volatile'
deb http://137.82.116.42/debian stretch-updates main contrib non-free
deb-src http://137.82.116.42/debian stretch-updates main contrib non-free
# stretch backports
deb http://137.82.116.42/debian stretch-backports main contrib non-free
deb-src http://137.82.116.42/debian stretch-backports main contrib non-free

# dalton:/etc/apt/sources.list
# Security updates
deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free
# mirror.it.ubc.ca = 137.82.116.42
deb http://137.82.116.42/debian stretch main contrib non-free
deb-src http://137.82.116.42/debian stretch main contrib non-free
# debian.oregonstate.edu = 140.211.166.134
#deb http://140.211.166.141/debian jessie main contrib non-free
#deb-src http://140.211.166.141/debian jessie main contrib non-free
# Stable updates
deb http://137.82.116.42/debian stretch-updates main contrib non-free
deb-src http://137.82.116.42/debian stretch-updates main contrib non-free
# Stable backports
deb http://137.82.116.42/debian stretch-backports main contrib non-free
deb-src http://137.82.116.42/debian stretch-backports main contrib non-free

As I see, sources.list from the two systems are identical, except for comments.

> Its unusual to directly point to an IP address for the Debian repos, as
> opposed to point to the domain name.

dalton has dnsmasq.  From distant recollection, name resolution failed when 
the system was running and dnsmasq was not.  That motivated direct reference 
to IP addresses.  To the best of my knowledge, an IP address should suffice to 
identify a server or possibly a cluster of them. 

I don't understand the intent or meaning of the hypothetical long path cited 
repeatedly.  Eg.
root@imager:/home/peter# apt-get update
Get:1 file:/full/path/to/build/packaging/deb ./ InRelease
Ign:1 file:/full/path/to/build/packaging/deb ./ InRelease
Get:2 file:/full/path/to/build/packaging/deb ./ Release
Ign:2 file:/full/path/to/build/packaging/deb ./ Release
Get:3 file:/full/path/to/build/packaging/deb ./ Packages
Ign:3 file:/full/path/to/build/packaging/deb ./ Packages
Get:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
Ign:4 file:/full/path/to/build/packaging/deb ./ Translation-en_US
  ...

Whereas dalton just confirms the sources.list
root@dalton:/home/peter# apt-get update
Ign:1 http://137.82.116.42/debian stretch InRelease
Hit:2 http://137.82.116.42/debian stretch-updates InRelease
Hit:3 http://137.82.116.42/debian stretch-backports InRelease
Hit:4 http://137.82.116.42/debian stretch Release
Hit:5 http://security.debian.org stretch/updates InRelease
Reading package lists... Done
root@dalton:/home/peter# 

Any ideas about that?  Incidentally, what is "Ign"?

Thanks,... P.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Correct: Re: Output from apt-get update.

2019-07-02 Thread peter
From: Francisco M Neto 
Date: Wed, 12 Jun 2019 07:27:28 -0300
> It's also worth checking if there's anything under
> /etc/apt/sources.list.d/

You're right.  If /etc/apt/sources.list.d/mythtv.list is disabled, 
apt-get update doesn't produce obscure complaints.  The complaints 
from apt-get could help by identifying the bad repository.

A D-link card gives a network connection.  The mainboard NIC alone is 
problematic.  ??

So the system working again, more or less.  I'm still wondering about 
IPv4 vs. IPv6 and ip vs. other stuff.

Thanks for the help,  ... P.


-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Output from apt-get update.

2019-07-02 Thread peter
From: Francisco M Neto 
Date: Wed, 12 Jun 2019 07:27:28 -0300
> It's also worth checking if there's anything under
> /etc/apt/sources.list.d/

peter@dalton:/etc/apt$ ls /etc/apt/sources.list.d/*
ls: cannot access '/etc/apt/sources.list.d/*': No such file or directory
peter@dalton:/etc/apt$

peter@imager:~$ ls /etc/apt/sources.list.d/*
/etc/apt/sources.list.d/mythtv.list
peter@imager:~$

With any luck, mythtv.list isn't involved in this conundrum.

The mainboard interface appears as eth0.
"ip link show" reports eth0 is up.
"ip addr show" reports an IPv6 address for eth0.  No IPv4 address.

ping to a neighbour reports 
  connect: network is unreachable
  
Is IPv6 the default now?  Shorewall configuration needs updating?

Online documentation still has numerous mentions of ifconfig.
https://wiki.debian.org/NetworkConfiguration is a prime example.

Here and there a remark that ip is the new tool replacing ifconfig and 
etc.  Difficult for a non-expert to decide when to use and old command 
and when a shiney new one.   8~(

Any further ideas?

Thanks,... P.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: firefox > Preferences > When Firefox starts.

2019-04-21 Thread peter
From: Cindy Sue Causey 
Date: Fri, 19 Apr 2019 12:41:45 -0400
> * Is that the only live tab for each new session, ...

Sorry to say, I don't understand the question.  I don't understand "live tab".
Firefox should just open the static local page.  Shouldn't take more than a 
second or two even when the system is bogged.

> * Can you tell if this has something to do with Firefox crashing, ...

Will consider that, thanks.  It would imply two bugs.  The first causing 
firefox to crash.  Failure to open the specified page at startup would 
be a 2nd bug.

> * Can you try opening it via a terminal over your next few browsing
> session startups ...

I need to make a habit of starting it from a terminal until this is solved.
Otherwise will miss the incident too often.

> ... STILL be "alive" after a full reboot.

To my knowledge the only thing running on an unpowered PC is the clock.  
Some exotic machines might be able to run the BIOS or a Forth 
PROM from the backup battery or cell.  I don't know about that.

On most machines, no process survives a cold reboot.  If that appeared 
to happen, the process number must have been saved in a non-volatile store
and applied to a new process after the reboot.  Seems perverse.

Firefox now has too much automation and it's causing trouble.  We 
need a way to disable some of this paraphernalia.  Or a simpler browser.

Can the automatic search capability of the URL bar be disabled?
Other ideas?

Thanks,  ... Peter E.
-- 
Message composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.



Browser usage; was "Re: firefox > Preferences > When Firefox starts."

2019-04-22 Thread peter
From: David Wright 
Date: Mon, 22 Apr 2019 13:43:46 -0500
> Yes. Banks, like everyone else, seem to feel the need to indulge their
> graphics fantasies on their websites. I guess it's pandering to the
> smart phone generation. Speaking of which, I guess we're lucky to
> still have Internet banking on computers; so much is now aimed at
> mobiles. For a period, I had to login to Chase twice to get a
> proper interface—the first login would give me the mobile's site,
> with just two impotent buttons, period.

A mobile site can be accessible to firefox on a desktop and can be 
more efficient than the desktop site.  Eg.
https://www.envisionfinancial.ca/m/
vs.
https://www.envisionfinancial.ca/Personal/

Can debian imitate a mobile system to a server?

Thanks,  ... Peter E.






-- 
Message composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.



Re: firefox > Preferences > When Firefox starts.

2019-04-21 Thread peter
From: David Wright 
Date: Sun, 21 Apr 2019 16:13:11 -0500
> I run two instances of FF, one as me (for banking etc) and one as
> another user (for browsing).

Interesting.  Thanks.  For banking & etc. you have a dedicated user id 
and login?

Drifting off the subject, but the banking I use invokes javascript. I 
would have thought that unnecessary.  Should be possible to accomplish 
the results with processing on the server and HTML5 on the client.
Technology bloat?

> I just checked out clean shutdowns and restarts with my own 
> instance of FF and it's all OK.

OK, thanks.  The complaint at firefox startup here is probably only 
following a crash of firefox.   Curt's suggestion to set 
browser.sessionstore.max_resumed_crashes to 0 seems appropriate.

> Does the behaviour reported in your OP cause you *great* concern?

No.  Just wastes time.  Opening a simple local HTML home page requires 
roughly a minute rather than roughly a second.

> I tried Opera on a slow laptop ...

Thanks for mentioning that.

Regards,   ... Peter E.


-- 
Message composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.



Re: firefox > Preferences > When Firefox starts.

2019-04-21 Thread peter
From: Curt 
Date: Sun, 21 Apr 2019 16:08:49 - (UTC)
> I've read that setting "Clear history when Firefox closes" is one way to
> obviate the problem (you might not want to lose your history, though).

Losing the history wouldn't be so bad but I don't see how firefox would 
have a chance to clear history when crashing.

> Another is to set "browser.sessionstore.max_resumed_crashes" to false in
> 'about:config'.

The default value is 1.  Changing it to 0 seems reasonable.

> I guess we can assume safely that you're closing your browser sessions
> "normally."

I close each tab with a click on the x symbol.

Thanks,   ... P.

-- 
Message composed and transmitted by software designed to avoid the 
complication and vulnerability of antivirus software.



Arrow annotation in GIMP.

2019-08-13 Thread peter


Hi, 

Can anyone recommend a means for adding an arrow to 
an image in GIMP?

The article here describes something called ArrowsCreator.
https://graphicdesign.stackexchange.com/questions/44797/how-do-i-insert-arrows-into-a-picture-in-gimp
Is it advisable?

Any other recommendations?

Thanks,   ... P.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Shimming HTTP to HTTPS.

2019-08-13 Thread peter
Sorry for the late reply.

From: David Wright
Date: Sun, 28 Jul 2019 19:40:04 -0500
> You read postings on the web with a browser. When you want to reply,
> you open a composition window and paste in the To/Cc/Subject headers
> from the web page.

Correct.

> But the point is that Message-ID:s, In-Reply-To:s and References:
> in *emails* are not URLs, but , even though their text
> is used to mark links on the web page.

OK, thanks.  For the In-Reply-To above I omitted the link string.
Hopefully I got the right message.

> Bingo. Then it looks as if all my guesses in
> https://lists.debian.org/debian-user/2019/07/msg01343.html
> were basically correct.

Yes.  My worst error, which spoiled the References, was to omit < and >. 

> > https://en.wikibooks.org/wiki/Oberon#Getting_Started and references 
> > there.
> 
> I looked at that page some while back. Without seeing it in action,
> I think I'd have difficulty in recommending any software suitable
> for it ...

It's self contained.  The entire MUA in one module.
Nothing to add; just install and use.

> If you're typing (or pasting) the references, ...

One mouse action does copy and paste.

> I would just add
> the In-Reply-To instead. That way, you can Cut/Copy the original's
> 
>   Message-ID: 
> 
> Paste the line untouched, then edit *just* these characters:
> 
>   Message-ID:change intoIn-Reply-To:
> 
> which will make your message thread correctly.

OK.  Will see the result with In-Reply-To only for this message.

Thanks,  ... Peter E.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



TWAIN in Debian 10.

2019-08-16 Thread peter
Hi again,

I'm interested in moving an image from a JVC Digital Camera KY-F70 to 
Debian 10.  The camera is pre-USB; it has a 50 pin SCSII connector. 
Probably what the Wikipedia SCSII connector article mentions as 
HPCN50. The JVC manual mentions TWAIN software for image transfer and 
claims their software works in Windows 95/98/NT 4.0.

Has anyone used TWAIN in Debian? Is there any chance of Debian 
receiving images using TWAIN directly?  Try to make the Windows TWAIN 
software provided by JVC work under wine? If wine is necessary, can 
anyone recommend a Windows version from the three noted above?

Other ideas?  

Thanks,... Peter E.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Unicode in GIMP Text Tool.

2019-08-14 Thread peter
*   From: deloptes 
*   Date: Wed, 14 Aug 2019 22:16:16 +0200
> what DE are you using?

LX

> I open the char selector (each desktop I know has one) and select the char
> to import - than copy/paste into the text box

Good idea.  Copy and paste the character; from the Web browser maybe.  
I was typing the character entity reference in the GIMP tool.

Thanks, ... P.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Arrow annotation in GIMP.

2019-08-16 Thread peter
From: Dan Ritter 
Date: Wed, 14 Aug 2019 08:26:18 -0400
> Set the background to transparent.

Menus: Layer > Tranparency > Add Alpha Channel. The new viewer remains 
black.  Might be transparent. Might not.  (If all else fails, will see 
what happens when the arrow is dropped on the image layer.  If the 
result has the appearance of the arrow layer, the arrow background is 
not transparent and my image is obscured.)

Really I don't understand the representation used in GIMP. From what 
I've read, there are three channels, R, G, B.  OK.  Plus an optional 
4th, alpha. What is it?

What is the point of alpha? Transparent should be simply no marking.  
RGB = (0,0,0). What does alpha represent?  

Thanks, ... P.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: TWAIN in Debian 10.

2019-08-16 Thread peter
From: Dan Ritter 
Date: Fri, 16 Aug 2019 12:15:24 -0400
> The problem with TWAIN, as I recall, is that it wasn't actually
> a standard API between devices and OS so much as a standard way
> for an application to call a manufacturer-supplied application 
> in order to control and receive images.
> 
> That's why it was completely supplanted by SANE, which more or
> less standardizes the device-OS interface as well as the
> application-application interface.

Thanks for the background.

> You might manage to get the Windows TWAIN software to run in
> WINE, or if you have a Windows 95/98 virtual machine, that would
> probably work.

Thanks.  Will put some effort on those approaches.  If there is a JVC 
diskette with DOS software that is probably the best place to start.  
Simpler is better in this case. 

Wine is installed.  Haven't tried the JVC software yet.

Might try the virtual system.  I've used bochs and QEMU for Oberon.  
I guess Windows will require system installation media.  

> 1360x1024 at 7.5 frames/sec
> 
> 640x200 at 30 frames/sec

Only static images needed here.

> ... the SCSI connection is designated for connection to a
> storage drive or printer.

We have the original manual.  More than a page covers a PC connection 
via SCSII.

> If you are specifically looking for a microscope mountable
> camera, there are lots of relatively cheap C-mount cameras
> and C-mount adapters, all with much better specs and much
> easier to access.

Advances in micro-electronics and software make beautiful old 
hardware obsolete.  =8~|

Thanks again, ... P.






-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Confounding behaviour of Empathy.

2019-08-16 Thread peter
The Contacts List in Empathy notifies in bold letters, "You haven't 
added any contacts yet".  Meanwhile the "Add Contact" button is pale 
grey; disabled.

I guess others have encountered this connundrum.  Anyone have a solution?

Thanks,     ... Peter E.





-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Unicode in GIMP Text Tool.

2019-08-14 Thread peter
Can GIMP accept and display a Unicode glyph beyond plain old ASCII.  
The "South West Arrow", & # 2199; for example.  (Spaces inserted 
after & and # to prevent interpretation.)

If so, how?

Thanks,  ... P.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Arrow annotation in GIMP.

2019-08-14 Thread peter
BEGIN TEDIOUS ASIDE
For the header for this message I copied References holus-bolus and 
appended the Message-id from the Web page. I understand David's 
suggestion of including In-Repy-To rather than References but can 
afford a few extra ms for References.  In-Reply-To is the last 
parameter of References; therefore References contains all the 
information that In-Reply-To does; therefore nothing is lost by 
supplying References and not In-Reply-To.  We'll see how the header 
for this message comes out.  =8~|

The case specificity of In-Reply-To rather than In-reply-to appears to 
be unnecessary but that is what the IETF chose.  So the mailing list 
software could stick to that. Putting In-reply-to on the Web pages is 
just another source of distraction and confusion.
END TEDIOUS ASIDE

*   From: Dan Ritter 
*   Date: Wed, 14 Aug 2019 08:26:18 -0400
> Open a new image. Set the background to transparent. Draw an
> arrow. Save it. Don't close it.
> 
> Open your primary image. ...

OK, thanks.  That method is entirely serviceable.

  ... P.
  
-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re (2): Arrow annotation in GIMP.

2019-08-14 Thread peter
BEGIN ANOTHER TEDIOUS ASIDE
No References in the "header" of the Web page this replies to.  
Consequently I snagged the Messge-Id  (Message-id?) from the Web page 
for my original message.  Let's see how References comes out.  >8~|
END ANOTHER TEDIOUS ASIDE

*   From: Cindy-Sue Causey 
*   Date: Wed, 14 Aug 2019 00:54:29 -0400
> Dingbats had ... various arrows.

I haven't found whether GIMP is Unicode capable. If  is typed 
at the insertion point for the Text tool, can the lower-left pointing 
arrow be displayed.  Hasn't succeeded here yet.

Thanks,  ... P.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Confounding behaviour of Empathy.

2019-08-16 Thread peter
The Contacts List in Empathy notifies in bold letters, "You haven't 
added any contacts yet".  Meanwhile the "Add Contact" button is pale 
grey; disabled.  It needs a file initialized?  A dependancy?

Thanks,     ... Peter E.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Shimming HTTP to HTTPS.

2019-08-22 Thread peter
*   From: Reco 
*   Date: Sun, 28 Jul 2019 19:57:19 +0300
> ... NSS is not the best TLS implementation. There's some hope for 
> dillo depending on if it uses openssl or gnutls.

How do you evaluate these?  Published review?  Study of sources?

> Have you meant "Oberon sends HTTP request that should be transformed to
> HTTPS"? That's where that hypothetical proxy comes in.

OK, yes.  If http://en.wikipedia.org/wiki/Linux is put in the URL bar 
of dillo, it opens https://en.wikipedia.org/wiki/Linux. If 
https://en.wikipedia.org/wiki/Linux is put in the URL bar,  dillo 
opens it.  I imagine similar behaviour in Oberon.

> Oberon browser sends HTTP request, but gets HTTPS redirect (301/302) in
> result.

Yes; ideally, redirection is handled gracefully.

> Oberon browser sends HTTP request, proxy transforms it into HTTPS, gets
> HTTPS reply, transforms it back into HTTP reply ... only to send Oberon
> browser a huge pile of HTTPS links to pictures, css, js and whatnot.

For now I'd be happy if Oberon could open the text in a 
simple page.  https://en.wikibooks.org/wiki/Oberon/S3/2003-01-05/Mail.Mod
for example.

> [1] https://github.com/tenox7/wrp

Appears that a X86-64 or ARM system is required.  Or possibly compile 
the source for the old 32 system here; athough, if this could work the 
binary would probably be available.

Probably better to forget this approach and work on SSL/TLS for 
Oberon. Dillo works quite well.  No reason Oberon can't.

Thanks, ... P.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Shimming HTTP to HTTPS.

2019-08-23 Thread peter
*   From: Reco 
*   Date: Sun, 28 Jul 2019 19:57:19 +0300
> ... NSS is not the best TLS implementation. 

OK!  An assertion from an authority.  Probably true but I'd want 
to corroborate before restating under oath.  =8~))

> There's some hope for dillo depending on if it uses openssl or gnutls.

Not sure of your meaning.  I don't know which TLS dillo uses.
In my understanding there are two possibilities:
(1) dillo uses openssl or gnutls.  Good.  Both are better than NSS;
or 
(2) one of openssl and gnutls is significantly better than the other.
If dillo uses the "right one"--good.  If dillo uses the "wrong one"--bad.

*   From: Reco 
*   Date: Thu, 22 Aug 2019 20:32:33 +0300
> Your link is a good example of case 3 - HTTP response peppered with
> multiple HTTPS links.

The links are in the Wikimedia boilerplate.  Few or zero links 
in the textual content.

> Hence, [1] is about the only reasonable choice you have.

Low maintenance solution: http://www.loband.org/

> If you need an example of easy page, pardon the obscene lyrics, you need
> this:
> 
> https://evenbetter ...

Interesting.  Firefox displays a tidy page.  Dillo displays nothing. 
Yah, the WWW has become a gong show.  I appreciate the exasperation 
expressed in parody.  Some pages are still worth attention.  I wonder 
whether a winnowing could be automated.  Detect pages where the 
content isn't obscured by the icing or find such pages.

A good solution for Oberon S3 would be to make TLS work.  Not sure I 
want to tackle it.

Thanks for the replies,  ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Confounding behaviour of Empathy.

2019-09-02 Thread peter
According to https://packages.debian.org/buster/gome/empathy, emapthy 
uses gnome-contacts.  I can open the graphical interface to 
gnome-contacts and see that three contacts are registered. 
Nevertheless Empthy persists in showing 0 contacts and reporting "You 
haven't added any contacts yet".

Any ideas?

Thanks,   ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Peculiar terminology for gnupg2 options.

2019-09-13 Thread peter
From: Ansgar 
Date: Fri, 13 Sep 2019 21:33:27 +0200
> The new default is self-sigs-only, the entry explains that one would
> need to set "keyserver-options no-self-sigs-only" to revert to the
> behavior of older versions of GnuPG.

Thanks Ansgar.  I should have been more alert when reading.

  ... Peter E.
  


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Ancilliary server accesses by browser.

2019-09-09 Thread peter
Opening a Web page can cause a browser to refer to an ancilliary 
server; for a font or to report an access for analysis. The activity 
is indicated by the URLs displayed briefly in the lower left corner of 
the firefox window for example.

I'm interested to log these accesses in a file.  Wireshark is a 
good possibility?  Is there a configuration template for this?  
Suggestions?

Thanks,   ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Ancilliary server accesses by browser.

2019-09-09 Thread peter
From: Dan Ritter 
Date: Mon, 9 Sep 2019 18:31:17 -0400
> Firefox and Chrome both have developer tools which will start
> and stop such logging for you; look in their menus under Web
> Developer (FF) and More Tools > Developer Tools (Chrome).

Good, thanks,   ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Ancilliary server accesses by browser.

2019-09-09 Thread peter
From: John Hasler 
Date: Mon, 09 Sep 2019 18:43:24 -0500
> I'd use tcpdump.

Will keep in mind.

Thanks John,  ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Arrow annotation in GIMP.

2019-09-15 Thread peter
*   From: Dan Ritter 
*   Date: Wed, 14 Aug 2019 08:26:18 -0400
> Open a new image.

Right.  

> Set the background to transparent.

Haven't quite got that.  From reading a few weeks ago, I added an 
alpha channel (Layer > Transparency > Add Alpha Channel).  Don't see 
how to make anything transparent.

> Draw an arrow. Save it. Don't close it.

I managed to choose the pencil, set the background color to white 
and the forground to red, and drew an arrow with straight lines using 
the shift constraint.

> Create a new layer on top.

Is another layer necessary?  Can't the arrow be pasted directly onto 
the image?

Thanks,  ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Peculiar terminology for gnupg2 options.

2019-09-13 Thread peter
Hi, 

A current update gives this note.
"gnupg2 (2.2.12-1+deb10u1) buster; urgency=medium
  ... default to self-sigs-only.  
  ...
keyserver-options no-self-sigs-only"

If the default is self-sigs-only why is the option set to no-self-sigs-only?

Also, self-sigs-only might be called no-universal-sigs?
Therefore no-self-sigs-only = no-no-universal-sigs = universal-sigs?

Wouldn't simpler terminology suffice?

Thanks,   ... P.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Magnifying glass character, .

2019-07-27 Thread peter
Does anyone happen to know: is  a Unicode assigned character 
or a Debian private use character?

Thanks,   ... Peter E.


-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Shimming HTTP to HTTPS.

2019-07-28 Thread peter
Appears that the less-than and greater-than signs were replaced with 
the null character.  I'm not sure why but will try to prevent henceforth.

The In-reply-to and References above should be right except that there 
is no magnifying glass link.  This is email.  Not HTML.

*   From: Reco 
*   Date: Thu, 18 Jul 2019 10:13:58 +0300
> Shorewall is a frontend to netfilter kernel subsystem.
> It can do all kinds of things as long as they do not exceed L4 (as in
> OSI L4, transport layer). What you want to do is to apply a
> transformation to L7 (application layer), and that's something that
> netfilter cannot do.

OK, good.  In case anyone is interested, this is from  
https://en.wikipedia.org/wiki/Transport_Layer_Security .
"TLS and SSL do not fit neatly into any single layer of the OSI model 
or the TCP/IP model.[8][9] TLS runs "on top of some reliable transport 
protocol (e.g., TCP),"[10] which would imply that it is above the 
transport layer. It serves encryption to higher layers, which is 
normally the function of the presentation layer. However, applications 
generally use TLS as if it were a transport layer,[8][9] even though 
applications using TLS must actively control initiating TLS handshakes 
and handling of exchanged authentication certificates.[10]"

There are two kinds of browser here.  (1) Firefox and dillo which handle 
HTTP and HTTPS properly.  (2) The Oberon browser which currently handles 
only HTTP.

So this is the problem which interests me.
When firefox or dillo requests any URL, process it as usual.
When the Oberon browser requests a HTTP URL, process it as usual.
When the Oberon browser requests a HTTPS URL, divert it and apply TLS.

Not obvious how these three cases should be separated but this is an 
idea. For Oberon HTTPS I choose a private port which won't interfere 
with anything else.  65535 for example.  To open a HTTPS page with 
Oberon, request this URL: HTTP://:65535/.  In the host 
system, where the Oberon browser is running, set up a proxy to 
intercept traffic to 65535 and apply TLS.  

Any sense in that?  Further tips welcome of course.

Thanks,... P.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Email client; was: Re: Threading.

2019-07-29 Thread peter
From: Reco 
Date: Tue, 23 Jul 2019 19:26:13 +0300
> In short, please consider using another e-mail client.

I compose the reply from the debian-user Web page.  I don't know of a 
MUA capable of reading a page and composing a reply to it.

The boilerplate for a reply to a debian page is composed with a few 
mouse clicks. The interface allowing this is described in 
https://en.wikibooks.org/wiki/Oberon#Getting_Started and references 
there.

Regards,   ... Peter E.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Go in Debian.

2019-07-29 Thread peter
From: Reco 
Date: Sun, 28 Jul 2019 19:57:19 +0300
> [1] https://github.com/tenox7/wrp

This page has some information.
https://go-team.pages.debian.net/packaging.html

Can someone recommend a value for $GOPATH please.

Thanks,   ... Peter E.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: HTTP shimmed to HTTPS

2019-07-20 Thread peter
*   From: Reco 

Re: HTTP shimmed to HTTPS

2019-07-20 Thread peter
*   From: Reco 

stunnel as transparent proxy.

2019-07-16 Thread peter
Hi,

stunnel is installed here with this configuration.
"server" has been substituted for the real name of course.

peter@joule:~$ cat /etc/stunnel/stunnel.conf
# joule:/etc/stunnel/stunnel.conf
[pop3]
client = yes
accept = localhost:110
connect = server:995

[https]
client = yes
accept = localhost:443
transparent = destination

This is the /etc/default/stunnel4.

# /etc/default/stunnel4
# Julien LEMOINE <...>
# September 2003

# Change to one to enable stunnel automatic startup
ENABLED=1
FILES="/etc/stunnel/*.conf"
OPTIONS="debug=debug "

# Change to one to enable ppp restart scripts
PPP_RESTART=0

# Change to enable the setting of limits on the stunnel instances
# For example, to set a large limit on file descriptors (to enable
# more simultaneous client connections), set RLIMITS="-n 4096"
# More than one resource limit may be modified at the same time,
# e.g. RLIMITS="-n 4096 -d unlimited"
RLIMITS=""

Messages can be received from the pop server.  stunnel is working for 
POP3.

An attempt to open a page via HTTPS gives this report in the log.
Jul 16 11:25:16 joule stunnel: LOG5[4]: Service [https] accepted connection 
from 127.0.0.1:36140
Jul 16 11:25:16 joule stunnel: LOG3[4]: getsockopt SO_ORIGINAL_DST: Protocol 
not available (92)
Jul 16 11:25:16 joule stunnel: LOG5[4]: Connection reset: 0 byte(s) sent to 
TLS, 0 byte(s) sent to socket

Appears the client application here has sent the request to port 36140 
and stunnel doesn't have a configuration for that.  

Any ideas before I dig in the client software?

Thanks,... Peter E.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



HTTP shimmed to HTTPS; was Re: stunnel as transparent proxy.

2019-07-17 Thread peter
Jul 16 11:25:16 joule stunnel: LOG5[4]: Service [https] accepted connection 
from 127.0.0.1:36140

*   From: Reco   ... Peter E.
   




-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: HTTP shimmed to HTTPS.

2019-07-17 Thread peter
*   From: "D. R. Evans" 

buster, ekiga.

2019-07-19 Thread peter
Hello again,

ekiga is absent from buster.  Something involving ssl/tls?

I guess it will surface sooner or later.  Any suggestions 
for the interim?  Add stretch to /etc/apt/sources.list 
and try that?

Thanks, ... P.



-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Threading; was Re: HTTP shimmed to HTTPS

2019-07-23 Thread peter
*   From: Reco 

Re: buster, ekiga.

2019-07-23 Thread peter
*   From: Brad Rogers 

Re: HTTP shimmed to HTTPS

2019-07-22 Thread peter
*   From: Reco ptors available
Jul 22 06:11:14 dalton squid[3050]: Initializing IP Cache...
Jul 22 06:11:14 dalton squid[3050]: DNS Socket created at [::], FD 5
Jul 22 06:11:14 dalton squid[3050]: DNS Socket created at 0.0.0.0, FD 9
Jul 22 06:11:14 dalton squid[3050]: Adding domain pathology.ubc.ca from 
/etc/resolv.conf
Jul 22 06:11:14 dalton squid[3050]: Adding nameserver 127.0.0.1 from 
/etc/resolv.conf
Jul 22 06:11:14 dalton squid[3050]: Logfile: opening log 
daemon:/var/log/squid/access.log
Jul 22 06:11:14 dalton squid[3050]: Logfile Daemon: opening log 
/var/log/squid/access.log
Jul 22 06:11:14 dalton squid[3050]: Local cache digest enabled; rebuild/rewrite 
every 3600/3600 sec
Jul 22 06:11:14 dalton squid[3050]: Store logging disabled
Jul 22 06:11:14 dalton squid[3050]: Swap maxSize 0 + 262144 KB, estimated 20164 
objects
Jul 22 06:11:14 dalton squid[3050]: Target number of buckets: 1008
Jul 22 06:11:14 dalton squid[3050]: Using 8192 Store buckets
Jul 22 06:11:14 dalton squid[3050]: Max Mem  size: 262144 KB
Jul 22 06:11:14 dalton squid[3050]: Max Swap size: 0 KB
Jul 22 06:11:14 dalton squid[3050]: Using Least Load store dir selection
Jul 22 06:11:14 dalton squid[3050]: Set Current Directory to /var/spool/squid
Jul 22 06:11:15 dalton squid[3050]: Finished loading MIME types and icons.
Jul 22 06:11:15 dalton squid[3050]: HTCP Disabled.
Jul 22 06:11:15 dalton squid[3050]: Pinger socket opened on FD 14
Jul 22 06:11:15 dalton squid[3050]: Squid plugin modules loaded: 0
Jul 22 06:11:15 dalton squid[3050]: Adaptation support is off.
Jul 22 06:11:15 dalton squid[3050]: Accepting HTTP Socket connections at 
local=[::]:3128 remote=[::] FD 12 flags=9
Jul 22 06:11:15 dalton squid[3050]: storeLateRelease: released 0 objects

Anything remarkable?

Does the 2nd to last line mean it's accepting only IPv6 connections?  Not IPv4?

Thanks,   ... P.

-- 
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: TWAIN in Debian 10.

2019-09-20 Thread peter
*   From: Dan Ritter 
*   Date: Fri, 16 Aug 2019 12:15:24 -0400
> You might manage to get the Windows TWAIN software to run in
> WINE, or if you have a Windows 95/98 virtual machine, that would
> probably work.
> 
> I would note, though, that this camera appears to have terrible
> specifications by current standards:

Hardware is in place and I've installed WINE.  Therefore willing to 
invest a little more effort before jettisoning.
 
A picture of the driver diskette is at 
http://easthope.ca/JVC.KY-F.TWAINdiskette.jpg .

fstab has this. 
peter@dalton:~$ grep FAT /etc/fstab
/dev/fd0/media/floppy0  autorw,user,users,noauto  0   0

A mount attempt gives this message window whereas other FAT diskettes 
mount with no difficulty.
http://easthope.ca/DisketteMountError.png
The diskette mounts in Oberon and contents can be displayed there.

Any tips about mounting the diskette in Debian 10.

Thanks,    ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Authentication for telnet.

2019-09-28 Thread peter
Opening a terminal emulator in default configuration on localhost, 
LXTerminal for example, doesn't require authentication.  Can telnet
work similarly?  Ie. "telnet localhost" succeeds without login.

Can  this be accomplished by configuration of PAM ?

Thanks,    ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Icon for minimized window.

2019-09-28 Thread peter
From: Reco 
Date: Thu, 26 Sep 2019 20:28:01 +0300
> Right click on a panel, select "Panel Settings". Choose "Panel Applets"
> tab.  Add "Task Bar (Window List)" applet to the panel.

Thanks!   ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-09-30 Thread peter
From: Reco 
Date: Sat, 28 Sep 2019 19:23:45 +0300
> telnetd(8), "-a" and "-L" parameters.

OK.
peter@joule:~$ grep telnet /etc/inetd.conf
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -a user
# Restart inetd.

Then the result from telnet to localhost is in this little screenshot.
http://easthope.ca/TelnetScreenshot.jpg 

So in Debian 10 the manual for telnetd mentions -a but the screenshot 
suggests it is deprecated.

The -L parameter might work; if I can find a suitable null procedure.  Eg. 
grep telnet /etc/inetd.conf
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -L /bin/null

This null is ficticious of course.  Concrete ideas welcome.

Thanks,   ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Icon for minimized window.

2019-09-26 Thread peter
Hi,

This refers to the LXDE desktop.

Until recently, minimization of a window left a small button in the 
system panel or bar (whatever is the correct term) at the bottom of 
the display. A click on the button would open the window again.

Now when a window is minimized, nothing visible remains.  I don't know 
how to retrieve it.  I must have clicked a configuration button 
inadvertently but haven't found it.  Tips?

Thanks,... Peter E.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-01 Thread peter
From: Reco  Tue, 1 Oct 2019 22:26:35 +0300
> apt install inetutils-telnetd openbsd-inetd

root@joule:~# dpkg -l | grep inet
ii  inetutils-telnetd2:1.9.4-7   
i386 telnet server
ii  openbsd-inetd0.20160825-4
i386 OpenBSD Internet Superserver
ii  update-inetd 4.49
all  inetd configuration file updater

From: Reco , Tue, 1 Oct 2019 09:48:09 +0300
> 2) echo 'telnet  stream  tcp nowait  root/usr/sbin/tcpd 
> /usr/sbin/telnetd -a none -E /bin/bash' > /etc/inetd.conf

peter@joule:~$ grep telnet /etc/inetd.conf
## telnet  stream  tcp nowait  root/usr/sbin/tcpd  
/usr/sbin/telnetd -a none -E /bin/bash

Not sure ## should be there.  Have yet to find an explanation for it.

> 3) service openbsd-inetd restart

Executes with no report to the terminal.

> 4) telnet localhost

peter@joule:~$ telnet localhost
Trying ::1...
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Whereas the legacy telnetd accepted the connection.
That's why I used the legacy telnetd.

Tomorrow I might look for debug info for inetutils-telnetd.

Thanks,    ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-02 Thread peter
Hopefully this is readable.

From: Reco , Wed, 2 Oct 2019 09:45:12 +0300
> No, it should not be there because it disables telnetd this way.

Thanks.

> Hence aforementioned "echo" command above. 

Ie.
> 2) echo 'telnet  stream  tcp nowait  root/usr/sbin/tcpd 
> /usr/sbin/telnetd -a none -E /bin/bash' >> /etc/inetd.conf

To my understanding that would wipe out all the other services.
I read your instruction as illustrative rather than literal.

With any luck, maintainers will remove the legacy telnetd 
from distribution; sooner or later.  

Thanks for the help,   ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Message threading.

2019-10-02 Thread peter
Suppose you read a message in the Web based archive and it is no 
longer in your mailer.  Either you weren't subscribed when the message 
was sent or you were subscribed but have deleted the message. Using 
tools available, in Debian or otherwise, can you reply with correct 
threading?  If so, please outline the procedure.

Thanks,... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-09-29 Thread peter
From: Reco 
Date: Sat, 28 Sep 2019 19:23:45 +0300
> I have to ask - what are you trying to achieve?

An interactive shell session with minimal overhead. (Or maximal 
efficiency.)  The telnet client in the Oberon subsystem is noticeably 
faster than competitors.

> ... your request seems to be awfully close to (in)famous A/B 
> problem, ...

I might have read about the A/B Problem years ago but don't recall or 
understand well enough.

> telnetd(8), "-a" and "-L" parameters.

Just had a look at the parameters (again?) and don't have a clear idea 
to set them.  Tips welcome.  

Regards,   ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-09-29 Thread peter
From: Andy Smith 
Date: Sun, 29 Sep 2019 22:51:22 +
> Is it a case that the hosts you are dealing with ...

From: pe...@easthope.ca
Date: Sat, 28 Sep 2019 08:15:07 -0700
> Opening a terminal emulator in default configuration on localhost, ...

Localhost; not hosts.

Also,
From: peasth...@shaw.ca
Date: Mon, 14 Jun 2010 11:03:50 -0700
> ... inside my Shorewalled network.

From: Andy Smith 
Date: Sun, 29 Sep 2019 22:51:22 +
> Is it a case that the hosts you are dealing with are too
> underpowered CPU-wise to cope with SSH's encryption?

From: peasth...@shaw.ca
Date: Mon, 14 Jun 2010 11:03:50 -0700
> ... telnet opens in about 1 s. ... ssh requires about 15 s.  

Any computer built since 1990 should be able to run 
a plain old terminal session.

Regards, ... P.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-01 Thread peter
From: Reco , Tue, 1 Oct 2019 09:48:09 +0300
> I fail to see how that's "OK". 

"OK" was only my acknowledgement of your instruction or suggestion.
Not a confirmation of success.

> Try it:
> 
> 1) apt install inetutils-inetd openbsd-inetd

Debian 10 allows me to install one or the other but not both.
I removed inetutils-inetd and installed openbsd-inetd.

> 2) echo 'telnet  stream  tcp nowait  root/usr/sbin/tcpd 
> /usr/sbin/telnetd -a none -E /bin/bash' > /etc/inetd.conf

peter@joule:~$ dpkg -l | grep telnet /etc/inetd.conf
telnet  stream  tcp nowait  telnetd /usr/sbin/tcpd  
/usr/sbin/in.telnetd -a none -E /bin/bash

> 3) service openbsd-inetd restart

Executes with no report to the terminal.

> 4) telnet localhost

peter@joule:~$ telnet localhost
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
telnetd: a: unknown option
Usage: telnetd [-debug port] [-D (options|report|exercise|netdata|ptydata)]
 [-h] [-L login_program] [-n]
Connection closed by foreign host.

Appears the -a option is not available.

Regards,... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



UVC device.

2019-11-08 Thread peter
Hi,

This device is an analogue video converter.
https://www.startech.com/AV/Converters/Video/usb-3-0-video-capture-device-hdmi-dvi-vga~USB3HDCAP

The output should be UVC compliant.
https://en.wikipedia.org/wiki/USB_video_device_class

Yet guvcview reports "no video device found".  Any ideas beyond 
"file a bug report"?

Thanks,      ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: UVC device.

2019-11-11 Thread peter
From: Dan Ritter
Date: Sat, 9 Nov 2019 08:03:35 -0500
> Step 1: are you using a USB3 port? It says it will not work in a
> USB2 port.

Missed that.  

None of the local shops in Vancouver has a USB 3 adapter card in 
stock.  Amazon and etc. offer them of course.  3.0 is more numerous 
than 3.1 which is > 3.2.   

> Step 2: is your USB3 chipset from Etron or ASMedia? It won't
> work with those.

See following.

> Step 3: Does lsusb show the device?

peter@dalton:~$ lsusb -vs 005 | head
Couldn't open device, some information will be missing

Bus 003 Device 005: ID 1164:f533 YUAN High-Tech Development Co., Ltd 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.10
  bDeviceClass  255 Vendor Specific Class
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  
The full output is at http://easthope.ca/lsusb.vs5.txt .  UVC not 
mentioned.

> Step 4: Why do you think it's UVC compliant? 

Naive assumption that USB + video = UVC.

> I didn't see it in
> the manual, and discussion on the web mostly seems to be about
> how mediocre the thing is when it works, always on Windows
> systems. StarTech doesn't even mention Mac OS, and I think that
> they would do that if it were at all honest for them to claim
> support.

Management by committee.  I suggested the Startech USB32VGCAPRO which 
shows Mac support.  
https://www.startech.com/AV/Converters/Video/usb-3-capture-device-vga~USB32VGCAPRO

Staples doesn't sell that but lists the Startech USB3HDCAP.  Someone 
decided to substitute.  (This is the public sector. Throw money until 
something works or the administration loses interest.)

We should aim for an adapter claiming to support UVC and Linux.  
Two examples.
https://inogeni.com/product/vga-to-usb-3-0
https://www.epiphan.com/store/avio-hd/

(https://inogeni.com/product/hdmi-dvi-to-usb-3 can not convert 
analogue to digital. Therefore can not be used with a passive VGA to 
DVI adapter.)

USB in a disused Mac might work. For a PC with Debian buy the USB 
adapter sold or recommended by the vendor of the converter.

Additional tips always welcome.

Thanks,   ... P.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: UVC device.

2019-11-17 Thread peter
I've included 5 References.  Lets see what the server does 
with them.  Just for the record, I'm not subscribed.

From: Dan Ritter 
Date: Sun, 17 Nov 2019 12:01:57 -0500
> Recently seen, might be useful for you:
> 
> https://blog.benjojo.co.uk/post/userspace-usb-drivers

Thanks.  

For a nominal charge, Inogeni can adjust firmware to match the top 
resolution emitted by these cameras.  Also, expense appears to be 
acceptable.  By the new year, I might be able to report a nice 
success.

Regards,   ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: UVC device.

2019-11-11 Thread peter
Apologies for the duplicate copy.

From: Dan Ritter
Date: Sat, 9 Nov 2019 08:03:35 -0500
> Step 1: are you using a USB3 port? It says it will not work in a
> USB2 port.

Missed that.  

None of the local shops in Vancouver has a USB 3 adapter card in 
stock.  Amazon and etc. offer them of course.  3.0 is more numerous 
than 3.1 which is > 3.2.   

> Step 2: is your USB3 chipset from Etron or ASMedia? It won't
> work with those.

See following.

> Step 3: Does lsusb show the device?

peter@dalton:~$ lsusb -vs 005 | head
Couldn't open device, some information will be missing

Bus 003 Device 005: ID 1164:f533 YUAN High-Tech Development Co., Ltd 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.10
  bDeviceClass  255 Vendor Specific Class
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  
The full output is at http://easthope.ca/lsusb.vs5.txt .  UVC not 
mentioned.

> Step 4: Why do you think it's UVC compliant? 

Naive assumption that USB + video = UVC.

> I didn't see it in
> the manual, and discussion on the web mostly seems to be about
> how mediocre the thing is when it works, always on Windows
> systems. StarTech doesn't even mention Mac OS, and I think that
> they would do that if it were at all honest for them to claim
> support.

Management by committee.  I suggested the Startech USB32VGCAPRO which 
shows Mac support.  
https://www.startech.com/AV/Converters/Video/usb-3-capture-device-vga~USB32VGCAPRO

Staples doesn't sell that but lists the Startech USB3HDCAP.  Someone 
decided to substitute.  (This is the public sector. Throw money until 
something works or the administration loses interest.)

We should aim for an adapter claiming to support UVC and Linux.  
Two examples.
https://inogeni.com/product/vga-to-usb-3-0
https://www.epiphan.com/store/avio-hd/

(https://inogeni.com/product/hdmi-dvi-to-usb-3 can not convert 
analogue to digital. Therefore can not be used with a passive VGA to 
DVI adapter.)

USB in a disused Mac might work. For a PC with Debian buy the USB 
adapter sold or recommended by the vendor of the converter.

Additional tips always welcome.

Thanks,   ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Bullying; was: Re: Authentication for telnet.

2019-12-09 Thread peter
From: Greg Wooledge 
Date: Wed, 2 Oct 2019 09:11:55 -0400
> They gave you the rope and the instructions.  It's up to you to actually
> tie the noose around your own neck.
> 
> Just delete the stupidly obvious this-line-is-commented-out-on-purpose
> token, and then reload inetd.  If you don't know how to do those things,
> or if you can't figure this out just by glancing at the configuration
> file, then you have zero business f.. with telnetd.

Violation of https://www.debian.org/code_of_conduct part 1 and of 
https://www.debian.org/MailingLists/#codeofconduct .

> They didn't even bother putting a comment in the script, ...

## telnet ... is a comment.  Although ## is styled as formal 
syntax. Why not just prefix the telnet line with "#" and add a comment 
such as 
# telnet is commented out in case you installed it but don't really want 
# to use it. If you really, really ... really want to use it, remove the "#".

> telnetd is INSECURE and SHOULD NOT BE USED unless you have ... 
> EXPLICITLY STATED reason.

Where is that policy published?  Where should the description of use 
be submitted for approval?  

A session is routinely opened with xterm, gnome-terminal, lxterm and 
etc. without authentication.  Why is authentication so necessary for 
"telnet localhost"? At least a little cognizance of 
https://www.debian.org/code_of_conduct , part 2, might be exercised.

As far as my question is concerned, telnetd is in Debian but the 
client is not specific to Debian.  According to 
https://wiki.debian.org/DebianMailingLists , "Debian lists are for 
discussion of Debian issues. Discussion of other distributions, or 
other operating systems, unless related to a Debian issue, are 
inappropriate."  Therefore discussion of the telnet client involved in 
my query is questionable.  The trouble with mentioning the client is 
that too many will forget the question and dash to a flame war.

> I'm adding you to the same file that the illustrious Mr. Owlett is in, ...

Finally!  Good!  =8~)  Here are a couple of links which might help.
https://en.wikipedia.org/wiki/Bullying 
https://www.stopbullying.gov/
A family doctor can refer to professional counselling.

Meanwhile, from https://www.debian.org/intro/organization .
"Mailing Lists Administration and Mailing List Archives ... 
member  Alexander Wirt 
member  Cord Beermann 
member  David Moreno Garza 
member  Don Armstrong 
member  Joey Schulze 
member  Martin Zobel-Helas 
member  Pascal Hakim"

With any luck, at least one of these noticed the message cited at the 
top and took appropriate action.

Regards,  ... Peter E.





-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Unidentified subject!

2019-10-20 Thread peter
 
In-Reply-To: 
Subject: Re: Persistent names for audio devices.

IMHO
>> systemd provides a sane means to assign a human-chosen persistent name
>> to a network interface.

From:   Reco , Sun, 20 Oct 2019 14:41:37 +0300
> And the problem that you're trying to solve by such "predictable" audio
> devices is?

AUDIODEV=hw:0,0 play MY/m85.WAV
# No sound.  =8~|

AUDIODEV=hw:1,0 play MY/m85.WAV
# Sound.  =8~)

Tomorrow, after power cycling,
AUDIODEV=hw:1,0 play MY/m85.WAV
# No sound.  =8~|

AUDIODEV=hw:0,0 play MY/m85.WAV
# No sound.  =8~(

AUDIODEV=hw:2,0 play MY/m85.WAV
# Sound.  =8~/

After power cycling again,
AUDIODEV=hw:2,0 play MY/m85.WAV
# No sound.  >8~(

AUDIODEV=hw:0,0 play MY/m85.WAV
# Sound.  >8~/

Etc. ...

Regards,  ... Peter E.





-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Persistent names for audio devices.

2019-10-20 Thread peter
From:   Reco , Sun, 20 Oct 2019 18:23:08 +0300
> Mail headers are mangled,

Yah, sorry.

> User-Agent: Mutt/1.10.1 (2018-07-13)

Textual MUAs aren't outside possibility.

> AUDIODEV=dmix:CARD=PCH,DEV=0 play MY/m85.WAV

Good.

Meanwhile,
peter@joule:/home/peter$ aplay -L | grep dmix:CARD=L
dmix:CARD=Live,DEV=0
dmix:CARD=Live,DEV=1
dmix:CARD=Live,DEV=2

Try the second DEV,
AUDIODEV=dmix:CARD=Set,DEV=1 play MY/m85.WAV
ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave
play FAIL sox: Sorry, there is no default audio device configured

And the third,
AUDIODEV=dmix:CARD=Set,DEV=2 play MY/m85.WAV
ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave
play FAIL sox: Sorry, there is no default audio device configured

No option to list _configured_ devices?  Maybe refer to /proc/asound/Device/.

> The way I see it, there's no need for these "predictable audio devices
> names", they are here already.

"dmix:CARD=PCH,DEV=0" could be a name in a hardware manual
published in 1970. I'd still prefer to call a USB headset "USBheadset". 

> A viable alternative is to install and use pulseaudio, of course.

Installed it but don't see how it facilitates a text 
command to play a WAV.

Thanks for the reply,... P.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Persistent names for audio devices.

2019-10-20 Thread peter
From:   Reco , Sun, 20 Oct 2019 20:57:52 +0300
> So, does it work?

Yes.  At present dmix:CARD=Live,DEV=0 produces sound.

dmix:CARD=Live,DEV=1
and 
dmix:CARD=Live,DEV=2
do not produce sound at present.

> Try hw:CARD=Set,DEV=1. 

Will be trying it this week.  Thanks.

> The reason why dmix fails you escapes me
> currently. Certain software (like pulseaudio) can hold the sound card
> exclusively, could be the case.

Accepted.

> Yet they are predictable the same way udev makes NICs predictable.

In the recent months I observe that some days "AUDIODEV=hw:0,0 play MY/m85.WAV" 
alone produces sound and other days "AUDIODEV=hw:1,0 play MY/m85.WAV" 
alone produces sound. We should say the name is predictable but function is 
not.  

I know about udev and NICs.  For years udev has provided an interface 
using the Ethernet adapter on the motherboard. Similar interfaces 
using Belkin and Linksys USB-Ethernet adapters.  These interfaces are 
reliable.  They always work with the names assigned by udev.

> Whenever it's aesthetic is in the eye of the beholder.

Accepted.  Will happily give up aesthetics.  Whatever the name, 
the device should work.

> They give you pulseaudio for that.

OK, thanks.  Will try it with fingers crossed.  =8~)

I enjoyed reading https://wiki.debian.org/NetworkInterfaceNames .
Partly for the history. Logically, device identity should be settled 
at the system level rather than application level?  Hence 
systemd.link?  I guess it's just a matter of time.

> sox  -t pulseaudio
> 
> And, since you're talking WAV - paplay  .

Will try those also.  With any luck, later this week.

Thanks!... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: buster, ekiga.

2019-10-24 Thread peter
From: Robin Krahl , Fri, 19 Jul 2019 20:12:58 +0200
> Ekiga has been removed as the last upstream release was in 2013, see:
>   https://tracker.debian.org/pkg/ekiga
>   https://tracker.debian.org/news/1004860/removed-401-9-from-unstable/
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911593
> Most likely it wont come back to Debian.  You might want to have a 
> look
> at alternatives, for example empathy.

OK, thanks.  Empathy is installed in Debian 10 here but still fails 
to recognize the contact list.  

Also https://wiki.gnome.org/Apps/Empathy has this sentence.
"Empathy is currently no longer in development (see also Attic/Unmaintained)."

In gnome-contacts-l...@gnome.org was a comment that Empathy is being removed 
from GNOME but I can't offer a reference for that.  gnome-contacts-list is no 
longer listed in https://mail.gnome.org/mailman/listinfo .

Conclusion: no VoIP application is working in Debian 10 here.  New information 
is welcome of course.

Regards,      ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Wine usage; was Re: TWAIN in Debian 10.

2019-10-25 Thread peter
From: Dan Ritter
Date: Fri, 16 Aug 2019 12:15:24 -0400
> You might manage to get the Windows TWAIN software to run in
> WINE, or if you have a Windows 95/98 virtual machine, that would
> probably work.

"hwinfo --scsi" reports this for the JVC camera.

20: SCSI 06.0: 10680 Storage Device
[Created at scsi.1783]
Unique ID: olmp.0cgEuxP19dC
Parent ID: oxTw.8Wc+vtM+OBC
SysFS ID: /class/scsi_generic/sg2
SysFS BusID: 0:0:6:0
Hardware Class: unknown
Model: "JVC KY-F70"
Vendor: "JVC"
Device: "KY-F70"
Revision: "1.00"
Driver: "advansys"
Driver Modules: "advansys", "advansys"
Device File: /dev/sg2
Device Number: char 21:2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #10 (SCSI storage controller)

In Debian, created directory /home/peter/JVC, copied the contents of 
the installer diskette there and in winecfg declared the JVC directory 
as the A: drive.  Also in winecfg, set the system to Windows 98. 

Then did "wine A:/SETUP.EXE" yielding a fault with this backtrace.

Unhandled exception: page fault on read access to 0x00c2 in 32-bit code 
(0x7f5c1241).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
 EIP:7f5c1241 ESP:0065f600 EBP:0065f658 EFLAGS:00010202(  R- --  I   - - - )
 EAX:00c2 EBX:7f612eec ECX: EDX:003b
 ESI:008e EDI:7f5b8892
Stack dump:
0x0065f600:     
0x0065f610:     0001
0x0065f620:   0001 0001 0065f7f4
0x0065f630:  0005   b5c9c000
0x0065f640:    7f5c0adb 7f612eec
0x0065f650:  0065fac0 0065f7f4 0065f688 7f5c1c8a
Backtrace:
=>0 0x7f5c1241 (0x0065f658)
  1 0x7f5c1c8a (0x0065f688)
  2 0x7bc46338 (0x0065f6f8)
  3 0x7bc855ce (0x0065f758)
  4 0x7bc85ab6 (0x0065f7d8)
  5 0xdeadbabe (0x0065fb38)
  6 0x7f5f4e21 (0x0065fb88)
  7 0x7f5df131 (0x0065feb8)
  8 0x7f5e95b4 (0x0065fed8)
  9 0x7bc82d10 (0x0065feec)
  10 0x7bc862c9 (0x0065ffdc)
  11 0x7bc82d02 (0x0065ffec)
0x7f5c1241: cmpw$64,0x0(%eax)
Modules:
Module  Address Debug info  Name (13 modules)
PE  7b42-7b5d   Deferredkernel32
PE  7bc1-7bc14000   Deferredntdll
PE  7ef3-7ef39000   Deferredmsacm32
PE  7ef6-7ef64000   Deferredrpcrt4
PE  7f00-7f028000   Deferredole32
PE  7f14-7f1b8000   Deferredwinmm
PE  7f28-7f28b000   Deferredmpr
PE  7f35-7f354000   Deferredimm32
PE  7f63-7f634000   Deferredversion
PE  7f66-7f664000   Deferredadvapi32
PE  7f6d-7f6d7000   Deferredgdi32
PE  7f81-7f8f7000   Deferreduser32
PE  7ffd-7ffd3000   Deferredwinevdm
Threads:
process  tid  prio (all id:s are in hex)
000e services.exe
00220
001d0
00130
00100
000f0
0011 winedevice.exe
00180
00170
00160
00120
0019 plugplay.exe
001f0
001e0
001a0
001b explorer.exe
00280
00270
00250
001c0
0020 winedevice.exe
00260
00240
00230
00210
0029 (D) C:\windows\system32\winevdm.exe
002b0 <==
002a0
System information:
Wine build: wine-4.0 (Debian 4.0-2)
Platform: i386
Version: Windows 98
Host system: Linux
Host version: 4.19.0-6-686-pae

Similar results for the Windows 95 and NT systems. 

Comments welcome.  Any ideas about settings in winecfg?
Other adjustments?

Thanks,  ... Peter E.
 
-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Wine configuration and result from "wine ./SETUP.EXE".

2019-09-22 Thread peter
Wine configuration > Graphics > Window settings has a checkbox for 
"Emulate virtual desktop". Unnecessary for most applications?  
Graphics window for the application runs within a Debian desktop, 
analogous to winecfg?

cd aDiretory ; wine ./SETUP.EXE 
gave an immediate crash with this backtrace. 
http://easthope.ca/backtrace

Tips?

Thanks,   ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Wine configuration and result from "wine ./SETUP.EXE".

2019-09-25 Thread peter
*   From: Pavel Volkov 
*   Date: Mon, 23 Sep 2019 10:11:33 +0300
> Your link gives error 404.

Thanks Pavel.  Should work better now. http://easthope.ca/backtrace

Firefox displays an ASCII file OK.  Dillo fails to break the lines 
properly.

... P.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Subject: Re: Authentication for telnet.

2019-10-09 Thread peter
From: Charles Curley 
Date: Wed, 9 Oct 2019 10:59:47 -0600
> First, this is a Debian Linux support list, not an Oberon support 
> list.

Yes!  Exactly the right place for a question about telnetd in a 
Debian system.

This illustrates why I tried to avoid mention of Oberon at the outset.  
It's a distraction, not essential to the question.  The telnet client 
might also be in MS Windows running in QEMU in the debian system or in 
FreeDOS in QEMU in the debian system.  They might provide analogous 
contexts.  But the question was about the telnetd server in debian; 
not about the telnet client.

> If you are running a GUI, most desktop environments will allow you to
> have multiple terminal emulators open. Many of those will allow you
> multiple tabs, each with a session open.
> 
> If you are not running a GUI, CTL-ALT-(F1-F6) will allow you up to six
> simultaneous logins.
> 
> There are ways to get more, such as screen.

Please read the message you have replied to again.  Protocols Telnet and SSH 
are 
available; nothing else you mention.

Regards, ... P.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-10 Thread peter
From: David Wright, Thu, 10 Oct 2019 00:18:34 -0500
> telnetd is ancient ...

Recency of development is a criterion for choosing a tool.  (?)

The ball-peen hammer as we know it would have been developed before 1900.
Might have been prior to 1800.  The pneumatic hammer was developed in the 
1920s and '30s.  ( https://en.wikipedia.org/wiki/Air_hammer_(fabrication) )
Therefore we should always choose the pneumatic rather than the ball-peen.  

Recency is minded but shouldn't dictate.

> sshd is ... secure.

This scenario is in one machine which is running shorewall. The LAN 
has another firewall.  What are the risks to the telnet protocol in 
this case?

> Why would you be typing a password after typing ssh localhost?
> Just type:
> 
> $ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys 

Valid point.

Incidently the hyperlinks in my reply to Charles Curley 
( https://lists.debian.org/debian-user/2019/10/msg00479.html ) seem OK.  
The list server is is flummoxed when there are more than 2 or 3 or 4 
References? Then I should insert only two references.  By hasty count, 
6 mouse clicks.

Regards,    ... Peter E.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-09 Thread peter
From: Andy Smith 
Date: Sun, 29 Sep 2019 23:03:14 +
> It is confusing why you would need to do this to localhost as you
> could just type "bash" (or dash or zsh or whatever) to get a new
> shell. So it would help our understanding if you were to explain
> what your use case is for this new interactive shell session.

Oberon has a client for protocol Telnet and a client for SSH. bash, 
dash, sudo, rlogin and many other tools don't exist in Oberon.  I 
avoided discussing this deliberately.  For most readers it's an 
annoying digression; for some will cause mental upset. 

In most Debian situations, once a user is logged in to the system, a 
shell session is opened without a password.  "telnet localhost" is 
analogous to that.  "ssh localhost" is rarely used.  If sitting in a 
public place, be careful that someone isn't watching when you type the 
password.

> So I think we really do still need to know more about your use case.

https://en.wikipedia.org/wiki/Oberon_(operating_system)
https://en.wikibooks.org/wiki/Oberon

I tried to make the orginal question as specific as possible.

Regards,  ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Threading; was: Re: Authentication for telnet.

2019-10-09 Thread peter
DISCLAIMER & WARNING: Threading may still be incorrect.  Tempting as 
this message might be, if incorrect threading upsets you please stop 
reading.  =8~)

To my understanding In-Reply-To and References were added to the 
earlier message correctly but the list server put them in the Web 
based message body as plain text rather than hyperlinks.  The 
Message-id value in the message body is a hyperlink. Does the list 
server need the hyperlinks in the message body to propagate links in 
the next message?  At present I don't have any other explanation.
Documentation wouldn't be a bad idea.  =8~)

From: Andy Smith 
Date: Mon, 30 Sep 2019 15:46:44 +
> You break threads ...

Threading might have been solved back in July as David W. mentioned.
If it was I've forgotten a detail.

Hypothetically the mailing list software might filter out some 
threading syntax errors.  Better to enforce syntax in a clear way than 
to have random errors and complaints.

Regards,    ... Peter E.
-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-04 Thread peter
DISCLAIMER & WARNING: Threading may still be incorrect.  Tempting as 
this message might be, if incorrect threading upsets you please stop 
reading.  =8~)

From: David <mailto:bouncingc...@gmail.com>, Sat, 28 Sep 2019 08:15:07 -0700
> > LXTerminal for example, doesn't require authentication.  Can telnet
> > work similarly?
> ... no-one has a clue what the actual question ...

When quoting my question you must have read it.

> lxterminal runs a GUI application on your host. It
> uses libc so that your CPU can communicate directly with
> your keyboard and screen in the most efficient way possible
> in GUI land.

OK, thanks.  lxterminal has been in routine use here for more 
than five years.  As we are on the subject: does anyone give 
a password to begin every lxterminal session?

> So telnet ... is a tool for using a *network* protocol to
> communicate with a *remote* host.

> telnet manpage says
> ... communication with another host ...

localhost is a special case.  "telnet localhost" is legitimate.

> So that's not efficient at all. Every keystroke goes via the
> network stack, requiring individual client and server
> processes, see https://en.wikipedia.org/wiki/Telnet

In practice, it performs fairly well.  

> So the first puzzle is why you seem to be in some way
> comparing two vastly different things, lxterminal and
> telnet.

Different but both give a "shell session" or "console" or 
whatever the correct name.

> The second puzzle is why you have a legitimate reason
> to 'telnet localhost' because none of us can think of
> a good reason. 

OK, another topic to add here.
https://en.wikibooks.org/wiki/Oberon/A2
It's a wiki.  If interested, please work on it.

> Is this question about software provided by the Debian
> project? Because that is the unspoken assumption here,
> and if that is not the case then then our answers might
> be completely irrelevant.

I might have mentioned that I use some software not in a Debian 
package but many others do also.  Didn't strike me as an essential 
point.  Not even interesting to most readers.  "Authentication for 
telnet" is a fairly specific topic.  Oh well.  Solved now.

Regards,  ... P.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Authentication for telnet.

2019-10-11 Thread peter
From: David Wright 
Date: Fri, 11 Oct 2019 00:12:45 -0500
> Maybe sometime you'd explain why you prefer telnet to ssh.

Several years ago ssh was about 15-20 s connecting whereas telnet 
required less than a second.  Consequently I adopted the habit of using 
telnet with a password.  Recently I wondered about skipping the 
password and posted the original question about authentication.

After the suggestion to use SSH I tried it found it not working.  
A2 was being overhauled; I won't pursue SSH until that settles.

Superimposed on the authentication story was the broken threading 
causing annoyance to me and too many others.  Ideally the syntax 
required for correct threading would be posted in the debian site.   
Otherwise one should aim to study the source for MHonArc?  In dillo, a 
click on the MHonArc link at the foot of a list page gives "Unable to 
get a local issuer certificate.  The issuer certificate of an 
untrusted certificate cannot be found."

> Perhaps you could also restate where you had got to in this thread.
> I assumed that by 4th October you had solved your difficulty with
> options like -L and -a when trying to use your telnet client, and
> that you had managed to authenticate yourself: "Solved now."

The telnet viewer pops open in a few ms with no password request.

> But I also thought you said that you didn't want to have to type a
> password: ...

Correct.  

> Does "Solved now" mean that you had done so already when
> using telnet? 

Yes.  It was solved by following the pointer from Reco.
telnet -a none ...

> The guts of my post was avoiding the password dialogue by adding
> the user's own public key to the list of authorised keys. Perhaps
> I shouldn't have bothered to pose the first question. Too distracting.

I'm watching for a new release of A2 from ETHZ. When that is working, 
will look at SSH again.  If it's fast enough for routine use, will try 
the public key.

> I would counter with a different analogy. Houses in Britain used to have
> 3-lever locks, adequate at the time. Modern 5-lever ones were expensive
> and only available in more limited styles. Nowadays, better security is
> required, so attractive 5-lever locks are more available, relatively
> cheaper (as the market is larger), and demanded by most insurance
> companies or else you're not covered.

I had to read the Wikipedia article about lever locks.  Interesting.  
Here pin tumbler deadbolts are common in older houses.  Upscale new 
construction might favour a newer technology; I know little about 
architecture.   Why do lever locks remain popular?  Pin tumbers 
should be cheaper and more difficult to pick.

> I would have thought you were also more likely
> to meet ssh than telnet in other situations nowadays.
 
Almost all my connections to the outside are via HTTPS.  Hypothetically, 
websitewelcome.com could offer scp but I've never seen it mentioned. 

> > netcat (which I use very frequently) might be subject to the same
> > criticisms. If I were to use it outside my LAN, I'd be inclined to
> > use cryptcat.
> > 
> > Kneejerk reactions against telnetd are not unknown. telnetd is not
> > insecure; its use might be. But I think you are aware of that.

> I don't understand the point you're trying to make. 

That was from Brian.

> By telnetd, do
> you just mean strictly the security of daemon program, or the
> end-to-end communication via the telnet protocol?

I would refer to the daemon as telnetd and client as telnet.  I guess the 
protocol should always be capitalized, Telnet, but one of Yogi Bera's 
favoured quips will apply: in theory, theory and practice are the same; 
in practice they differ.

> BTW I am assuming that by the term telnet people have meant vanilla 
> telnet and not something like telnet-ssl. 

Sensible but isn't telnet-ssl almost extinct?

Regards,   ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Reply to a message in the Web presentation.

2020-02-12 Thread peter
*   From: David Wright 
*   Date: Tue, 11 Feb 2020 14:10:10 -0600
> Er, there was at least one posted here within the last week:
> https://lists.debian.org/debian-user/2020/02/msg00189.html
> That's just one that happened to still be in my inbox.

Interesting, thanks.  Does the header show what MUA issued it?

> Case-sensitivity is a harmless myth that's always being perpetuated,
> it seems.
> 
> RFC 5322 ...

Thanks for that also.  Might have read those sections of 5322 years 
ago.  Long forgotten.

 ... P.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Swaks usage.

2020-01-24 Thread peter
To my understanding the email host in this test is run by 
hostgator.com. The service is purchased from a reseller; the upstream 
provider isn't evident.

TLS starts OK.  Correct?

There is no problem for the Web interface to mail; userid and password 
are correct.  Can the problem be anything other than authentication 
protocol?

Any particular swaks parameters worth trying?

Thanks,  ... P.

swaks -a PLAIN,LOGIN -au peter -ap  -tlsc --port 465 -s 
mail.easthope.ca -t a...@mail.ubc.ca
=== Trying mail.easthope.ca:465...
=== Connected to mail.easthope.ca.
=== TLS started with cipher TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256
=== TLS no local certificate set
=== TLS peer DN="/OU=Domain Control Validated/OU=Hosted by HostGator.com, 
LLC./OU=PositiveSSL Wildcard/CN=*.websitewelcome.com"
<~  220-ccx.websitewelcome.com ESMTP Exim 4.92 #2 Fri, 24 Jan 2020 16:02:23 
-0600 
<~  220-We do not authorize the use of this system to transport unsolicited, 
<~  220 and/or bulk e-mail.
 ~> EHLO dalton.invalid
<~  250-ccx.websitewelcome.com Hello dalton.invalid [142.103.107.137]
<~  250-SIZE 52428800
<~  250-8BITMIME
<~  250-PIPELINING
<~  250-AUTH PLAIN LOGIN
<~  250 HELP
 ~> AUTH PLAIN 
<~* 535 Incorrect authentication data
 ~> AUTH LOGIN
<~  334 VXNlcm5hbWU6
 ~> ...
<~  334 UGFzc3dvcmQ6
 ~> 
<~* 535 Incorrect authentication data
*** No authentication type succeeded
 ~> QUIT
<~  221 ccx.websitewelcome.com closing connection
=== Connection closed with remote host.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Swaks usage.

2020-02-09 Thread peter
From: Celejar 
Date: Sun, 26 Jan 2020 12:07:26 -0500
> Take a look at:
> 
> https://www.hostgator.com/help/article/535-incorrect-authentication-data
> https://stackoverflow.com/questions/14297264/password-not-accepted-from-server-535-incorrect-authentication-data-when-send/44564332#44564332
> https://github.com/PHPMailer/PHPMailer/issues/1074

OK, thanks.  Also found this on the mail server.

 Secure SSL/TLS Settings (Recommended)
Username:   .@.ca
Password:   Use the email account’s password.
Incoming Server:mail.east.ca

IMAP Port: 993 POP3 Port: 995 

Outgoing Server:mail.east.ca

SMTP Port: 465 

IMAP, POP3, and SMTP require authentication.


The -au parameter in the earlier swaks command was wrong.  This succeeds.

peter@dalton:/home/peter$ swaks -a PLAIN,LOGIN -au pe...@east.ca \
-ap  -tlsc --port 465 -s mail.east.ca
=== Trying mail.east.ca:465...
=== Connected to mail.east.ca.
=== TLS started with cipher TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256
=== TLS no local certificate set
=== TLS peer DN="/OU=Domain Control Validated/OU=Hosted by HostGator.com, 
LLC./OU=PositiveSSL Wildcard/CN=*.websitewelcome.com"
<~  220-ccx.websitewelcome.com ESMTP Exim 4.92 #2 Sun, 09 Feb 2020 09:05:11 
-0600 
<~  220-We do not authorize the use of this system to transport unsolicited, 
<~  220 and/or bulk e-mail.
 ~> EHLO dalton.invalid
<~  250-ccx.websitewelcome.com Hello dalton.invalid [142.103.107.137]
<~  250-SIZE 52428800
<~  250-8BITMIME
<~  250-PIPELINING
<~  250-AUTH PLAIN LOGIN
<~  250 HELP
 ~> AUTH PLAIN 
 <~  235 Authentication succeeded
 ~> MAIL FROM:
<~  250 OK
 ~> RCPT TO:
<~  250 Accepted
 ~> DATA
<~  354 Enter message, ending with "." on a line by itself
 ~> Date: Sun, 09 Feb 2020 07:05:11 -0800
 ~> To: pe...@east.ca
 ~> From: peter@dalton.invalid
 ~> Subject: test Sun, 09 Feb 2020 07:05:11 -0800
 ~> Message-Id: <20200209070511.004076@dalton.invalid>
 ~> X-Mailer: swaks v20181104.0 jetmore.org/john/code/swaks/
 ~> 
 ~> This is a test mailing
 ~> 
 ~> 
 ~> .
<~  250 OK id=1j0o92-001FBJ-6E
 ~> QUIT
<~  221 ccx.websitewelcome.com closing connection
=== Connection closed with remote host.

Also works with the "-s ccx.websitewelcom.com".  There must be some 
advantage to the account specific server name.

Thanks,  ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Reply to a message in the Web presentation.

2020-02-11 Thread peter
This is a deliberate 2nd copy of a message.  In-Reply-To is omitted 
from the header to test threading.

Andrei,

*   From: Andrei POPESCU 
*   Date: Mon, 10 Feb 2020 21:43:11 +0200
> Without In-Reply-To a mail reader has no way to which message the reply 
> belongs, so it's more important than References.

Please look at the Web view of your reply.  (If your mailer linkifies 
this URL, click on it.  Otherwise open your browser and copy-paste 
this URL.) https://lists.debian.org/debian-user/2020/02/msg00375.html

In-reply-to and References identifiers are identical. 
Both are E1j1Dus-00018Y-T8@dalton.invalid.  Correct?

A Web page isn't email but the Web presentation is consistent with 
https://tools.ietf.org/html/rfc5322#section-3.6.4 , Identification Fields. [*]
Here is an excerpt.
> The "In-Reply-To:" field will contain the contents of the
> "Message-ID:" field of the message to which this one is a reply (the
>  parent message"). ...
> 
> The "References:" field will contain the contents of the parent's
> "References:" field (if any) followed by the contents of the parent's
> "Message-ID:" field (if any). 

The RFC also mentions the unusual case of a reply to multiple parents.
> If there is more than one parent message, then the "In-Reply-To:" 
> field will contain the contents of all of the parents' "Message-ID:" 
> fields.
But the paragraph for References neglects that case. ("parents'" vs. 
"parent's")  >8~(  In debian lists, I've never noticed an instance of 
multiple identifiers for the In-reply-to field.  If you find one, 
please post a link.  (For my taste, one parent per reply is enough.  
Multiple replies for multiple parents.) So, provided a reply is to 
only one parent, the last identifier of References is identical to the 
identifier of In-Reply-To.

OK, I'll rise to the bait.  Will send a variant of this reply with the 
In-Reply-To field omitted from the header.  If the list software 
parses References cleverly, it will thread both cases the same.  =8~)  
If the software requires In-Reply-To, the thread will be broken in the 
variant.  >8~(

Regards, ... P.

[*] Except that the mailing list has "In-reply-to" whereas the RFC 
sticks to "In-Reply-To".  Not too harmful.
-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Reply to a message in the Web presentation.

2020-02-11 Thread peter
Andrei,

*   From: Andrei POPESCU 
*   Date: Mon, 10 Feb 2020 21:43:11 +0200
> Without In-Reply-To a mail reader has no way to which message the reply 
> belongs, so it's more important than References.

Please look at the Web view of your reply.  (If your mailer linkifies 
this URL, click on it.  Otherwise open your browser and copy-paste 
this URL.) https://lists.debian.org/debian-user/2020/02/msg00375.html

In-reply-to and References identifiers are identical. 
Both are E1j1Dus-00018Y-T8@dalton.invalid.  Correct?

A Web page isn't email but the Web presentation is consistent with 
https://tools.ietf.org/html/rfc5322#section-3.6.4 , Identification Fields. [*]
Here is an excerpt.
> The "In-Reply-To:" field will contain the contents of the
> "Message-ID:" field of the message to which this one is a reply (the
>  parent message"). ...
> 
> The "References:" field will contain the contents of the parent's
> "References:" field (if any) followed by the contents of the parent's
> "Message-ID:" field (if any). 

The RFC also mentions the unusual case of a reply to multiple parents.
> If there is more than one parent message, then the "In-Reply-To:" 
> field will contain the contents of all of the parents' "Message-ID:" 
> fields.
But the paragraph for References neglects that case. ("parents'" vs. 
"parent's")  >8~(  In debian lists, I've never noticed an instance of 
multiple identifiers for the In-reply-to field.  If you find one, 
please post a link.  (For my taste, one parent per reply is enough.  
Multiple replies for multiple parents.) So, provided a reply is to 
only one parent, the last identifier of References is identical to the 
identifier of In-Reply-To.

OK, I'll rise to the bait.  Will send a variant of this reply with the 
In-Reply-To field omitted from the header.  If the list software 
parses References cleverly, it will thread both cases the same.  =8~)  
If the software requires In-Reply-To, the thread will be broken in the 
variant.  >8~(

Regards, ... P.

[*] Except that the mailing list has "In-reply-to" whereas the RFC 
sticks to "In-Reply-To".  Not too harmful.
-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Reply to a message in the Web presentation.

2020-02-11 Thread peter
Andrei,

Now we can see the result of the test.  

Messages
https://lists.debian.org/debian-user/2020/02/msg00416.html
and
https://lists.debian.org/debian-user/2020/02/msg00420.html
both thread back to your reply which threads back to my original 
message.  They have the same References.  416 was issued with an 
In-Reply-To field; 420 was issued without In-Reply-To.

So, for a 2nd reply at least, the list software maintains the thread 
without In-Reply-To.  Consistent with casual observations a few years 
back.

We might hypothesize a problem in a later generation. Then do further 
tests or study the source.  =8~(  At present I'm not so eager.

This is a nice example of "Less is More".
https://en.wikipedia.org/wiki/Minimalism_(computing)

Thanks for challenging my claim.  Without your reply I probably 
wouldn't have made the test.

Regards,   ... P.
   



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Reply to a message in the Web presentation.

2020-02-10 Thread peter
From: David Wright 
Date: Fri, 11 Oct 2019 00:18:27 -0500
> But your threading has improved after a poor patch earlier this month
> when the magnifying glasses were being pasted inside the links' < >
> again.

Syntax for threading is fairly simple really; but probably not obvious 
to someone new to the list.  After not using it for a year or two I 
forget the details.  I've expanded this section.  
https://wiki.debian.org/DebianMailingLists#Message_Threading_and_Replying
If someone can improve further, good.

Given that References includes the In-Reply-To identifier, I'm not 
sure In-Reply-To  is necessary for threading.  Might test one of 
these weeks; at the cost of a little more aggravation to readers.  =8~)

The message archive is public information but if you don't want your 
message cited,  another example can be found.  Anyone can edit.  Or 
notify that you want it changed.

From: David 
Date: Wed, 2 Oct 2019 00:54:19 +1000
> ... the worst effect of community-parasites (trolls, help vampires, 
> etc) is when they trigger conflict amongst the active, contributing, 
> valuable members of the communities that they feed off.

Yes, people tend to follow the easiest path.  Initiative and proactive 
effort are unusual.  Many pages in wiki.debian.org are undeveloped and 
many have typographical and wiki syntax errors.  A reader has to 
wonder how many others have ignored an easily fixed error or abandoned 
reading rather than spend a few minutes to make an improvement. 
Thousands? Tens of thousands?  That's human nature.  Too little 
tolerance of human nature, can lead to the life of a grouchy old 
curmudgeon.
  ... P.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



MathML in HTML5 in Firefox.

2020-01-11 Thread peter
Hi,

peter@joule:~$ dpkg -l | grep firefox
ii  firefox-esr  68.3.0esr-1~deb10u1  i386  Mozilla Firefox web browser - 
Extended Support Release (ESR)

Should MathML work with firefox as installed?  This should display 
a 3x3 matrix.




 test




 
D 
= 
 
 
0ab 
a0a 
ba0 
 
 





Also installed the Native MathML Extension and Firefox still doesn't render 
the matrix.  Ideas?

Thanks,   ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re (2): Jittery desktop mode.

2020-01-22 Thread peter
From:   Will Mengarini 
Date:   Mon, 20 Jan 2020 09:49:21 -0800
> This seems more like an incipient hardware failure than a software
> bug.  I've been living with a flaky Logitech optical mouse for years,
> and when stuff like this starts happening, I can usually make it
> stop by unplugging the mouse then plugging it back in.  Sometimes
> it takes several tries, or various forms of percussive engineering.

Thanks!  Replaced the old PS-2 mouse with a USB yesterday a.m. 
and haven't seen the problem since.  I should have thought of 
hardware.  Solid state junctions degrade until one of them 
develops intermittent failures depending on temperature?

> You might find relevant error messages in .

OK; will compare broken and working cases.

Thanks again, ... P.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Ancilliary server accesses by browser.

2020-03-30 Thread peter
From: David Wright 
Date: Fri, 20 Mar 2020 20:23:19 -0500
> I don't know what behaviour/issue you're chasing down, so I'll just
> post how I typically save web pages.

>From the original message,
> Opening a Web page can cause a browser to refer to an ancilliary 
> server; 
> ... I'm interested to log these accesses in a file. 

And dsr answered,
> Firefox and Chrome both have developer tools which will start
> and stop such logging for you; look in their menus under Web
> Developer (FF) and More Tools > Developer Tools (Chrome).

That opens a report below the Web view.  My description won't do it 
jusrtice but, if you have Firefox, clicking Web Developer > Network 
requires only a few ms.  "A picture is worth a million words."

From: David Wright 
> 4) Extended screenshot. RightClick on page, select Take a Screenshot,
>click on Save Full Page, click on Download.

That works on the Web view.  A right click on the Network report has 
no effect.

I'll make do with a plain old shot of the whole screen.

> I'm not familiar with HAR, so I googled it. The wiki page has external
> references, one of which points to https://www.youtube.com/watch?v=FmsLJHikRf8
> Does this help?

Limited connectivity now.  Will look at the video when conditions improve.  

HAR and JSON are secondary to my question.  I wondered whether the HAR 
file contained the same information as the Network display.  To the 
best of my understanding HAR abbreviates HTML archive.  Apparently 
recorded in JSON.  https://en.wikipedia.org/wiki/JSON

Footnote: seems the old References are too old for the list software to 
link the thread.

Regards,  ... P.


-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Ancilliary server accesses by browser.

2020-03-20 Thread peter
From: Dan Ritter 
Date: Mon, 9 Sep 2019 18:31:17 -0400
> Firefox and Chrome both have developer tools which will start
> and stop such logging for you; look in their menus under Web
> Developer (FF) ...

Thanks.  That produces a nice display.  It can be printed from a 
screenshot but for many Web pages the report won't fit on one screen.  
Therefore I wonder about a more direct means to get a hardcopy report.  
These are instructions found by Google. 

1. Go to Menu > Web Developer > Network.
2. Reload the page you want to get the log for.
3. Perform the steps to cause the behavior/issue.
4. Right click > Save All as HAR.
5. Click on Console tab > Select All.
6. Right-Click > Copy Message, and paste it / save on a . txt file.

Makes sense down to 5.  That selects a panel of the display but I want 
a hardcopy similar to the screen after step 3. Ideas?

Syntax of the HAR file is JSON.  How is a HAR normally used?

Thanks!     ... Peter E.

-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Linphone x Zoom.

2020-05-03 Thread peter
A Zoom invitation includes sip:12345678...@zoomcrc.com. When the 
session is open and Linphone is given the URL it reports "Temporarily 
Unavailable".

Does anyone have success with a similar connection?

Thanks,    ... Peter E.





-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Trimming boundary of image in GIMP.

2020-10-08 Thread peter
From: Tixy 
Date: Thu, 08 Oct 2020 08:37:33 +0100
> I've attached screenshots of this...

Same behaviour here until attempting to drag top downward. 

Open GIMP in debian 10,
open a rectangular image,
choose the selection tool (might not be necessary),
Select > All,
grab top boundary and drag downward, (top; not corner)
left and right side boundaries immediately contract inward to make the boundary 
square.

Result visible here.  http://easthope.ca/GIMP.png

Thanks for the replies,... P.


-- 
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Trimming boundary of image in GIMP.

2020-10-07 Thread peter
Until recently the routine for trimming the boundary of an image was,
(1) Select > All,
(2) grab a boundary with pointer and drag it toward the center,
(3) drag other boundaries in a similar way until the desired boundary 
was indicated,
(4) Image > Crop to Selection.  
Done.

Appears that an update since the last time I used GIMP added a new 
feature. (?) Now left and right boundaries are linked with top and 
bottom boundaries. Dragging the top boundary pulls the sides in 
simultaneously. =8~(

There must be cases where that is helpful but what if the objective is 
to change only one boundary?  The top for example.  I've tried 
unlinking Width and Height in Layer > Layer to Boundary Size. No dice.

I've tried holding ,  or  while dragging a boundary. 
No dice.

How is the new feature overridden?

Thx,  ... P.

-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Ownerships in /var/log/.

2020-10-11 Thread peter
All of the files and most of the directories in /var/log/ are owned 
by root.  These are the exceptions.

root@joule:/var/log#   ls -ld {c*,ex*,s*}/
drwxr-xr-x 2 _chrony _chrony  4096 Jul 22  2017 chrony/
drwxr-s--- 2 Debian-exim adm  4096 Oct 11 00:00 exim4/
drwxr-xr-x 2 stunnel4stunnel4 4096 Jul 16  2019 stunnel4/

Comments about the unusual ownerships?

Most of the group ownerships are root or adm.  

root@joule:/var/log# ls -ld *
-rw-r--r-- 1 rootroot 436 Oct 11 13:03 alternatives.log
drwxr-x--- 2 rootadm 4096 Oct 11 00:00 apache2
drwxr-xr-x 2 rootroot4096 Oct 11 13:03 apt
-rw-r--r-- 1 rootroot5831 Oct 11 13:03 aptitude
  ...
  
What determines adm or root?

Thanks,... P.


What determines whether a particular 
file or directory is 


-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Zoom.

2020-10-17 Thread peter
Does anyone have Zoom working in Debian 10?

Here it produces empty windows.  Visible toward the right in this 
screenshot.  http://easthope.ca/Zoom.png

This is the entire output after starting in a terminal and then 
exiting.

peter@joule:~$ zoom 
peter@joule:~$ 

Thx,   ... P.

-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Trimming boundary of image in GIMP.

2020-10-10 Thread peter
From: The Wanderer 
Date: Thu, 08 Oct 2020 16:10:04 -0400
> This sounds as if the rectangle selection tool's "Fixed" option has been
> selected, and set to "Aspect Ratio".

That's it.  The aspect ratio was fixed at 1:1. 

Didn't make the setting deliberately.  Clicked the box when half 
asleep?

Thanks!   ... P.


-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Trimming boundary of image in GIMP.

2020-10-07 Thread peter
From: Tixy 
Date: Wed, 07 Oct 2020 20:24:01 +0100
> I've always used the Rectangle Select tool by press the 'R' key .

Yes, I've used rectangle select for years.  Unfortunately it is now square 
select.
In this GIMP at least.  Is there an aspect ratio setting somewhere?

> I notice that Gimp remembers the last selection tool you used when
> starting up, so maybe that's affecting the behaviour you see? 

Rectangle select can be chosen before any other action.  Unfortunately 
the "rectangle" here is constrained to square.

Thanks, ... P.

-- 
Tel: +1 604 670 0140    Bcc: peter at easthope. ca



Re: Zoom.

2020-10-19 Thread peter
From: Bob McGowan 
Date: Sat, 17 Oct 2020 18:18:18 -0700
> I've seen the browser part only when I click on a link in an email 
> invite.

I shouldn't have included the browser window.  Not really pertinent.

> As for exiting, so long as Zoom considers it a normal exit, it will 
> give an exit status of zero and you will simply see the next prompt. 
> That is as expected.

At least one earlier reply had output in the launching terminal.  Here 
nothing in the terminal.  No exit status.  Nothing.

> More details on exactly what you are doing and how you are getting 
> your environment set up would be helpful. 

Obvious factor: replies mention 64 bit machines.  32 b here.  Anyone 
have Zoom running on a 32 b machine with Debian 10?

LXDE environment here.  Installed strictly according to the 
instructions at zoom.us.  Used apt or apt-get.  Checked all the 
dependancies specified in zoom.us.

I found nothing to configure zoom.  I guess a working zoom window 
might have an edit or preferences button.  No such thing here.

From: A_Man_Without_Clue  
Date: Sun, 18 Oct 2020 12:09:52 +0900 
Message-id:  
> Mine is working fine except it pops up occasionally for no reason. Quite 
> annoying though.

The automatic startup happens here; about every 30 minutes. The window 
is always empty.

Seems I should carefully work through the installation again.  
Wondering whether I am the only person try a 32 bit machine.

Thanks for all the feedback, ... P.



-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Zoom.

2020-10-19 Thread peter
From: Stefan Monnier 
Date: Sun, 18 Oct 2020 11:16:01 -0400
> I use and recommend Jitsi as a Free Software alternative.

1-1 connection or multi-party conference?

Thanks,   ... P.
   

-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Zoom.

2020-10-19 Thread peter
From: Stefan Monnier 
Date: Sun, 18 Oct 2020 11:16:01 -0400
> I use and recommend Jitsi as a Free Software alternative.

1-1 connection or multi-party conference?

Thanks,   ... P.
   

-- 
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Linphone contacts.

2020-09-19 Thread peter
Hi,

In Debian 10, linphone contacts are likely stored in 
~/.linphone-friends.db. Documentation that I've found doesn't explain.

Can some other application extract the contacts as plain text? SQlite?  
What packages are required?

Thanks,  ... Peter E.



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Re: Linphone contacts.

2020-09-20 Thread peter
From: Reco 
Date: Sun, 20 Sep 2020 10:49:52 +0300
> A quick look at linphone's source reveals that it should be sqlite,
> version 3. BTW there's file(1) that could tell you the same:
> 
> file -sL ~/.linphone-friends.db

OK, thanks.

> Install sqlite3, point it to your .linphone-friends.db, execute:
> 
> select * from friends;

Thanks for that also.  

For others who might be interested, a few observations.

https://sqlite.org/cli.html is more complete than the manual.  =8~)

"man sqlite3" and the Web page list meta-commands, also referred to as 
dot-commands. Statements are mentioned but not listed.  

>From the manual,
.schema ?PATTERN?  Show the CREATE statements matching PATTERN

.schema seems to list statements.  ".schema main.*" gives some 
unformatted output. I don't get the question marks.  Delimiters?  
Regular expressionese?

Found all I need from linphone contacts.  Thanks, ... P.
   



-- 
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140Bcc: peter at easthope. ca



Offline systems

2020-09-20 Thread Peter

Hi,

I want to setup a few servers(30+) on  intranet network and NONE(not
even a master server or anything like that) of them having internet access.

What is best approach so I can still install packages on demand ?

Try to make custom repo  ? But in this case what will be the proper 
procedure to update the repo ?


What is your advice ?

Thank you,

Peter




<    1   2   3   4   5   6   7   8   9   10   >