Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Alexandre GRIVEAUX
Hi,

Maybe a firmware you need ?
Maybe found inside firmware-linux-nonfree.

Le 05/06/2016 05:16, Gene Heskett a écrit :
> Greetings all;
>
> Running it from the cli, I fand a channel scan is 100% errors because it 
> cannot tune a tuner it knows nothing about, in this case the "Oren 
> OR51132 VSB/QAM Frontend", and there apparently is nothing of that 
> package even installed.  Nor is it findable in the repo's.
>
> This is the support stuff for the pcHDTV3000 tv card.
>
> This is not in the package supplied with the card, and never was, but its 
> been part of the kernel since Hectors grandpa was a puppy!
>
> Is there some reason it is not part of the kernel install on debian?  It 
> has been present and usable in every distro I had installed for at least 
> a decade.
>
> Why not debian?
>
> Cheers, Gene Heskett



aarch64 qemu workaround

2016-06-05 Thread Mike
Folks,

I've been having a terrible time attempting to get debian to install into a
qemu aarch64 environment. It appears that this is an issue that has been
around for some time, though the only information I can find on it seems
dated.

https://gmplib.org/~tege/qemu.html

Scrolling down to the aarch64 section describes the situation. Has this
gotten any better? Is there a better workaround? I was hoping to be able to
automate this, but that's a pretty nasty hack just to get Debian up and
running.

Best,

Mike


Re: aarch64 qemu workaround

2016-06-05 Thread Christian Seiler
On 06/05/2016 09:43 AM, Mike wrote:
> https://gmplib.org/~tege/qemu.html
> 
> Scrolling down to the aarch64 section describes the situation.

Is what is describe there for aarch64 actually that bad? Having to
modify /etc/initramfs-tools/modules seems to be not too bad of a
thing to me... You could probably even preseed the installer with
a custom command, see [1] for details.

On the other hand - what do you want to use emulated aarch64 for?
Do you really need to have a full emulated system, to test the
kernel etc.? Or would a chroot be sufficient?

Because what works _really_ well with aarch64 is qemu-user, i.e.
running aarch64 binaries directly on your local system. There's a
nice tool called qemu-debootstrap with which you can automatically
create a chroot with a different architecture. Some are supported
better than others [2], but for aarch64 I've only had good
experiences with it. For example,

qemu-debootstrap --arch=arm64 sid aarch64-chroot

works out of the box. (jessie as well as sid.)

You can the just chroot into that,

chroot aarch64-chroot /bin/bash

and install stuff you like (just like any other regular chroot).
(Probably want to edit /etc/apt/sources.list first and copy
/etc/resolv.conf from your host system though.) The same caveats
that apply for normal chroots also apply here - and as with
regular chroots, I'd recommend using schroot to manage them once
they're set up. (Or use them as basis for pbuilder, if you want
to build Debian packages. Or both.)

Obviously anything that is related to hardware access won't work
in there (because no full system is emulated), but it's great
for e.g. compiling software - and it's a bit faster than using
the system emulator, because it just emulates the program's CPU
instructions and translates syscalls, it still uses your host's
kernel.

Regards,
Christian

[1] https://www.debian.org/releases/stable/arm64/apbs05.html.en#preseed-hooks
[2] Regarding only official ports: for ppc64el, you need to
export QEMU_CPU=POWER8; on powerpc (32bit) some floating
point instructions aren't properly emulated (it causes
trouble with software compiled with -mpowerpc-gpopt); and
the posix_fadvise() syscall is not mapped correctly on
some 32bit platforms (armel, armhf, powerpc and mips; on
mipsel it works though, funnily enough), but the aarch64
qemu-user port is in very good shape, from my experience.



Re: libreCAD, can't find help docs

2016-06-05 Thread Curt
On 2016-06-03, Gene Heskett  wrote:
> Greetings all;
>
> Wheezy, i386.
>
> libreCAD looks like a simple enough cad I could learn how to use but it 
> cannot find its help docs.

Did you give the built-in help system a try?

> I do not see a separate docs package in the repo's.
>
> Does anyone have a clue where they might be found?
>
> Thanks all.
>
> Cheers, Gene Heskett


-- 
Hypertext--or should I say the ideology of hypertext?--is ultrademocratic and
so entirely in harmony with the demagogic appeals to cultural democracy that
accompany (and distract one’s attention from) the ever-tightening grip of 
plutocratic capitalism. - Susan Sontag



Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 03:02:10 Alexandre GRIVEAUX wrote:

> Hi,
>
> Maybe a firmware you need ?
> Maybe found inside firmware-linux-nonfree.
>
That entry seems to be empty.

However, I did find it. 3 files from the tarball from pchdtv.com,  were, 
when it was last built in Feb 2005, that are supposed to be put 
in /lib/hotplug/firmware, are now, like all their ilk, in /lib/firmware 
as 
-rw-r--r-- 1 root root 12772 Feb 25 22:46 dvb-fe-or51132-qam.fw
-rw-r--r-- 1 root root 17532 Feb 25 22:47 dvb-fe-or51132-vsb.fw

I now believe I have all the modules showing in an lsmod:
gene@coyote:/lib/firmware$ lsmod |grep tuner -
tuner_simple   21273  2 
tuner_types16409  1 tuner_simple
tuner  25658  2 
v4l2_common12995  3 tuner,cx8800,cx88xx
videodev  130540  4 tuner,cx8800,cx88xx,v4l2_common
i2c_core   50108  17 
drm,cx88_dvb,tuner,drm_kms_helper,tda8290,tda9887,i2c_algo_bit,cx88_vp3054_i2c,cx8800,cx88xx,v4l2_common,tveeprom,nouveau,tuner_simple,or51132,i2c_nforce2,videodev

And I was able to modprobe the or51132.ko from the kernel tree, but that 
made no difference in the reported error.  Which is:

Using DVB device 0:0 "Oren OR51132 VSB/QAM Frontend"
tuning ATSC to 57028000
inv:2 mod:7
ERROR tuning
: Inappropriate ioctl for device
Frontend closed
dvbsi: Cant tune DVB

For each channel in the Atsc us table, in this case shown, channel 2, 
wash, rinse, repeat for all other channels.  This is running a channel 
scan from kaffeine.  The channel scan, if kaffeine was launched from a 
bash shell, also runs at a higher rate such that even if the 
command "ioctl" was correct, the error comes back and cancels the 5 
second timeout in approximately .75 seconds, no where near enough time 
for this card to achieve a signal lock and show a picture.

I know this worked in the previous ubu 10-04 LTS's version of kaffeine, 
8.6 IIRC, and this is 8.7 and doesn't work.

pcHDTV's own dtvscan does work, finding all the local on air channels and 
reporting their signal strength ok. All the rest of the test utils that 
came on the cd, dtvsnr and dtvsignal also work as expected.  But even if 
I feed kaffeine with the data that should at least tune it, no signal is 
detected because the console has logged that same error as above, but 
for channel 5.
xawtv's scanner, wscan also failed but for other reasons I don't have in 
the bash history now, and since it was junk I had it removed.

Based on that, I am pointing my finger at the newer kaffeine now.  But 
its been years since I've filed a bug. No clue how to do it on wheezy at 
what could be considered this late date.  Or has someone else done that, 
and found a fix?

[...]

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: libreCAD, can't find help docs

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 05:17:13 Curt wrote:

> On 2016-06-03, Gene Heskett  wrote:
> > Greetings all;
> >
> > Wheezy, i386.
> >
> > libreCAD looks like a simple enough cad I could learn how to use but
> > it cannot find its help docs.
>
> Did you give the built-in help system a try?
>
That is what it is reporting that it cannot find.

> > I do not see a separate docs package in the repo's.
> >
> > Does anyone have a clue where they might be found?
> >
> > Thanks all.
> >
> > Cheers, Gene Heskett
Thanks.


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: libreCAD, can't find help docs

2016-06-05 Thread Curt
On 2016-06-05, Gene Heskett  wrote:
>> >
>> > libreCAD looks like a simple enough cad I could learn how to use but
>> > it cannot find its help docs.
>>
>> Did you give the built-in help system a try?
>>
> That is what it is reporting that it cannot find.

That is really unfair.

All I can find as a "pis aller" after a quick look is this:

http://wiki.librecad.org/index.php/LibreCAD_users_Manual
https://www.youtube.com/results?search_query=librecad

>> > I do not see a separate docs package in the repo's.
>> >
>> > Does anyone have a clue where they might be found?
>> >
>> > Thanks all.
>> >
>> > Cheers, Gene Heskett
> Thanks.
>
>
> Cheers, Gene Heskett


-- 
Hypertext--or should I say the ideology of hypertext?--is ultrademocratic and
so entirely in harmony with the demagogic appeals to cultural democracy that
accompany (and distract one’s attention from) the ever-tightening grip of 
plutocratic capitalism. - Susan Sontag



Re: Pursuant to my efforts to remove, and update the remaining :amd64 built packages [SOLVED]

