Re: gnome-password-generator replacement?

2017-06-18 Thread Heinz Diehl
On 18.06.2017, stan wrote: > It doesn't have a gui that I know of, but I use pwgen from the Fedora > repositories. It warns that the passwords are less secure than fully > random passwords Pwgen uses /dev/urandom, so the statement that those passwords are less secure than "fully" random

Re: gnome-password-generator replacement?

2017-06-18 Thread Tim
Andre Robatino: > If you use a password manager, you can use a different strong random > password for each site, and copy and paste it. Fifty characters is > just as easy as 8, and means you don't have to worry about changing > the password again (unless a website like Socialsecurity.gov forces >

Re: gnome-password-generator replacement?

2017-06-18 Thread Andre Robatino
> On Sun, 2017-06-18 at 19:13 -0700, stan wrote: > > I completely agree, it's just as impossible to guess that a password is > "$#DfSGxS" than "sickturtlepyjamas", and I know which one is easier > to > remember and type. With the peculiar password rules, I have no choice > to but to do the

Re: gnome-password-generator replacement?

2017-06-18 Thread Tim
On Sun, 2017-06-18 at 19:13 -0700, stan wrote: > I think it isn't necessary to have all those special characters in > order to have strong passwords. I completely agree, it's just as impossible to guess that a password is "$#DfSGxS" than "sickturtlepyjamas", and I know which one is easier to

Re: gnome-password-generator replacement?

2017-06-18 Thread Andre Robatino
Many websites don't allow even 30 chars. One of the important ones I use allows only 16 characters (and no 2FA option), but happens to allow special characters. Using the largest possible character set is the only way to shore that up. ___ users

Firefox

2017-06-18 Thread Lawrence E Graves
Not able to control the maximize control on my firefox web browser. If I unmaximize the browser and close it out. When I log back on, it automatically goes to maximize. Can anybody help with this matter? Am I reporting to the list? -- All things are workable but don't all things work. Prov.

Re: gnome-password-generator replacement?

2017-06-18 Thread Joe Zeff
On 06/18/2017 07:03 PM, Tim wrote: 1. Used to be able to customise GDM, can't anymore without serious hacking. 2. Used to be able to have screensavers, now you have to bodge in something else. 3. Used to have decent control of the audio mixer, now there's

Re: Is default umask of 022 still reasonable for Fedora?

2017-06-18 Thread stan
On Mon, 19 Jun 2017 05:49:20 +0800 Ed Greshko wrote: > You haven't described your environment. Without that knowledge any > advice on umask is questionable. Remember, umask isn't, and never > was, intended to be a high security mechanism. Home workstation with no web

Re: gnome-password-generator replacement?

2017-06-18 Thread stan
On Sun, 18 Jun 2017 20:55:08 - "Andre Robatino" wrote: > Thanks. I had actually installed pwgen a few months ago, but it > looked like the passwords weren't strong enough. > gnome-password-generator has a Character set option "All printable > (excluding space)".

Re: gnome-password-generator replacement?

2017-06-18 Thread Tim
JD wrote: >> gnome project keeps doing things that disable the user. Matthew Miller: > This seems... unnecssary. Though, I'd say it's accurate. You could build up a list of things that keep getting removed from your control in Gnome. I'm not going to attempt to build up an extensive one, but

Re: gnome-password-generator replacement?

2017-06-18 Thread Andre Robatino
makepasswd also looks useful. It's clumsier to use, but more flexible. You use the -c option followed by a string to specify the exact set of allowed characters. The following prints all of the 94 non-space printable characters: for (( c=33; c<=126; c++ )); do printf "\x$(printf %x $c)"; done

Re: Is default umask of 022 still reasonable for Fedora?

2017-06-18 Thread stan
On Sun, 18 Jun 2017 17:11:11 -0400 Jon LaBadie wrote: > Minor correction, a umask 022 will set execute on new directories > (drwxr-xr-x), but not new files. They would be -rw-r--r--. Not so minor! Thanks. ___ users mailing list --

Re: Is default umask of 022 still reasonable for Fedora?

2017-06-18 Thread Cameron Simpson
On 18Jun2017 13:24, stan wrote: I recently became aware that the default umask for Fedora is 022 when it caused problems for me that I had a different umask. This seems like an anachronism, a relic of a kinder, gentler time, when the computing atmosphere was more

