Re: [DNG] installing Wine 32

2022-03-27 Thread terryc
On Sun, 27 Mar 2022 10:55:12 -0400
Haines Brown  wrote:

> I'm running Chimaera and trying to play an old CDROM. I assume
> simplest way is to install wine. 

IME, it is generally about the worst way and/or problematic. At best,
it will only work until something is upgraded.

What is on the cdrom?
There might be better ways to access it.
Like vlc for any multimedia stuff.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] signatures with expired gpg keys

2022-03-27 Thread Gregory Nowak via Dng
Hello all.

There are a couple people who keep posting to this list messages
signed with expired gpg keys. Can those individuals please either
update the expiration for your keys, or stop  signing messages you
post to this list? thank you.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] installing Wine 32

2022-03-27 Thread Gregory Nowak via Dng
On Sun, Mar 27, 2022 at 03:47:43PM -0400, Haines Brown wrote:
> Your suggestion made me feel rather guilty until I checked after doing 
> update/upgrade
> 
>   $ aptitude show wine | less
>   Version: 5.0.3-3
>   State: installed
> 
> Are you running Ceres?

Indeed. The version of wine on multiple chimaera systems I have
installed is 5.0.3-3.

Here's how you install wine32:

dpkg --add-architecture i386
apt update
apt install wine32:i386

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] installing Wine 32

2022-03-27 Thread Haines Brown
On Sun, Mar 27, 2022 at 06:44:13PM +0200, Dr. Nikolaus Klepp via Dng wrote:
> Hi!
> 
> Anno domini 2022 Sun, 27 Mar 10:55:12 -0400
>  Haines Brown scripsit:
> > I'm running Chimaera and trying to play an old CDROM. I assume
> > simplest way is to install wine. When I try to play the cdrom with
> > wine64 I am told wine 32 is missing. I proceed to install
> > wine and wine32.
> >
> > Installation of wine tells me that wine 5.0.3-3 is already
> > installed.
> >
> > I proceed to install wine32. I'm told:
> >
> >wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not
> > going to be installed
> >  Depends: libwine:i386 (= 5.0.3-3) but it
> > is not installable
> >
> > An attempt to install the former lists dozens of dependendencies
> > that are not going to be installed.  Same for libwine:386
> >
> > I'm afraid of breaking applications.  Shouldn't the
> > installation of an application in the Chimaera repositroy
> > be simpler than this?
> >
> >
> 
> I have wine installed, but it's 6.0.3, not 5.0.3 - did you do a "apt update" 
> before you tried?

Your suggestion made me feel rather guilty until I checked after doing 
update/upgrade

  $ aptitude show wine | less
  Version: 5.0.3-3
  State: installed

Are you running Ceres?

-- 

 Haines Brown 

 /"\
 \ /  ASCII Ribbon Campaign
  Xagainst HTML e-mail 
 / \

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] spam disposal

2022-03-27 Thread Bob Proulx via Dng
Haines Brown wrote:
> I'm running Cimaera and have procmail and spamassassin installed.
> I consructed a file ~/.procmailrc. In it ares the lines:
>
>   :0:
>   * ^X-Spam-Status: Yes
>   $HOME/mail/spam
>
> I created this spam directory and restarted spamassassin. Yet
> mail having the line "X-Spam: Yes" in it header is not
> redirected to ~/mail/spam

You need to debug it.  Is it running through SpamAssassin?  Is SA
tagging these messages as spam with that header?  Note that
SpamAssassin needs to have learned about at least 200 spam and
non-spam messages before the internal Bayes learning engine has
learned enough to be enabled.

Look at a spam message that has been passed through SpamAssassin.
What do the headers on the message say?  If are no headers then it did
not get passed through SpamAssassin and there was nothing for procmail
to match against.

Add debugging to the procmailrc file.

LOGFILE=$HOME/var/log/procmail.logfile
VERBOSE=on

I put that where I show in my example.  Put that log file where you
have a directory and won't forget about it.  It will grow, and grow,
and grow, without bounds until the disk is full.  I trim mine daily
with a cron task.

45 8 * * *  savelog -q -d -C $HOME/var/log/procmail.logfile

Look in the log file to see what is happening.

Bob


signature.asc
Description: PGP signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] installing Wine 32

2022-03-27 Thread Dr. Nikolaus Klepp via Dng
Hi!

Anno domini 2022 Sun, 27 Mar 10:55:12 -0400
 Haines Brown scripsit:
> I'm running Chimaera and trying to play an old CDROM. I assume
> simplest way is to install wine. When I try to play the cdrom with
> wine64 I am told wine 32 is missing. I proceed to install
> wine and wine32.
>
> Installation of wine tells me that wine 5.0.3-3 is already
> installed.
>
> I proceed to install wine32. I'm told:
>
>wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not
>   going to be installed
>  Depends: libwine:i386 (= 5.0.3-3) but it
>   is not installable
>
> An attempt to install the former lists dozens of dependendencies
> that are not going to be installed.  Same for libwine:386
>
> I'm afraid of breaking applications.  Shouldn't the
> installation of an application in the Chimaera repositroy
> be simpler than this?
>
>

I have wine installed, but it's 6.0.3, not 5.0.3 - did you do a "apt update" 
before you tried?

Nik



ii  fonts-wine  6.0.3~repack-1  
   all  Windows API implementation - fonts
ii  libwine:amd64   6.0.3~repack-1  
   amd64Windows API implementation - library
ii  libwine:i3866.0.3~repack-1  
   i386 Windows API implementation - library
ii  wine6.0.3~repack-1  
   all  Windows API implementation - standard suite
ii  wine32:i386 6.0.3~repack-1  
   i386 Windows API implementation - 32-bit binary 
loader
ii  wine64  6.0.3~repack-1  
   amd64Windows API implementation - 64-bit binary 
loader
ii  winetricks  0.0+20210206-2  
   all  simple tool to work around common problems 
in Wine


--
Please do not email me anything that you are not comfortable also sharing with 
the NSA, CIA ...
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] installing Wine 32

2022-03-27 Thread Haines Brown
I'm running Chimaera and trying to play an old CDROM. I assume
simplest way is to install wine. When I try to play the cdrom with
wine64 I am told wine 32 is missing. I proceed to install 
wine and wine32. 

Installation of wine tells me that wine 5.0.3-3 is already
installed. 

I proceed to install wine32. I'm told:

   wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not 
going to be installed
 Depends: libwine:i386 (= 5.0.3-3) but it 
is not installable

An attempt to install the former lists dozens of dependendencies 
that are not going to be installed.  Same for libwine:386

I'm afraid of breaking applications.  Shouldn't the 
installation of an application in the Chimaera repositroy
be simpler than this?  
 

-- 

 Haines Brown 

 /"\
 \ /  ASCII Ribbon Campaign
  Xagainst HTML e-mail 
 / \

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng