On Sunday 10 June 2018 06:50:38 Gene Heskett wrote:
On Sunday 10 June 2018 09:29:59 William Morder wrote:
On Sunday 10 June 2018 05:12:19 Gene Heskett
wrote:
On Sunday 10 June 2018 07:39:32 Pisini, John
wrote:
Steven Pusser is one of the MX Linux Devs but I
can't see him
doing that to your machine.
In that event, neither can I. I must have added that repo because it
had something I wanted and have forgotten both when and what.
Hopefully you have backups as the machine should
really be rebuilt.
That I do, amanda runs every night.
Rebuilt to debian amd64 stretch 9.4, iso coming in now. Next is
firmware updates for seagate 2T drives and get another. Then burn a
couple dvd's and a cd of the seagate firmware. And a fresh flash of
my router's dd-wrt. Busy day ahead.
On Sun, Jun 10, 2018 at 7:32 AM, Gene Heskett
<gheskett(a)shentel.net>
wrote:
> > On Sunday 10 June 2018 07:05:32 deloptes wrote:
> > > Gene Heskett wrote:
> > > > Call me puzzled. Or worse.
> > >
> > > this doesn't sound good - I would take the machine offline and
> > > reinstall from scratch ... unless you are schizophrenic and
> > > your other identity is this steven. Cause you won't know what
> > > was replaced/installed from this site. Programs might be
> > > replaced with compromised etc.
> > >
> > > this is my opinion.
> > >
> > > you wanted anyway to upgrade some time soon - what you can
> > > save are the configurations you have there - but I would not
> > > keep this machine online or at least not in my internal
> > > network.
> > >
> > > regards
> >
> > That will be difficult as there is not another machine to
> > replace it, its the heart of my network. But the thought of
> > upgrading to jessie has crossed my mind, maybe even stretch. I'm
> > going to look through the logs, and I guess run up to staples
> > and get me a couple 2T drives. My normal upgrade it always to a
> > new drive so I have the old drive available for the legacy
> > stuffs, like my kmail cache that goes back to about 2007.
> >
> > And this time I think I'll go full 64 bit as some versions of
> > linuxcnc will now run on a 64 bit install. Jessie, on an rpi3b
> > is running my lathe pretty good.
> >
> > --
> > Cheers, Gene Heskett
This is just a wild guess ... but is there any chance that you have
downloaded the Pale Moon browser recently?
Steven Pusser's repo appears after you download Pale Moon.
Bingo. But the last palemoon needs gtk stuffs newer than wheezy has, so
while I was there, I didn't download it THIS time. It was several months
ago when I put it in. And its been running rougher recently.
> However, I
> don't allow that to happen. I copy the URL of that repo to my
> sources.list manually, then backup and maintain my sources.list on an
> external hard drive.
>
> Bill
There is a Pale Moon repository for Debian Wheezy. (I copied all this from the
web page for the Pale Moon repositories, then modified according to my own
preferences.) Here is the relevant section from my sources.list (with a lot
of notes & instructions commented out):
***********
# PALE MOON
# PM repo - Steve Pusser
# Add repository and install manually
# For Debian 9.0 run the following as root:
# sudo echo 'deb
http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0/ /'
/etc/apt/sources.list.d/palemoon.list
# sudo
apt-get update
# sudo apt-get install palemoon
# You can add the repository key to apt. Keep in mind that the owner of the
key may distribute updates,
# packages and repositories that your system will trust (more information). To
add the key, run:
# wget -nv
https://download.opensuse.org/repositories/home:stevenpusser/Debian_9.0/Rel… -O
Release.key
# sudo apt-key add - < Release.key
# sudo apt-get update
# Debian 8.x - Jessie
# deb
http://download.opensuse.org/repositories/home:/stevenpusser/Debian_8.0/ /
# For Debian 8.0 run the following as root:
# sudo echo 'deb
http://download.opensuse.org/repositories/home:/stevenpusser/Debian_8.0/ /'
/etc/apt/sources.list.d/palemoon.list
# sudo
apt-get update
# sudo apt-get install palemoon
# You can add the repository key to apt. Keep in mind that the owner of the
key may distribute updates,
# packages and repositories that your system will trust (more information). To
add the key, run:
# wget -nv
https://download.opensuse.org/repositories/home:stevenpusser/Debian_8.0/Rel… -O
Release.key
# sudo apt-key add - < Release.key
# sudo apt-get update
# For Debian 7.0 run the following as root:
# sudo echo 'deb
http://download.opensuse.org/repositories/home:/stevenpusser/Debian_7.0/ /'
/etc/apt/sources.list.d/palemoon.list
# sudo
apt-get update
# sudo apt-get install palemoon
# You can add the repository key to apt. Keep in mind that the owner of the
key may distribute updates,
# packages and repositories that your system will trust (more information). To
add the key, run:
# sudo wget -nv
https://download.opensuse.org/repositories/home:stevenpusser/Debian_7.0/Rel… -O
Release.key
# sudo apt-key add - < Release.key
# sudo apt-get update
# Grab binary packages directly(show)
# PM repacks repo - Lazlo Kovacs
#
http://www.kovacsoltvideo.hu/moonchildproductions/
# wget -q
http://kovacsoltvideo.hu/moonchildproductions/public.gpg -O- | sudo
apt-key add -
# sudo apt-get update
# sudo apt-get install palemoon fossamail
# deb
http://kovacsoltvideo.hu/moonchildproductions/ ./
***********
You will please note that there is also a repository for Pale Moon that is
maintained by another person, one Lazlo Kovacs.
I myself haven't tried the Kovacs repo, nor Wheezy or Stretch; so far I've
just used the Debian Jessie version. I assume that they all work about as
well as one another.
I have commented out the repository for Jessie, since you don't use it, and I
wouldn't want you downloading something by mistake.
Bill