2016-06-05 Thread Lisi Reisz
On Sunday 05 June 2016 03:18:38 David Wright wrote:
> On Sat 04 Jun 2016 at 21:11:23 (-0400), Gene Heskett wrote:
> > On Saturday 04 June 2016 17:49:02 Jörg-Volker Peetz wrote:
> > >   aptitude search '~g'
> >
> > And that returns an equally lengthy list, all prefaced with an 'id'.  No
> > clue what that means as I don't believe I have the reference manual.
>
> Not needed. Use the command:
>
> $ aptitude
>
> then type "?" without the quotes and scroll down.
>
> Cheers,
> David.

Thanks, David.  Another of those things that I ought to have known and didn't.  
Most helpful and useful.  I have never got to grips with the aptitude ncurses 
interface.  

Lisi



Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Lisi Reisz
On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
> Based on that, I am pointing my finger at the newer kaffeine now.

Kaffeine-Trinity, I take it?

> But 
> its been years since I've filed a bug. No clue how to do it on wheezy at
> what could be considered this late date.

You can't.  Security fixes only.

Lisi




Replacing duply for backup

2016-06-05 Thread Erwan David
I have my backups done with duply and duplicity.

However duply from stable uses deprecated options of duplicity, and
duply from testing has a bug which obliges to write a gpg passphrase in
clear text. Since bug 807329 has no answer at all, I am looking to
another way to do my backups, which could use all the past backups for
the transition.

What to use ?



Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread Mark Fletcher
On Sun, Jun 5, 2016 at 5:34 AM David Christensen 
wrote:

> On 06/04/2016 04:11 AM, Mark Fletcher wrote:
>
> I assume you've implemented backup, restore, imaging, archiving, etc..
>
>
> dd'ing the 500 GB onto the second SSD should work.
>
>
> But, if it were my box:
>
> 1.  Buy a 16+ GB SSD to use as the i7-920 system drive, install and
> connect to motherboard SATA-0 port (dev/sda), and do a fresh install
> with MBR and three partitions -- ext4 boot, LUKS random key swap, and
> LUKS btrfs root.
>
> 2.  Install the two 960 GB SSD's.  Set up each with GPT partition table,
> one large partition, and LUKS.  Put RAID1 copy-on-write (COW) file
> system on top -- mdadm RAID1 plus btrfs, LVM RAID1 plus btrfs, btrfs
> with RAID1 (if supported), or ZFS on Linux (ZOL) mirror.
>
> 3.  If you choose ZOL, leave space on the system drive, add a fourth
> partition with LUKS, and use it for the L2ARC.
>
> 4. If you're going to use this as a headless SOHO file server, a USB 3.0
> flash drive could work as your system drive.  If you do this and also
> choose ZOL, it would be best to use another USB 3.0 flash drive for the
> L2ARC.
>
>
Thanks all for the comments. So I have one vote for fresh install, one vote
for copy, and one vote for do something completely different and turn the
box into something else because.. RAID. I think.

The box is my main desktop system, and yes it would p*ss me off something
chronic if it went down for any length of time, but it wouldn't be
critical, no revenue loss etc. So backups are good enough. My critical,
revenue-affecting machines are all outside my home. So I don't think I'll
bother going RAID at this time. Also if I understand correctly, this option
would end up reducing my available space from 1.5TB in HDD land to 1TB (or
960GB) in SSD land, which is also a disadvantage.

The LVM idea is useful, and may allow me to put the extra space on the
first disk to good use by potentially combining it with space from the
second disk. I will look into that. Could do that even if I were doing a
fresh install. Thanks for that idea!

I am then faced with the choice of the "Fresh install to new SSD followed
by copy" option or the "cp -a" option. I assume I'd need to have not booted
from the main disk in the latter case because if I had, for example, /dev
would contain  ton of stuff I don't want to / can't copy, ditto /proc etc.
In other words it would be harder to separate what is actually on the old
disk as opposed to in the Linux file system. Whereas if the disk was
mounted somewhere like /mnt copying what is actually on the disk becomes
easier.

I think both these options have one potential pitfall, which is file
ownership after the copy over of stuff I want to salvage from the outgoing
HDD. If I do a fresh install, no guarantee that user IDs will be the same
on the new system as I of course don't remember now what order I installed
stuff in. My regular user ID created during install will no doubt get the
same ID (although even that is not guaranteed as this machine started life
as etch, if I remember rightly, then was upgraded to squeeze, then to
wheezy, and finally to Jessie). And I don't remember exactly when I
installed, for example, mysql in relation to other stuff. So I could have
some fun and games copying stuff over from the old disk to the new from
that perspective. Any clever ploys to deal with that? I suppose avoid the
install and copy from new to old having booted from old is one way, but
then how do I copy only what's actually on the disk eg avoid virtual
filesystems?

The big advantage of the fresh install though is that the install will take
care of grub which is a plus. I could do that manually but would be afraid
of effing it up.

H, much to ponder. Thanks all for your thoughts.

Mark


Re: jessie install cd no network

2016-06-05 Thread e Lpe
>
> If I install it in a Virtualbox machine (with a phisical disk mapped)
> and then I boot with that disk, the network cards work perfectly.


Hi, with Virtualbox under witch os ?

2016-06-03 12:02 GMT+00:00 Javier Marcon :

> Hello, I downloaded the Jessie install cd and added a preseed file to
> automatically install some packages, but running the install cd does not
> recognize the realtek network cards, telling me that no network hardware
> was detected.
>
> If I install it in a Virtualbox machine (with a phisical disk mapped)
> and then I boot with that disk, the network cards work perfectly.
>
> the cards I have are:
>
> javier@javier-System-Product-Name:~$ lspci | grep -i ethernet
> 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
> 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL-8100/8101L/8139 PCI Fast Ethernet Adapter (rev 10)
>
> How can I make the debian installer to automatically boot these modules
> in the kernel?
>
> Thanks,
>
> Javier.
>
>


Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread Felix Miata

Mark Fletcher composed on 2016-06-05 11:40 (UTC):


I think both these options have one potential pitfall, which is file
ownership after the copy over of stuff I want to salvage from the outgoing
HDD. If I do a fresh install, no guarantee that user IDs will be the same
on the new system as I of course don't remember now what order I installed
stuff in. My regular user ID created during install will no doubt get the
same ID (although even that is not guaranteed as this machine started life
as etch, if I remember rightly, then was upgraded to squeeze, then to
wheezy, and finally to Jessie). And I don't remember exactly when I
installed, for example, mysql in relation to other stuff. So I could have
some fun and games copying stuff over from the old disk to the new from
that perspective. Any clever ploys to deal with that?


Before you start, print /etc/passwd and /etc/group. :-)

When forced to create a user during installation, I create user x with passwd 
x, and the first thing I do on first boot is login as root and delete user x. 
I then install mc and do my "tidy up" before creating the group(s) I want and 
then use a script to create users, followed by setting users' initial passwds.

--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/



Re: Improper visuals after update

2016-06-05 Thread Bhasker C V
Just did a dis-upgrade today and everything is back to normal !!!
Thanks all

On Mon, May 30, 2016 at 8:59 PM, Sven Arvidsson  wrote:

> On Sun, 2016-05-29 at 21:38 +0200, Bhasker C V wrote:
> > Hi,
> >
> >   After an update I see that my dialog boxes are looking weird. I
> > cannot
> > describe it but it looks as-if the contrast is lost or the theme is
> > not
> > supported ? The boucing bars have gone missing but mouse over and
> > clicks
> > work. This is especially bad with nm-applet. I use mate desktop
> >
> > If anyone knows please can they  tell me how to get this fixed ?
> >
> > An example image is attached at https://unsee.cc/zisapuge/
>
> I don't use Mate, so it's hard to say from the image what it is
> supposed to look like. Are the fields for username and password not
> rendered, no outlines around what I guess are buttons?
>
> Anyway, some Googling suggests that new Mate packages that hit unstable
> moved to GTK3, so that might result in some changes? Maybe the new
> themes haven't been updated yet?
>
>
> (If you are using unstable (that's a quite important detail to mention)
> you need to read the NEWS and/or changelogs, be patient, and check your
> logs to see what packages changed during the upgrade.)
>
> --
> Cheers,
> Sven Arvidsson
> http://www.whiz.se
> PGP Key ID 6FAB5CD5
>
>


Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread Mark Fletcher
On Sun, Jun 5, 2016 at 9:31 PM Felix Miata  wrote:


> Before you start, print /etc/passwd and /etc/group. :-)
>
> When forced to create a user during installation, I create user x with
> passwd
> x, and the first thing I do on first boot is login as root and delete user
> x.
> I then install mc and do my "tidy up" before creating the group(s) I want
> and
> then use a script to create users, followed by setting users' initial
> passwds.
>
>
/etc/passwd and /etc/group are still the last word in identities in these
latter days of password shadowing and gawd alone knows what else?

(My own research suggests the answer is YES for what users are on the
system and NO for passwords. I'm not doing anything funky like using LDAP
or anything for passwords, just what comes out of the box when you install
Debian)

Mark


Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Jun 05, 2016 at 01:13:18PM +, Mark Fletcher wrote:
> On Sun, Jun 5, 2016 at 9:31 PM Felix Miata  wrote:
> 
> 
> > Before you start, print /etc/passwd and /etc/group. :-)

