Re: [gentoo-user] Google pop3 authentication failure

2022-06-13 Thread spareproject776

They flushed all the app password creds and forced 2fa. 
Need to go through the accounts.google.com login to recover.

On Mon, Jun 13, 2022 at 09:42:39AM -0400, Walter Dnes wrote:
>   I started getting this today.
> 
> fetchmail: Authorization failure on @pop.gmail.com
> fetchmail: For help, see http://www.fetchmail.info/fetchmail-FAQ.html#R15
> fetchmail: Query status=3 (AUTHFAIL)
> 
>   The fetchmail URL is not helpful at all.  Here's the stanza for Gmail
> in my .fetchmailrc.  What do I do now?
> 
> poll pop.gmail.com protocol pop3:
>  username "" password "*" is "" here
>  ssl
>  fetchall
>  mda "/usr/bin/procmail -m ~/.mailfilter/.procmailrc":
> 
> -- 
> Walter Dnes 
> I don't run "desktop environments"; I run useful applications
> 

-- 


signature.asc
Description: PGP signature


Re: [gentoo-user] Seamonkey automatic email download after switch to Oauth2

2022-06-03 Thread spareproject776
On Fri, Jun 03, 2022 at 10:54:06AM +0100, Michael wrote:
> On Friday, 3 June 2022 11:07:47 BST spareproject776 wrote:
> > They only forced turning 2fa on.
> 
> There used to be a period a few years ago now, when you could enable less 
> secure app access plus OAuth2 without giving your DOB, mobile phone 2FA, etc. 
>  
> They have since stopped this.  I had enabled OAuth2 on one PC, but was not 
> able to do the same on a second PC I tried to connect from.  I can't recall 
> the error now.
> 
> Thankfully, other email providers are available.  :-)

Is the privacy thing really that bad ? My plans to send a load of e2e messages 
through a mix net just to wind them up.

More worried about someone picking my phone up popping the sim card out. 
Then requesting account recovery from it and plugging it back in now : / 
sort of defeated the point in having tpm backed devices.

How did you even enable the oauth thing ? only had security device or 
push to an authenticated device available. Then lied and forced enabling 
sms as a 'recovery' option.

-- 



Re: [gentoo-user] Seamonkey automatic email download after switch to Oauth2

2022-06-03 Thread spareproject776


They turned off the ability to use smtp pop3 or imap over cleartext
a while ago. They only expose it over tls wrapped ports. Your client
wouldn't even be able to get as far as sending it.

Also forces SASL which is tldr for echo 'username password'|base64
before sending it.

Once you enable 2fa for the account, you can recreate an application
password.

Funnily enough my old password was stronger than a 16 char string : /
all in all they just force reduced password length. Whilst forcing
sms verification allowing account take over from sim swapping :'(

For the record this is sent from mutt using app password without oauth.

-- 



Re: [gentoo-user] Seamonkey automatic email download after switch to Oauth2

2022-06-03 Thread spareproject776


They only forced turning 2fa on.
Once you turn it on click the app password button
it generates a 16 character passphrase.
Then works exactly the same way it used to.

-- 



Re: [gentoo-user] Would a Thinkpad X200 be too much trouble too run gentoo on?

2022-04-21 Thread spareproject776
On Thu, Apr 21, 2022 at 03:49:24PM +0300, Dex Conner wrote:
> Hi everyone,
> 
> So I've found a Thinkpad X200 online and I'm thinking of buying it for
> libreboot purposes. Do you think the P8600 cpu can handle all the
> compiling on gentoo? For the record, I don't have any of the "big stuff"
> like KDE, GNOME, Firefox (all I have is Tor Browser [which I don't
> compile], dwl and some terminal programs like neomutt and profanity).
> Surely, I wouldn't be spending 5 hours to do small upgrades,
> right?..right?
> 
> Thank you
> --
> Dex

libreboot cant microcode updates, pretty much all dead now

ie cat /sys/devices/system/cpu/vulnerabilities/*

entire things DOA

-- 


signature.asc
Description: PGP signature


Re: [gentoo-user] Reproducible Installation Lists?

2022-02-26 Thread spareproject776


emerge -avbk $(tr '\n' ' ' < /var/lib/portage/world)

If your doing more than one box binhost / binpkg has a far higher return
for alot more effort upfront provided you can live with -mtune=generic.

On Sat, Feb 26, 2022 at 06:47:12PM +0800, Ramces Tampo-og Red wrote:
> 
> Hello list,
> 
> I'm a sort-of  newbie gentoo user and  I just wanted to ask  if what I'm
> thinking is possible or if I'm just  being stupid. But either way, I was
> wondering if it  is possible to export a list  of all installed software
> in emerge and use that to recreate on another gentoo install.
> 
> I have  a bunch of PCs  that are all  similarly specced and I  wanted to
> create a minimal install "template" for all of them. If not, would it be
> possible to pipe-in to emerge from stdin an output of all of the package
> names that I wanted it to emerge?
> 
> I'm really sorry if this might  be a stupid question. I'd appreciate any
> guidance in the matter.
> 
> Cheers!
> 
> -- 
>.  *+   
>   +   Ang kalayaan ay dili gihatag, ini'y giabot.   
>*   + {gopher,gemini}://kalayaan.xyz*   
>.  C4AE 5D53 46A0 01DF 6E92  CB46 92D7 9FBB AB9F 3E37 .



--