Re: Is default umask of 022 still reasonable for Fedora?

2017-06-18 Thread Ed Greshko
On 06/19/17 04:24, stan wrote: > I recently became aware that the default umask for Fedora is 022 when > it caused problems for me that I had a different umask. This seems like > an anachronism, a relic of a kinder, gentler time, when the computing > atmosphere was more collegiate. Is it really

Re: gnome-password-generator replacement?

2017-06-18 Thread Andre Robatino
BTW, just noticed a bug. pwgen doesn't have an option to use numbers only (for creating PINs) so I tried to use "pwgen -n 1" to generate a sequence of random digits. But all of the 1-character passwords are lower-case letters, no digits. Filed https://bugzilla.redhat.com/show_bug.cgi?id=1462557

Re: Is default umask of 022 still reasonable for Fedora?

2017-06-18 Thread Jon LaBadie
On Sun, Jun 18, 2017 at 01:24:17PM -0700, stan wrote: > I recently became aware that the default umask for Fedora is 022 when > it caused problems for me that I had a different umask. This seems like > an anachronism, a relic of a kinder, gentler time, when the computing > atmosphere was more

Re: gnome-password-generator replacement?

2017-06-18 Thread Andre Robatino
Thanks. I had actually installed pwgen a few months ago, but it looked like the passwords weren't strong enough. gnome-password-generator has a Character set option "All printable (excluding space)". It appears that "pwgen -sy 30 1", for example, does just that, and "pwgen -s 30 1" is the same

Re: gnome-password-generator replacement?

2017-06-18 Thread Matthew Miller
On Sun, Jun 18, 2017 at 12:19:46PM -0600, JD wrote: > gnome project keeps doing things that disable the user. This seems... unnecssary. No one in GNOME is "disabling the user". Remember that Fedora — like GNOME, for that matter — is maintained by volunteers. For whatever reason, this package is

Is default umask of 022 still reasonable for Fedora?

2017-06-18 Thread stan
I recently became aware that the default umask for Fedora is 022 when it caused problems for me that I had a different umask. This seems like an anachronism, a relic of a kinder, gentler time, when the computing atmosphere was more collegiate. Is it really appropriate that new files be created

Re: gnome-password-generator replacement?

2017-06-18 Thread stan
On Sun, 18 Jun 2017 17:25:41 - "Andre Robatino" wrote: > gnome-password-generator will not be available in the Fedora repos > for F26 and later. Do the repos contain a good replacement? It doesn't have a gui that I know of, but I use pwgen from the Fedora

Re: gnome-password-generator replacement?

2017-06-18 Thread JD
On 06/18/2017 11:25 AM, Andre Robatino wrote: gnome-password-generator will not be available in the Fedora repos for F26 and later. Do the repos contain a good replacement? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

gnome-password-generator replacement?

2017-06-18 Thread Andre Robatino
gnome-password-generator will not be available in the Fedora repos for F26 and later. Do the repos contain a good replacement? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

[389-users] Re: Issues enabling SSL/TLS for config DS

2017-06-18 Thread dave_horton2001
Nice one! Happy to be of help and thanks for being so responsive to the initial query. Dave ___ 389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org

[389-users] Re: Issues enabling SSL/TLS for config DS

2017-06-18 Thread Mark Reynolds
On 06/18/2017 07:41 AM, Mark Reynolds wrote: > > On 06/17/2017 10:46 PM, dave_horton2...@hotmail.com wrote: >> Hi Mark, >> >> I can confirm removing it from adm.conf prevents it working. Adding it >> back, it works again. >> >> Possibly there's another means that normally ensures the correct

[389-users] Re: Issues enabling SSL/TLS for config DS

2017-06-18 Thread Mark Reynolds
On 06/17/2017 10:46 PM, dave_horton2...@hotmail.com wrote: > Hi Mark, > > I can confirm removing it from adm.conf prevents it working. Adding it back, > it works again. > > Possibly there's another means that normally ensures the correct range is set > for the config DS connection? > > The

Re: Strange mouse issue in VirtualBox

2017-06-18 Thread andrea
On 17/06/17 20:17, Tom Horsley wrote: I wonder if it is remotely related to this bug? https://bugzilla.redhat.com/show_bug.cgi?id=1350390 If I happen to cross over a virt-viewer window on my way to some other window, the virt-viewer keeps the keyboard focus. (Probably not the same, other than