[...]

> /etc/passwd and /etc/group are still the last word in identities in these
> latter days of password shadowing and gawd alone knows what else?
> 
> (My own research suggests the answer is YES for what users are on the
> system and NO for passwords. I'm not doing anything funky like using LDAP
> or anything for passwords, just what comes out of the box when you install
> Debian)

Yes, usually the encrypted passwords are in /etc/shadow (and in its dark
sister /etc/shadow-. Typically, if the password field in passwd is 'x',
the real thing is in shadow.

The gory details in 'man 5 shadow'

regards
- -- t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAldUK/IACgkQBcgs9XrR2kYvvQCfQ0xK99STqUu2IXG07Ywvlmy0
un4An2dAkEN1dKbdRxt4skYG/pph4Y72
=XuLf
-END PGP SIGNATURE-



Re: libreCAD, can't find help docs

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 05:59:14 Curt wrote:

> On 2016-06-05, Gene Heskett  wrote:
> >> > libreCAD looks like a simple enough cad I could learn how to use
> >> > but it cannot find its help docs.
> >>
> >> Did you give the built-in help system a try?
> >
> > That is what it is reporting that it cannot find.
>
> That is really unfair.

On my part?  Really?  I find entirely too often on linux, that the help 
tut from that menu pulldown is missing an annoying percentage of the 
time.  No biggie to the author, he knows how to run his masterpiece, 
can't you figure it out on your own?  Thats good for the soil when its 
found on the ground behind the male of the bovine specie, but not much 
else.

> All I can find as a "pis aller" after a quick look is this:
>
> http://wiki.librecad.org/index.php/LibreCAD_users_Manual

This I did find, but its for a much newer version 2.0 than what is in the 
repo's.  That repo version is 1.02 according the about, built in 2012.  
So one could say they are a tad out of step. And I don't really see any 
great amount of progress in bringing the repo version up to the docs 
version. Version 2.0 can apparently export in .svg, and .svg's can be 
assigned a scale and made into GCode without any huge hassle.  But the 
repo version cannot, leaving no easy route from its dxf output to 
something that can carve metal.  So, since I don't see a good tut for 
this, and its not able to export in a file format I can use, I'll 
expunge it and continue my search for something usable.

I had hopes that Dan Heeks would finish heekscad, which had a companion 
heekscnc that could spit out useable code, but he jumped ship to work on 
freecad, but to my knowledge heekscnc was not brought along, so freecad 
has no output format that is machine translateable to rs-274-d, that I 
am aware of.

> https://www.youtube.com/results?search_query=librecad
>
> >> > I do not see a separate docs package in the repo's.
> >> >
> >> > Does anyone have a clue where they might be found?
> >> >
> >> > Thanks all.
> >> >
> >> > Cheers, Gene Heskett
> >
> > Thanks.
> >
> >
> > Cheers, Gene Heskett

Thanks for the links, but they don't fit the code I have.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 06:49:18 Lisi Reisz wrote:

> On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
> > Based on that, I am pointing my finger at the newer kaffeine now.
>
> Kaffeine-Trinity, I take it?

Yes.

> > But
> > its been years since I've filed a bug. No clue how to do it on
> > wheezy at what could be considered this late date.
>
> You can't.  Security fixes only.

How about tickling the TDE developers?
>
> Lisi


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread David Wright
On Sun 05 Jun 2016 at 08:30:38 (-0400), Felix Miata wrote:
> Mark Fletcher composed on 2016-06-05 11:40 (UTC):
> 
> >I think both these options have one potential pitfall, which is file
> >ownership after the copy over of stuff I want to salvage from the outgoing
> >HDD. If I do a fresh install, no guarantee that user IDs will be the same
> >on the new system as I of course don't remember now what order I installed
> >stuff in. My regular user ID created during install will no doubt get the
> >same ID (although even that is not guaranteed as this machine started life
> >as etch, if I remember rightly, then was upgraded to squeeze, then to
> >wheezy, and finally to Jessie). And I don't remember exactly when I
> >installed, for example, mysql in relation to other stuff. So I could have
> >some fun and games copying stuff over from the old disk to the new from
> >that perspective. Any clever ploys to deal with that?
> 
> Before you start, print /etc/passwd and /etc/group. :-)
> 
> When forced to create a user during installation, I create user x
> with passwd x, and the first thing I do on first boot is login as
> root and delete user x. I then install mc and do my "tidy up" before
> creating the group(s) I want and then use a script to create users,
> followed by setting users' initial passwds.

I think users and their passwords are the least of the problem.
A fresh install of jessie sets up about 30 system users before
the admin ($UID=1000) gets a look-in. So you can end up with your
email system being owned by statd.messagebus instead of
Debian-exim.Debian-exim for example.

You can diagnose the extent of the problem with a command like:

# find / -mount -not -group 0 -exec ls -ld {} \; -o -not -user 0 -exec ls -ld 
{} \; | less

but fixing it is probably a matter offor ... chown ...

Cheers,
David.



Re: Pursuant to my efforts to remove, and update the remaining :amd64 built packages [SOLVED]

2016-06-05 Thread Jörg-Volker Peetz
Gene Heskett wrote on 06/05/16 03:11:
> On Saturday 04 June 2016 17:49:02 Jörg-Volker Peetz wrote:
> 
>> Gene Heskett wrote on 06/04/16 23:02:
>>> On Saturday 04 June 2016 16:12:30 Jörg-Volker Peetz wrote:
 I'm glad it worked for you.
 Now I'm just curious what

   aptitude search '~c'

 spits out now.

 Regards,
 jvp.
>>>
>>> A rather lengthy list I'll paste, wordwrap off again:
>>>
>>> root@coyote:/var/lib/dpkg# aptitude search ~c
>>> c   brasero 
>>>  - CD/DVD burning application for GNOME c  
>>> brasero-common  
>>>  - Common files for the Brasero CD burning application
>>> and library c   browser-plugin-gnash
>>>  - GNU Shockwave Flash (SWF) player -
>>> Plugin for Mozilla and derivatives
>>
>> 
>>
>>> c   xfdesktop4  
>>>  - xfce desktop background, icons and root menu
>>> manager c   xfprint4
>>>  - Printer GUI for Xfce4 c   xfwm4  
>>>   -
>>> window manager of the Xfce project
>>>
>>> That's all folks!  Thanks JVP.
>>>
>>> Cheers, Gene Heskett
>>
>> All these remnants of previously installed packages can be safely
>> removed from your system in my opinion.
>> If you prefer dpkg, try
>>
>>   dpkg --purge --pending
>>
> Failed, libpixman1.0 has deps from the xorg.server
> root@coyote:/var/lib/dpkg# dpkg --purge --pending
> dpkg: dependency problems prevent removal of libpixman-1-0:i386:
>  xserver-xorg-video-intel depends on libpixman-1-0 (>= 0.21.6).
>  libpixman-1-dev depends on libpixman-1-0 (= 0.26.0-4+deb7u2).
>  xserver-xorg-core depends on libpixman-1-0 (>= 0.21.6).
>  libcairo2:i386 depends on libpixman-1-0 (>= 0.21.6).
> 
> dpkg: error processing libpixman-1-0:i386 (--purge):
>  dependency problems - not removing
> Errors were encountered while processing:
>  libpixman-1-0:i386
> 

Since the automatism is too reckless, we can use manual control, just purge
packages in "c" state:

  dpkg --purge $(aptitude -F '%p' search '~c')


>> Or heavier, using aptitude
>>
>>   aptitude purge '~c'
> 
> And that wants to behead the system, removing quite a few packages I use 
> frequently, so I gave it a 'n'.
>>
>> but this could try to remove also other automatically installed
>> packages which are not needed by any other package. To get a list of
>> such candidates use
>>
>>   aptitude search '~g'
> 
> And that returns an equally lengthy list, all prefaced with an 'id'.  No 
> clue what that means as I don't believe I have the reference manual.

The packages tagged with "id" are selected to be removed (deinstall).
(aptitude shows in the first column the package status and in the second column
the desired state, just inverted compared to the the output of dpkg).
Since this is a hint for packages no longer needed, better take a closer
look at this list and sort out what's really needed.

For each package you want to keep, change the selection state to "install", for
example for the package libpixman-1-0

  echo "libpixman-1-0  install" | dpkg --set-selections

Now

  dpkg -l libpixman-1-0

should show the package with "ii" at the beginning of the line.

Regards,
jvp.




Re: Replacing duply for backup

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 06:59:41 Erwan David wrote:

> I have my backups done with duply and duplicity.
>
> However duply from stable uses deprecated options of duplicity, and
> duply from testing has a bug which obliges to write a gpg passphrase
> in clear text. Since bug 807329 has no answer at all, I am looking to
> another way to do my backups, which could use all the past backups for
> the transition.
>
> What to use ?

I am a great fan of amanda, and have been using it since the late '90's.
Once configured and running, I can forget about it as the job of making a 
backup becomes just another entry in a crontab. I get an emailed report, 
both from amanda and from my wrappers.  amanda does its own housekeeping 
and record keeping, and recovery is very fast if using virtual tapes 
that are actually directories on another big hard drive.  And the drive 
is about $90 at the vendors for a 1Tb, which I think is very comparable 
to a tape library and 40 or so tapes at something north of $10,000.  And 
in nearly a decade, 50,000% more dependable than tape.  One drive failed 
in a decade, and it warned me in plenty of time to go to town and get 
another.  Zero data loss.

But you will have to get rid of your do a full on Friday's. You tell 
amanda how many days amanda has to do a level0 on everything, and amanda 
will fiddle with the schedule until each nights run saves about the same 
amount of data. Everything else gets an incremental.  So I can do a bare 
metal recovery to a new main drive with nothing more than the install 
dvd, tar and cp to extract last nights copy of the database and amanda 
config that generated that backup, giving amanda the data it needs to do 
its work, and have this system restored to its state as of about 2am 
this morning, all in about 3 hours + the time to go get a new drive from 
Staples.

Whats not to like?

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Replacing duply for backup

2016-06-05 Thread Erwan David
Le 05/06/2016 à 16:27, Gene Heskett a écrit :
> On Sunday 05 June 2016 06:59:41 Erwan David wrote:
>
>> I have my backups done with duply and duplicity.
>>
>> However duply from stable uses deprecated options of duplicity, and
>> duply from testing has a bug which obliges to write a gpg passphrase
>> in clear text. Since bug 807329 has no answer at all, I am looking to
>> another way to do my backups, which could use all the past backups for
>> the transition.
>>
>> What to use ?
> I am a great fan of amanda, and have been using it since the late '90's.
> Once configured and running, I can forget about it as the job of making a 
> backup becomes just another entry in a crontab. I get an emailed report, 
> both from amanda and from my wrappers.  amanda does its own housekeeping 
> and record keeping, and recovery is very fast if using virtual tapes 
> that are actually directories on another big hard drive.  And the drive 
> is about $90 at the vendors for a 1Tb, which I think is very comparable 
> to a tape library and 40 or so tapes at something north of $10,000.  And 
> in nearly a decade, 50,000% more dependable than tape.  One drive failed 
> in a decade, and it warned me in plenty of time to go to town and get 
> another.  Zero data loss.
>
> But you will have to get rid of your do a full on Friday's. You tell 
> amanda how many days amanda has to do a level0 on everything, and amanda 
> will fiddle with the schedule until each nights run saves about the same 
> amount of data. Everything else gets an incremental.  So I can do a bare 
> metal recovery to a new main drive with nothing more than the install 
> dvd, tar and cp to extract last nights copy of the database and amanda 
> config that generated that backup, giving amanda the data it needs to do 
> its work, and have this system restored to its state as of about 2am 
> this morning, all in about 3 hours + the time to go get a new drive from 
> Staples.
>
> Whats not to like?
>
> Cheers, Gene Heskett

Can amanda backyup on a ftp server or google drive ?

That's what I do now.



Re: console fonts and systemd (was ... Re: What can AppArmor do?)

2016-06-05 Thread David Wright
Nowadays I use console-setup (specifically /etc/default/console-setup)
to set up my default console font (with alternatives commented out in
that file so I don't have to look them up).

However, to change fonts on the fly, I use setfont which has the
advantage that you can have different fonts on different VCs.
To make it easier to type the font names precisely (a necessity),
I use a function:
function my-font-usr-share-consolefonts {
local FILENAME=$(basename "$1")
setfont ${FILENAME%%.*}
}
which reminds me to start the argument with /usr/share/consolefonts/,
and then strips what's not necessary before handing it to setfont.
(I'm using bash-completion throughout, obviously).

On Wed 25 May 2016 at 08:04:27 (+1200), cbannis...@slingshot.co.nz wrote:
> So, actually the answer to your question is that I have no idea what font 
> I was running on this system to give the "wee squares"
> 
> If I choose Terminus instead of TerminusBold, then the ’ changes to a sort
> of D shape with a squiggle on top! I'm guessing the char was a right
> side single curly quote, that you posted David?

And here's my observation. When you type real quotation marks (ie ‘’“”),
the correct glyphs appear on the screen. After changing font, those
glyphs turn into different glyphs, but freshly typed quotation marks
appear with the correct glyphs.

I have no idea why this happens, but it does mean that your statement
above needs qualification. The glyphs that change to a sort of D shape
with a squiggle on top, are these glyphs that were already on the
screen before you changed choice, or are they fresh glyphs written afterwards?

Cheers,
David.



Re: Pursuant to my efforts to remove, and update the remaining :amd64 built packages [SOLVED]

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 10:24:13 Jörg-Volker Peetz wrote:

> Gene Heskett wrote on 06/05/16 03:11:
> > On Saturday 04 June 2016 17:49:02 Jörg-Volker Peetz wrote:
> >> Gene Heskett wrote on 06/04/16 23:02:
> >>> On Saturday 04 June 2016 16:12:30 Jörg-Volker Peetz wrote:
>  I'm glad it worked for you.
>  Now I'm just curious what
> 
>    aptitude search '~c'
> 
>  spits out now.
> 
>  Regards,
>  jvp.
> >>>
> >>> A rather lengthy list I'll paste, wordwrap off again:
> >>>
> >>> root@coyote:/var/lib/dpkg# aptitude search ~c
> >>> c   brasero
> >>>  - CD/DVD burning application for GNOME c
> >>> brasero-common
> >>>  - Common files for the Brasero CD burning application
> >>> and library c   browser-plugin-gnash
> >>>  - GNU Shockwave Flash (SWF) player -
> >>> Plugin for Mozilla and derivatives
> >>
> >> 
> >>
> >>> c   xfdesktop4
> >>>  - xfce desktop background, icons and root menu
> >>> manager c   xfprint4
> >>>  - Printer GUI for Xfce4 c   xfwm4
> >>>  
> >>> - window manager of the Xfce project
> >>>
> >>> That's all folks!  Thanks JVP.
> >>>
> >>> Cheers, Gene Heskett
> >>
> >> All these remnants of previously installed packages can be safely
> >> removed from your system in my opinion.
> >> If you prefer dpkg, try
> >>
> >>   dpkg --purge --pending
> >
> > Failed, libpixman1.0 has deps from the xorg.server
> > root@coyote:/var/lib/dpkg# dpkg --purge --pending
> > dpkg: dependency problems prevent removal of libpixman-1-0:i386:
> >  xserver-xorg-video-intel depends on libpixman-1-0 (>= 0.21.6).
> >  libpixman-1-dev depends on libpixman-1-0 (= 0.26.0-4+deb7u2).
> >  xserver-xorg-core depends on libpixman-1-0 (>= 0.21.6).
> >  libcairo2:i386 depends on libpixman-1-0 (>= 0.21.6).
> >
> > dpkg: error processing libpixman-1-0:i386 (--purge):
> >  dependency problems - not removing
> > Errors were encountered while processing:
> >  libpixman-1-0:i386
>
> Since the automatism is too reckless, we can use manual control, just
> purge packages in "c" state:
>
>   dpkg --purge $(aptitude -F '%p' search '~c')
>
> >> Or heavier, using aptitude
> >>
> >>   aptitude purge '~c'
> >
> > And that wants to behead the system, removing quite a few packages I
> > use frequently, so I gave it a 'n'.
> >
> >> but this could try to remove also other automatically installed
> >> packages which are not needed by any other package. To get a list
> >> of such candidates use
> >>
> >>   aptitude search '~g'
> >
> > And that returns an equally lengthy list, all prefaced with an 'id'.
> >  No clue what that means as I don't believe I have the reference
> > manual.
>
> The packages tagged with "id" are selected to be removed (deinstall).
> (aptitude shows in the first column the package status and in the
> second column the desired state, just inverted compared to the the
> output of dpkg). Since this is a hint for packages no longer needed,
> better take a closer look at this list and sort out what's really
> needed.
>
> For each package you want to keep, change the selection state to
> "install", for example for the package libpixman-1-0
>
>   echo "libpixman-1-0  install" | dpkg --set-selections
>
> Now
>
>   dpkg -l libpixman-1-0
>
> should show the package with "ii" at the beginning of the line.
>
> Regards,
> jvp.

I just let it do it all, and will "wait for the other shoe to drop"
One thing that seems missing in these procedures is when a bunch of libs 
have been purged, is a run of ldconfig to clean up things.

Now we'll see what gets a tummy ache. :)

Thanks JVP.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Replacing duply for backup

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 10:29:21 Erwan David wrote:

> Le 05/06/2016 à 16:27, Gene Heskett a écrit :
> > On Sunday 05 June 2016 06:59:41 Erwan David wrote:
> >> I have my backups done with duply and duplicity.
> >>
> >> However duply from stable uses deprecated options of duplicity, and
> >> duply from testing has a bug which obliges to write a gpg
> >> passphrase in clear text. Since bug 807329 has no answer at all, I
> >> am looking to another way to do my backups, which could use all the
> >> past backups for the transition.
> >>
> >> What to use ?
> >
> > I am a great fan of amanda, and have been using it since the late
> > '90's. Once configured and running, I can forget about it as the job
> > of making a backup becomes just another entry in a crontab. I get an
> > emailed report, both from amanda and from my wrappers.  amanda does
> > its own housekeeping and record keeping, and recovery is very fast
> > if using virtual tapes that are actually directories on another big
> > hard drive.  And the drive is about $90 at the vendors for a 1Tb,
> > which I think is very comparable to a tape library and 40 or so
> > tapes at something north of $10,000.  And in nearly a decade,
> > 50,000% more dependable than tape.  One drive failed in a decade,
> > and it warned me in plenty of time to go to town and get another. 
> > Zero data loss.
> >
> > But you will have to get rid of your do a full on Friday's. You tell
> > amanda how many days amanda has to do a level0 on everything, and
> > amanda will fiddle with the schedule until each nights run saves
> > about the same amount of data. Everything else gets an incremental. 
> > So I can do a bare metal recovery to a new main drive with nothing
> > more than the install dvd, tar and cp to extract last nights copy of
> > the database and amanda config that generated that backup, giving
> > amanda the data it needs to do its work, and have this system
> > restored to its state as of about 2am this morning, all in about 3
> > hours + the time to go get a new drive from Staples.
> >
> > Whats not to like?
> >
> > Cheers, Gene Heskett
>
> Can amanda backyup on a ftp server or google drive ?
>
> That's what I do now.

That I have not attempted, but it might be possible.  But me, being king 
of the paranoids, don't think putting my data out for the snoops to 
peruse can possibly be a good idea. I don't think I have a thing they 
might be interested in that is not already available from my web page 
below.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Replacing duply for backup

2016-06-05 Thread heqami...@runbox.com


On 06/05/2016 04:29 PM, Erwan David wrote:
> Le 05/06/2016 à 16:27, Gene Heskett a écrit :
>> On Sunday 05 June 2016 06:59:41 Erwan David wrote:
>>
>>> I have my backups done with duply and duplicity.
>>>
>>> However duply from stable uses deprecated options of duplicity, and
>>> duply from testing has a bug which obliges to write a gpg passphrase
>>> in clear text. Since bug 807329 has no answer at all, I am looking to
>>> another way to do my backups, which could use all the past backups for
>>> the transition.
>>>
>>> What to use ?
>> I am a great fan of amanda, and have been using it since the late '90's.
>> Once configured and running, I can forget about it as the job of making a 
>> backup becomes just another entry in a crontab. I get an emailed report, 
>> both from amanda and from my wrappers.  amanda does its own housekeeping 
>> and record keeping, and recovery is very fast if using virtual tapes 
>> that are actually directories on another big hard drive.  And the drive 
>> is about $90 at the vendors for a 1Tb, which I think is very comparable 
>> to a tape library and 40 or so tapes at something north of $10,000.  And 
>> in nearly a decade, 50,000% more dependable than tape.  One drive failed 
>> in a decade, and it warned me in plenty of time to go to town and get 
>> another.  Zero data loss.
>>
>> But you will have to get rid of your do a full on Friday's. You tell 
>> amanda how many days amanda has to do a level0 on everything, and amanda 
>> will fiddle with the schedule until each nights run saves about the same 
>> amount of data. Everything else gets an incremental.  So I can do a bare 
>> metal recovery to a new main drive with nothing more than the install 
>> dvd, tar and cp to extract last nights copy of the database and amanda 
>> config that generated that backup, giving amanda the data it needs to do 
>> its work, and have this system restored to its state as of about 2am 
>> this morning, all in about 3 hours + the time to go get a new drive from 
>> Staples.
>>
>> Whats not to like?
>>
>> Cheers, Gene Heskett
> 
> Can amanda backyup on a ftp server or google drive ?

You can use rsync for backup via FTP over  SSH.

luckybackup is a free software that act as frontend and can write the
command for you. It is really easy.

If you mount the ssh folder as local drive probably you can encrypt
client side your backup.



Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread Mark Fletcher
On Sun, Jun 5, 2016 at 11:06 PM David Wright 
wrote:

> On Sun 05 Jun 2016 at 08:30:38 (-0400), Felix Miata wrote:
> > Mark Fletcher composed on 2016-06-05 11:40 (UTC):
> >
>
>
> I think users and their passwords are the least of the problem.
> A fresh install of jessie sets up about 30 system users before
> the admin ($UID=1000) gets a look-in. So you can end up with your
> email system being owned by statd.messagebus instead of
> Debian-exim.Debian-exim for example.
>
> You can diagnose the extent of the problem with a command like:
>
> # find / -mount -not -group 0 -exec ls -ld {} \; -o -not -user 0 -exec ls
> -ld {} \; | less
>
> but fixing it is probably a matter offor ... chown ...
>
> Cheers,
> David.
>
>
Yes, that is exactly what I was thinking, since all those system users are,
in the end, users. It was those I had in mind. This computer only happens
to have one human user, me.  I am, indeed, the least of my worries :-)

Mark


Re: libreCAD, can't find help docs

2016-06-05 Thread Lisi Reisz
On Sunday 05 June 2016 14:58:39 Gene Heskett wrote:
> I find entirely too often on linux, that the help
> tut from that menu pulldown is missing an annoying percentage of the
> time.

Well, it's open source, Gene.  Learn how to use it then write the docs.  Or 
pay a technical author to learn how to use it by trial and error, blood sweat 
and tears, and then write the docs.  I know a good one, who would I am sure, 
enjoy learning how to use libreCAD, and then writing about it, but has to 
earn his bread and butter, and already spends a lot of his time on Open 
Source projects.

Too many of us complain at what other people don't do with their spare time.  
Me included.  

Lisi



Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Lisi Reisz
On Sunday 05 June 2016 15:00:54 Gene Heskett wrote:
> On Sunday 05 June 2016 06:49:18 Lisi Reisz wrote:
> > On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
> > > Based on that, I am pointing my finger at the newer kaffeine now.
> >
> > Kaffeine-Trinity, I take it?
>
> Yes.
>
> > > But
> > > its been years since I've filed a bug. No clue how to do it on
> > > wheezy at what could be considered this late date.
> >
> > You can't.  Security fixes only.
>
> How about tickling the TDE developers?

Worth a try - but there are very few of them, and Wheezy is probably not their 
priority either.  I'll try to understand your problem - I haven't really - 
and test it in Jessie.  But you'll need to tickle me later in the week. :-(  
If it is present in Jessie too, or if it is easy, then they will probably do 
something.  (As you are using 14.0.4 it is probably worth anyway making sure 
that Slávek knows.)

Cheers,
Lisi



Re: libreCAD, can't find help docs

2016-06-05 Thread Curt
On 2016-06-05, Gene Heskett  wrote:
> On Sunday 05 June 2016 05:59:14 Curt wrote:
>
>> On 2016-06-05, Gene Heskett  wrote:
>> >> > libreCAD looks like a simple enough cad I could learn how to use
>> >> > but it cannot find its help docs.
>> >>
>> >> Did you give the built-in help system a try?
>> >
>> > That is what it is reporting that it cannot find.
>>
>> That is really unfair.
>
> On my part?  Really?  I find entirely too often on linux, that the help 
> tut from that menu pulldown is missing an annoying percentage of the 
> time.  No biggie to the author, he knows how to run his masterpiece, 
> can't you figure it out on your own?  Thats good for the soil when its 
> found on the ground behind the male of the bovine specie, but not much 
> else.
>

No, I didn't mean you were being unfair, I meant that it's a bummer not
having any good docs, especially for something like CAD software, which
can be pretty complicated stuff.

 
-- 
Hypertext--or should I say the ideology of hypertext?--is ultrademocratic and
so entirely in harmony with the demagogic appeals to cultural democracy that
accompany (and distract one’s attention from) the ever-tightening grip of 
plutocratic capitalism. - Susan Sontag



Re: Some Flash news

2016-06-05 Thread Sven Hartge
Stuart Longland  wrote:
> On 17/05/16 04:20, Erwan David wrote:

>> Problem is not the browser. Problem is sites/Appliances which require
>> it (eg. VMWare vcenter)

> VMWare are allegedly getting rid of their Flash dependence.

Well, kind of.

A new HTML5-based web client for vSphere is in development and will
probably be released with vSphere 6.5. But: The old, Flash-based web
client will still be around in 6.5.

And the older versions, like vSphere 5.5 are still widely used (because
6.0 has been riddled with serious and desastrous bugs, even 1.5 years
after relase).

As a vSphere Admin myself I will stick to vSphere 5.5 for the forseeable
future, because I want to sleep at night and not be worrying about what
might break right now because of the instability of 6.0 and I know of
countless others who will do the same.

Looking at http://www.virten.net/vmware/product-end-of-support-countdown/
vSphere 5.5 is supported until September 2018 and vSphere 6.0 is supported
until March 2020, so you can expect the need for Flash until at least then.

And if the integration of 3rd-party solutions into the new HTML5 client
is problematic, then you might as well wait until 2023 to finally get
rid of Flash.

Yes, that is 7 years from now.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: Pursuant to my efforts to remove, and update the remaining :amd64 built packages [SOLVED]

2016-06-05 Thread Jörg-Volker Peetz

> I just let it do it all, and will "wait for the other shoe to drop"
> One thing that seems missing in these procedures is when a bunch of libs 
> have been purged, is a run of ldconfig to clean up things.
> 

No, when purging a debian package, dpkg triggers actions like ldconfig as
prescribed by control scripts contained in the package (a.o., these script are
still on the system when a package is merely removed). These scripts are stored
in /var/lib/dpkg/info for every package installed. For example there is a
"libpixman-1-0:amd64.triggers" package on my system (amd64) which triggers 
ldconfig.

Best regards,
jvp.




Re: libreCAD, can't find help docs

2016-06-05 Thread Joe
On Sun, 5 Jun 2016 09:17:13 + (UTC)
Curt  wrote:

> On 2016-06-03, Gene Heskett  wrote:
> > Greetings all;
> >
> > Wheezy, i386.
> >
> > libreCAD looks like a simple enough cad I could learn how to use
> > but it cannot find its help docs.  
> 
> Did you give the built-in help system a try?
> 

Mine (2.0.9 on sid) says, and I quote verbatim:

"Bugger, I couldn't find the helpfiles on the filesystem."

The only Debian packages are librecad and librecad-data, both of which
are installed.

It's not a problem for me, as the 2.0.9 manual is on the Net, but the
manuals for earlier versions appear not to be.

-- 
Joe



Re: libreCAD, can't find help docs

2016-06-05 Thread Sven Arvidsson
On Sun, 2016-06-05 at 18:10 +0100, Joe wrote:
> > > libreCAD looks like a simple enough cad I could learn how to use
> > > but it cannot find its help docs.  
> > Did you give the built-in help system a try?
> > 
> Mine (2.0.9 on sid) says, and I quote verbatim:
> 
> "Bugger, I couldn't find the helpfiles on the filesystem."
> 
> The only Debian packages are librecad and librecad-data, both of
> which
> are installed.
> 
> It's not a problem for me, as the 2.0.9 manual is on the Net, but the
> manuals for earlier versions appear not to be.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646621

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5



signature.asc
Description: This is a digitally signed message part


Re: libreCAD, can't find help docs

2016-06-05 Thread Joe
On Sun, 05 Jun 2016 19:28:48 +0200
Sven Arvidsson  wrote:

> On Sun, 2016-06-05 at 18:10 +0100, Joe wrote:
> > > > libreCAD looks like a simple enough cad I could learn how to use
> > > > but it cannot find its help docs.    
> > > Did you give the built-in help system a try?
> > >   
> > Mine (2.0.9 on sid) says, and I quote verbatim:
> > 
> > "Bugger, I couldn't find the helpfiles on the filesystem."
> > 
> > The only Debian packages are librecad and librecad-data, both of
> > which
> > are installed.
> > 
> > It's not a problem for me, as the 2.0.9 manual is on the Net, but
> > the manuals for earlier versions appear not to be.  
> 
> See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646621
> 

Yes, it's obviously a bug, but I never bothered chasing it as I can see
that the librecad people are working flat out to fix functionality
bugs, presumably from the QT4 port, and the manual is available online.

-- 
Joe



Re: libreCAD, can't find help docs

2016-06-05 Thread David Wright
On Sun 05 Jun 2016 at 16:54:02 (+0100), Lisi Reisz wrote:
> On Sunday 05 June 2016 14:58:39 Gene Heskett wrote:
> > I find entirely too often on linux, that the help
> > tut from that menu pulldown is missing an annoying percentage of the
> > time.
> 
> Well, it's open source, Gene.  Learn how to use it then write the docs.  Or 
> pay a technical author to learn how to use it by trial and error, blood sweat 
> and tears, and then write the docs.  I know a good one, who would I am sure, 
> enjoy learning how to use libreCAD, and then writing about it, but has to 
> earn his bread and butter, and already spends a lot of his time on Open 
> Source projects.
> 
> Too many of us complain at what other people don't do with their spare time.  
> Me included.  

Perhaps not relevant in this particular case, but there are people (who post
here) who say they don't install packages' Recommendations and Suggestions.

Looking at the package names containing '-doc' on my system:

Suggests: 22
Recommends: 19
No reason 7 (ie I had to select and install them)
Depends: 2

Cheers,
David.



Re: libreCAD, can't find help docs

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 11:54:02 Lisi Reisz wrote:

> On Sunday 05 June 2016 14:58:39 Gene Heskett wrote:
> > I find entirely too often on linux, that the help
> > tut from that menu pulldown is missing an annoying percentage of the
> > time.
>
> Well, it's open source, Gene.  Learn how to use it then write the
> docs.  Or pay a technical author to learn how to use it by trial and
> error, blood sweat and tears, and then write the docs.  I know a good
> one, who would I am sure, enjoy learning how to use libreCAD, and then
> writing about it, but has to earn his bread and butter, and already
> spends a lot of his time on Open Source projects.
>
> Too many of us complain at what other people don't do with their spare
> time. Me included.
>
> Lisi

Guilty too I fear Lisi.  OTOH, something that works well and has a donate 
button on its web page, has found me clicking on the donate as long as 
the questionair to do so isn't a data gatherer to be sold to a spammer.  

When they want my unlisted phone number and mailing address is usually 
where I draw the line and close the page.  But if its an https page, and 
only wants my name as shown on the card, the card numbers, and how much, 
or has a paypal setup, then sure I'll donate.  I don't mind buying some 
decent breakfast bacon for the coder, but I'll be damned if I'll enhance 
a spammers ability to trash my phone, inbox or mailbox.  I own all 3, 
and I'm paying the bill to have the connectivity.  They are freeloaders 
IMO.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 12:00:59 Lisi Reisz wrote:

> On Sunday 05 June 2016 15:00:54 Gene Heskett wrote:
> > On Sunday 05 June 2016 06:49:18 Lisi Reisz wrote:
> > > On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
> > > > Based on that, I am pointing my finger at the newer kaffeine
> > > > now.
> > >
> > > Kaffeine-Trinity, I take it?
> >
> > Yes.
> >
> > > > But
> > > > its been years since I've filed a bug. No clue how to do it on
> > > > wheezy at what could be considered this late date.
> > >
> > > You can't.  Security fixes only.
> >
> > How about tickling the TDE developers?
>
> Worth a try - but there are very few of them, and Wheezy is probably
> not their priority either.  I'll try to understand your problem - I
> haven't really - and test it in Jessie.  But you'll need to tickle me
> later in the week. :-( If it is present in Jessie too, or if it is
> easy, then they will probably do something.  (As you are using 14.0.4
> it is probably worth anyway making sure that Slávek knows.)

He is not copying the mail of this list? I was under the impression that 
he was, so he could grease the loudest squeak. :)

We've just had our last wheezy update, but at this point I believe jessie 
would also have this problem, with this card.  I have no idea how much 
longer it will take to make a fully functional, actually runs machinery, 
version of a later jessie kernel.  That kernel will likely be a 32 bit 
kernel because a context switch on 64 bit is 4x longer than a 32 bit 
version, and those realtime patches also kill any PAE functions it might 
claim.  And each new kernel seems to have less and less concern for its 
effects on realtime performance, I think by the time jessie is EOL'd, 
that we will all be forced to disconnect from the network and freeze our 
systems that are doing stepper motors direct from the rapidly 
disappearing parport, or we will all have to buy more copies of an FPGA 
card that offloads the realtime stuff from the kernel, as long as we can 
get a 1 millisecond loop to oversee what the machine is doing and issue 
corrective orders to the card.  The card I am using 2 of ATM is about 
$90, so its not a back-breaker, and it can run my machines faster and 
smoother to boot.

Regards, Lisi.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: libreCAD, can't find help docs

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 12:50:10 Curt wrote:

> On 2016-06-05, Gene Heskett  wrote:
> > On Sunday 05 June 2016 05:59:14 Curt wrote:
> >> On 2016-06-05, Gene Heskett  wrote:
> >> >> > libreCAD looks like a simple enough cad I could learn how to
> >> >> > use but it cannot find its help docs.
> >> >>
> >> >> Did you give the built-in help system a try?
> >> >
> >> > That is what it is reporting that it cannot find.
> >>
> >> That is really unfair.
> >
> > On my part?  Really?  I find entirely too often on linux, that the
> > help tut from that menu pulldown is missing an annoying percentage
> > of the time.  No biggie to the author, he knows how to run his
> > masterpiece, can't you figure it out on your own?  Thats good for
> > the soil when its found on the ground behind the male of the bovine
> > specie, but not much else.
>
> No, I didn't mean you were being unfair, I meant that it's a bummer
> not having any good docs, especially for something like CAD software,
> which can be pretty complicated stuff.

Ah, we're on the same page then.

Thanks.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Pursuant to my efforts to remove, and update the remaining :amd64 built packages [SOLVED]

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 13:03:09 Jörg-Volker Peetz wrote:

> 
>
> > I just let it do it all, and will "wait for the other shoe to drop"
> > One thing that seems missing in these procedures is when a bunch of
> > libs have been purged, is a run of ldconfig to clean up things.
>
> No, when purging a debian package, dpkg triggers actions like ldconfig
> as prescribed by control scripts contained in the package (a.o., these
> script are still on the system when a package is merely removed).
> These scripts are stored in /var/lib/dpkg/info for every package
> installed. For example there is a "libpixman-1-0:amd64.triggers"
> package on my system (amd64) which triggers ldconfig.
>
> Best regards,
> jvp.

I don't figure it hurts anything.  kmail, after that died an agonizing 
death, but after an ldconfig, and a restart, seems to be it old self 
again.  Nothing else I've started since that worked before, has refused 
to work after, so I think I'm pretty close to finished.

Many thanks JVP.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: libreCAD, can't find help docs

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 13:10:52 Joe wrote:

> On Sun, 5 Jun 2016 09:17:13 + (UTC)
>
> Curt  wrote:
> > On 2016-06-03, Gene Heskett  wrote:
> > > Greetings all;
> > >
> > > Wheezy, i386.
> > >
> > > libreCAD looks like a simple enough cad I could learn how to use
> > > but it cannot find its help docs.
> >
> > Did you give the built-in help system a try?
>
> Mine (2.0.9 on sid) says, and I quote verbatim:
>
> "Bugger, I couldn't find the helpfiles on the filesystem."
>
> The only Debian packages are librecad and librecad-data, both of which
> are installed.
>
> It's not a problem for me, as the 2.0.9 manual is on the Net, but the
> manuals for earlier versions appear not to be.

Correct.  Some of it might be that the "application preferences" ->path 
tab, is totally empty for all 5 entries.  I may take a look at the data 
package to see where it put stuff and see if I can fill in the blanks.

Do you have any entries in that pulldown?

Thanks Joe.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: libreCAD, can't find help docs

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 13:28:48 Sven Arvidsson wrote:

> On Sun, 2016-06-05 at 18:10 +0100, Joe wrote:
> > > > libreCAD looks like a simple enough cad I could learn how to use
> > > > but it cannot find its help docs.  
> > >
> > > Did you give the built-in help system a try?
> >
> > Mine (2.0.9 on sid) says, and I quote verbatim:
> >
> > "Bugger, I couldn't find the helpfiles on the filesystem."
> >
> > The only Debian packages are librecad and librecad-data, both of
> > which
> > are installed.
> >
> > It's not a problem for me, as the 2.0.9 manual is on the Net, but
> > the manuals for earlier versions appear not to be.
>
> See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646621

Interesting.  Thank you.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Pursuant to my efforts to remove, and update the remaining :amd64 built packages [SOLVED]

2016-06-05 Thread Jörg-Volker Peetz
Gene Heskett wrote on 06/05/16 21:52:
> On Sunday 05 June 2016 13:03:09 Jörg-Volker Peetz wrote:
> 
>> 
>>
>>> I just let it do it all, and will "wait for the other shoe to drop"
>>> One thing that seems missing in these procedures is when a bunch of
>>> libs have been purged, is a run of ldconfig to clean up things.
>>
>> No, when purging a debian package, dpkg triggers actions like ldconfig
>> as prescribed by control scripts contained in the package (a.o., these
>> script are still on the system when a package is merely removed).
>> These scripts are stored in /var/lib/dpkg/info for every package
>> installed. For example there is a "libpixman-1-0:amd64.triggers"
>> package on my system (amd64) which triggers ldconfig.
>>
>> Best regards,
>> jvp.
> 
> I don't figure it hurts anything.  kmail, after that died an agonizing 
> death, but after an ldconfig, and a restart, seems to be it old self 
> again.  Nothing else I've started since that worked before, has refused 
> to work after, so I think I'm pretty close to finished.
> 
> Many thanks JVP.
> 
> Cheers, Gene Heskett
> 

You're welcome.

Regards,
jvp.




Re: libreCAD, can't find help docs

2016-06-05 Thread Joe
On Sun, 5 Jun 2016 15:58:26 -0400
Gene Heskett  wrote:

> On Sunday 05 June 2016 13:10:52 Joe wrote:
> 
> > On Sun, 5 Jun 2016 09:17:13 + (UTC)
> >
> > Curt  wrote:  
> > > On 2016-06-03, Gene Heskett  wrote:  
> > > > Greetings all;
> > > >
> > > > Wheezy, i386.
> > > >
> > > > libreCAD looks like a simple enough cad I could learn how to use
> > > > but it cannot find its help docs.  
> > >
> > > Did you give the built-in help system a try?  
> >
> > Mine (2.0.9 on sid) says, and I quote verbatim:
> >
> > "Bugger, I couldn't find the helpfiles on the filesystem."
> >
> > The only Debian packages are librecad and librecad-data, both of
> > which are installed.
> >
> > It's not a problem for me, as the 2.0.9 manual is on the Net, but
> > the manuals for earlier versions appear not to be.  
> 
> Correct.  Some of it might be that the "application preferences"
> ->path tab, is totally empty for all 5 entries.  I may take a look at
> the data package to see where it put stuff and see if I can fill in
> the blanks.
> 
> Do you have any entries in that pulldown?
> 

It has a Part Libraries entry, which I may or may not have put there
myself, and the rest are empty. None of them refer to 'help'.

/usr/share/librecad/qm contains a set of apparently language-based .qm
files, but I can't find a sensible way of opening them. I suspect it
has to be done through the Qt API, and this bit of program doesn't
exist in librecad yet.

-- 
Joe



Re: make ping executable by normal users?

2016-06-05 Thread Jan Bakuwel
Hi Britton,

On 03/06/16 09:56, Britton Kerin wrote:
> On my old debian system I could ping as a normal user.  The ping
> binary had the suid bit set.  Now I get:
>
> $ ping www.google.com
> ping: icmp open socket: Operation not permitted
> 2 $
>
> presumably because the bit isn't set.
>
> What's the right fix?  I could setuid it but then if I understand
> correctly it might get changed back by an upgrade.  Does it use
> capabilites or something?

This is not you not being able to execute ping but ping not being able
to ping.

Check your firewall rules.

cheers,
Jan




Re: make ping executable by normal users?

2016-06-05 Thread Norbert Kiszka
Dnia 2016-06-06, pon o godzinie 10:06 +1200, Jan Bakuwel pisze:
> Hi Britton,
> 
> On 03/06/16 09:56, Britton Kerin wrote:
> > On my old debian system I could ping as a normal user.  The ping
> > binary had the suid bit set.  Now I get:
> >
> > $ ping www.google.com
> > ping: icmp open socket: Operation not permitted
> > 2 $
> >
> > presumably because the bit isn't set.
> >
> > What's the right fix?  I could setuid it but then if I understand
> > correctly it might get changed back by an upgrade.  Does it use
> > capabilites or something?
> 
> This is not you not being able to execute ping but ping not being able
> to ping.
> 
> Check your firewall rules.
> 
> cheers,
> Jan
> 

Yep. Give us result of: iptables -L





Re: Advice sought re HDD --> SSD migration

2016-06-05 Thread David Christensen

On 06/05/2016 04:40 AM, Mark Fletcher wrote:

... if I understand correctly, [the SSD 960 GB RAID1] option would
end up reducing my available space from 1.5TB in HDD land to 1TB (or
 960GB) in SSD land, which is also a disadvantage.


A large SSD RAID is great for multimedia editor scratch files,
databases, web server content, etc..  But, it is a waste for bulk data. 
 You could use the 500 GB and 1 TB drives for bulk data now, and then 
migrate to large HDD's/ RAID later.




... Any clever ploys to deal with [changing UID's and GID's after a
fresh install]?


For users, I track usernames, UID's, and GID's, and refer to that when 
creating accounts.



For services, I restore and chown -R if needed (I don't run many 
services, and the Debian project seems to have kept service UID's/GID's 
fairly stable over the years).



David




Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread deloptes
Lisi Reisz wrote:

> On Sunday 05 June 2016 15:00:54 Gene Heskett wrote:
>> On Sunday 05 June 2016 06:49:18 Lisi Reisz wrote:
>> > On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
>> > > Based on that, I am pointing my finger at the newer kaffeine now.
>> >
>> > Kaffeine-Trinity, I take it?
>>
>> Yes.
>>
>> > > But
>> > > its been years since I've filed a bug. No clue how to do it on
>> > > wheezy at what could be considered this late date.
>> >
>> > You can't.  Security fixes only.
>>
>> How about tickling the TDE developers?
> 
> Worth a try - but there are very few of them, and Wheezy is probably not
> their
> priority either.  I'll try to understand your problem - I haven't really -
> and test it in Jessie.  But you'll need to tickle me later in the week.
> :-( If it is present in Jessie too, or if it is easy, then they will
> probably do
> something.  (As you are using 14.0.4 it is probably worth anyway making
> sure that Slávek knows.)
> 
> Cheers,
> Lisi

If there is a program that works on your pc with the dvb card, it means all
is fine. You just need to find the program that works, so ... just matter
of time to watch tv on the pc.

You can try VLC and KMplayer. Kaffeine is Xine in the back AFAIR and it
changed, so that its already incompat or kaffeine in trinity needs to be
updated.

xawtv never worked except for teletext.

I've been never able to use Analog and DVB-T with other program than kplayer
(the KDE3 version 0.6 branch).
For that reason and because I got used to it and loved it that much I ported
to new TDE and uploaded the code - I think it was accepted and may be out
with 14.1.

Until 2012 when I was living in the city I was using first the Analog and
then DVB-T. For DVB-T I had to provide the list with local stations
somewhere in the config of kplayer (I thing it was as option to mplayer)
and they (the channels) appeared in the select list. Unfortunately we moved
out and there is no good signal here, so we stopped watching TV - and we
feel even better now :)

regards




Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Norbert Kiszka
Dnia 2016-06-06, pon o godzinie 00:35 +0200, deloptes pisze:
> Lisi Reisz wrote:
> 
> > On Sunday 05 June 2016 15:00:54 Gene Heskett wrote:
> >> On Sunday 05 June 2016 06:49:18 Lisi Reisz wrote:
> >> > On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
> >> > > Based on that, I am pointing my finger at the newer kaffeine now.
> >> >
> >> > Kaffeine-Trinity, I take it?
> >>
> >> Yes.
> >>
> >> > > But
> >> > > its been years since I've filed a bug. No clue how to do it on
> >> > > wheezy at what could be considered this late date.
> >> >
> >> > You can't.  Security fixes only.
> >>
> >> How about tickling the TDE developers?
> > 
> > Worth a try - but there are very few of them, and Wheezy is probably not
> > their
> > priority either.  I'll try to understand your problem - I haven't really -
> > and test it in Jessie.  But you'll need to tickle me later in the week.
> > :-( If it is present in Jessie too, or if it is easy, then they will
> > probably do
> > something.  (As you are using 14.0.4 it is probably worth anyway making
> > sure that Slávek knows.)
> > 
> > Cheers,
> > Lisi
> 
> If there is a program that works on your pc with the dvb card, it means all
> is fine. You just need to find the program that works, so ... just matter
> of time to watch tv on the pc.
> 
> You can try VLC and KMplayer. Kaffeine is Xine in the back AFAIR and it
> changed, so that its already incompat or kaffeine in trinity needs to be
> updated.
> 
> xawtv never worked except for teletext.
> 
> I've been never able to use Analog and DVB-T with other program than kplayer
> (the KDE3 version 0.6 branch).
> For that reason and because I got used to it and loved it that much I ported
> to new TDE and uploaded the code - I think it was accepted and may be out
> with 14.1.
> 
> Until 2012 when I was living in the city I was using first the Analog and
> then DVB-T. For DVB-T I had to provide the list with local stations
> somewhere in the config of kplayer (I thing it was as option to mplayer)
> and they (the channels) appeared in the select list. Unfortunately we moved
> out and there is no good signal here, so we stopped watching TV - and we
> feel even better now :)
> 
> regards
> 

There was kdetv in kde3 but likely is not supported right now :(




Re: Replacing duply for backup

2016-06-05 Thread Oliver Briscbois
On 2016-06-05, heqami...@runbox.com  wrote:
> You can use rsync for backup via FTP over  SSH.
>

There is an interesting thread on the freebsd-questions list with
Subject: rsync or git backups?
Date: Wed, 1 Jun 2016 10:35:06 +0200
Message-ID: (First post in thread) 


here's a snippet:
> * N.J. Thomas  [2016-06-01 10:39:09-0700]:
>> If you don't have these stored on ZFS filesystems, then check out
>> rsnapshot as an alternative:
>> 
>> http://rsnapshot.org/
>
> There was a story on HackerNews about rsnapshot yesterday, the
> discussion was informative:
>
> https://news.ycombinator.com/item?id=11817701
>
> Several rsnapshot alternatives came up during that discussion
>
> Attic - https://attic-backup.org/
> Borg - https://borgbackup.readthedocs.io/en/stable/
> Obnam - http://obnam.org/
>
> Just fyi.



Re: First hint as to why kaffeine won't rx tv

2016-06-05 Thread Gene Heskett
On Sunday 05 June 2016 18:35:34 deloptes wrote:

> Lisi Reisz wrote:
> > On Sunday 05 June 2016 15:00:54 Gene Heskett wrote:
> >> On Sunday 05 June 2016 06:49:18 Lisi Reisz wrote:
> >> > On Sunday 05 June 2016 10:40:46 Gene Heskett wrote:
> >> > > Based on that, I am pointing my finger at the newer kaffeine
> >> > > now.
> >> >
> >> > Kaffeine-Trinity, I take it?
> >>
> >> Yes.
> >>
> >> > > But
> >> > > its been years since I've filed a bug. No clue how to do it on
> >> > > wheezy at what could be considered this late date.
> >> >
> >> > You can't.  Security fixes only.
> >>
> >> How about tickling the TDE developers?
> >
> > Worth a try - but there are very few of them, and Wheezy is probably
> > not their
> > priority either.  I'll try to understand your problem - I haven't
> > really - and test it in Jessie.  But you'll need to tickle me later
> > in the week.
> >
> > :-( If it is present in Jessie too, or if it is easy, then they will
> >
> > probably do
> > something.  (As you are using 14.0.4 it is probably worth anyway
> > making sure that Slávek knows.)
> >
> > Cheers,
> > Lisi
>
> If there is a program that works on your pc with the dvb card, it
> means all is fine. You just need to find the program that works, so
> ... just matter of time to watch tv on the pc.
>
> You can try VLC and KMplayer. Kaffeine is Xine in the back AFAIR and
> it changed, so that its already incompat or kaffeine in trinity needs
> to be updated.
>
> xawtv never worked except for teletext.
>
> I've been never able to use Analog and DVB-T with other program than
> kplayer (the KDE3 version 0.6 branch).
> For that reason and because I got used to it and loved it that much I
> ported to new TDE and uploaded the code - I think it was accepted and
> may be out with 14.1.
>
> Until 2012 when I was living in the city I was using first the Analog
> and then DVB-T. For DVB-T I had to provide the list with local
> stations somewhere in the config of kplayer (I thing it was as option
> to mplayer) and they (the channels) appeared in the select list.
> Unfortunately we moved out and there is no good signal here, so we
> stopped watching TV - and we feel even better now :)
>
> regards

Chuckle, point taken.  I don't watch very much of it these days, but 
spent from 1963  to 2002/06/30 keeping several tv stations on the air in 
engineering positions up to Chief Engineer from 1977 on to retirement.  
This was not pushing paper, but getting my hands dirty fixing anything 
that broke.  I have what used to be a 1st phone, till the commission 
threw us under the bus and gunned it away, but the most impressive card 
in my wallet yet, is a C.E.T. card.  Certified Electronics Technician.  
Registered in Nebraska as #116 in the state.  Several of the state 
schools have programs that culminate in taking the test but few actually 
pass, IMO from inadequate teaching staff.  When I went to test in 1972, 
I never cracked a book, walked in cold & walked out with a Journeyman 
level card since my electronics history in 1972 was already 24 years in 
the field. They give 4 hrs to do the test, I had an upset tummy, likely 
from that years flu, so I was on the throne 3 times in about the 1:30 it 
took to fill in the blocks for 125 questions.  Handing in the test 
sheets, the profs eyebowes went up an inch as he didn't think any one 
could do it that quick.  Said you have lots more time & I said I had 
work to do and that was as good as I could do on short notice.  The went 
up another inch when he dropped the grade check sheet on it and only 2 
weren't black.

I have in the past, had fun with the frogs (with EE's on the office wall) 
standing around telling me it can't be done, while I am busy doing it.  
The looks on their faces when they understand that I did do as I said, 
and it worked, was like Mastercard, priceless.  But today, thats just 
living in the past, darn it.  I never dreamed I'd live this long, but it 
sure was a fun ride when my body was able to enjoy it.

Best Regards, Deloptes.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: console fonts and systemd (was ... Re: What can AppArmor do?)

2016-06-05 Thread cbannister
On Sun, Jun 05, 2016 at 09:16:23AM -0500, David Wright wrote:
> And here's my observation. When you type real quotation marks (ie ‘’“”),
> the correct glyphs appear on the screen. After changing font, those
> glyphs turn into different glyphs, but freshly typed quotation marks
> appear with the correct glyphs.
> 
> I have no idea why this happens, but it does mean that your statement
> above needs qualification. The glyphs that change to a sort of D shape
> with a squiggle on top, are these glyphs that were already on the
> screen before you changed choice, or are they fresh glyphs written afterwards?

They were fresh glyphs written afterwards. The glyps I got were dependant on the
setting I chose in the second screen (after choosing UTF from the first.) while
doing 'dpkg-reconfigure console-setup'.

I've now got it set to 'Guess optimal character set' which does do the quotes.
It was when choosing the other options i noticed the D shape with a squiggle on
top.

There is also setupcon (man setupcon) which may be of some interest.

Once I got the dlyphs showing correctly I didn't bother with the technicalities
any further --- although what the option 'Guess optimal character set' is 
actually
doing behind the scenes *may* be an option for further perusal. 

-- 
The media's the most powerful entity on earth. 
They have the power to make the innocent guilty 
and to make the guilty innocent, and that's power.
 -- Malcolm X