Re: One-line password generator

2017-09-01 Thread Thomas Schmitt
Hi, i made a test program from the SHA512 function of libjte, which stems from GNU C Library version 2.7 and is used for Jigdo ISOs. A loop of 10 million calls with a text of 80 characters, compiled -O2, ends after 4.088 seconds. That's about 2 exp 23 times faster than python-bcrypt with 2 exp 16

Re: One-line password generator

2017-09-01 Thread Thomas Schmitt
Hi, i forgot to emphasize that each user should generate an own salt value by $ python >>> bcrypt.gensalt(16) '$2a$16$MS6A6ZrsJ30ZdqHVCMWMm.' and put it into the bcrypt call of bcryptedpw.py p = bcrypt.hashpw(userpw, '$2a$16$MS6A6ZrsJ30ZdqHVCMWMm.')[-31:] If many users would use the sa

Re: systemd says "org.freedesktop.systemd1.TransactionIsDestructive"

2017-09-01 Thread Dave Sherohman
On Thu, Aug 31, 2017 at 07:40:50PM +0100, Jonathan de Boyne Pollard wrote: > That said, it does sound like, from the scant description given, you are > mis-using |su|. Do not abuse |su| to drop privileges > , from > |root| to |nobody|

Re: 4.12 won't wake from sleep

2017-09-01 Thread Hans
Am Donnerstag, 31. August 2017, 18:21:44 CEST schrieb Boyan Penkov: Hi, awake from sleep doesn't work since months. I filed a bugreport a long time ago, but since then no one cared. Looks like it is too difficult to fix, as changes are too often. Sorry to tell you. Best Hans > Howdy, > >

Re: 4.12 won't wake from sleep

2017-09-01 Thread Hans
Am Donnerstag, 31. August 2017, 18:21:44 CEST schrieb Boyan Penkov: Hi, awake from sleep doesn't work since months. I filed a bugreport a long time ago, but since then no one cared. Looks like it is too difficult to fix, as changes are too often. Sorry to tell you. Best Hans > Howdy, > >

Re: Btrs vs ext4. Which one is more reliable?

2017-09-01 Thread Jonathan Dowland
On Fri, Jul 28, 2017 at 04:27:32PM +0200, Dan wrote: Hi, I have a NFS4 server with ext4. I'm moving to Debian Stretch. I wonder if I should switch to Btrfs. I like the checksum feature to prevent silent corruption. Lacking this feature in the filesystems I use for data storage (ext4 and XFS),

Re: 4.12 won't wake from sleep

2017-09-01 Thread Boyan Penkov
If you’re referring to this — https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854672 — my situation is a little different, as it happens on sleep only (haven’t tried on hibernate.). Is this it? Cheers! -- Boyan Penkov www.boyanpenkov.com > On Sep 1, 2017, at 05:46, Hans wrote: > > Am Donne

Re: How to Keep Track of Changes to the System

2017-09-01 Thread rhkramer
On Friday, September 01, 2017 01:40:33 AM hdv@gmail wrote: > On 2017-08-31 23:36, rhkra...@gmail.com wrote: > > I'm interested as well, if you could send a copy to me. > > > > @Ray: And even more so, Ray, after you modify it. > I sent it to this list yesterday. If you missed it I can send it agai

Re: Btrs vs ext4. Which one is more reliable?

2017-09-01 Thread Henrique de Moraes Holschuh
On Thu, 31 Aug 2017, David Wright wrote: > "RPC portmapper replacement" needs to be shut down cleanly however > long it takes. Likewise the "Color Profiles" manager which, while Because if it didn't exit, it most likely means an NFS partition is still unmounting and you could incur data loss if ki

Re: 4.12 won't wake from sleep

2017-09-01 Thread Boyan Penkov
Hey folks, For reference: After some searching, I came across this -- https://www.reddit.com/r/archlinux/comments/6s26ua/is_suspend_broken_for_anyone_else_when_using_bfq/ -- which lead me to this commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v4.13-rc4&id=765

Re: Weird shell script behavior in a cron job

2017-09-01 Thread David Margerison
On 31 August 2017 at 04:32, James H. H. Lampert wrote: > > I added a line to echo $SHELL to my debugging log file, and > that was it: if I ran it from cron, $SHELL was /bin/sh; if I ran it from a > command line, $SHELL was /bin/bash. Be careful to correctly understand the purpose of the SHELL env

Re: Btrs vs ext4. Which one is more reliable?

2017-09-01 Thread David Wright
On Fri 01 Sep 2017 at 08:34:25 (-0300), Henrique de Moraes Holschuh wrote: > On Thu, 31 Aug 2017, David Wright wrote: > > "RPC portmapper replacement" needs to be shut down cleanly however > > long it takes. Likewise the "Color Profiles" manager which, while > > Because if it didn't exit, it most

Can't find ip addresses of devices on LAN

2017-09-01 Thread Thomas George
I have tried ping 192.168.1.225 followed by arp -a and I have tried netstat -r Neither report ip addresses of attached devices. I know there are two devices besides this pc and I know the address of one of these devices. I can ping it and it responds. How to find the address of the second de

Re: Can't find ip addresses of devices on LAN

2017-09-01 Thread Markus Schönhaber
Thomas George, Fr 01 Sep 2017 18:28:05 CEST: > I have tried ping 192.168.1.225 followed by arp -a Really .225 and not .255? If so, why? > and I have tried netstat -r > > Neither report ip addresses of attached devices. > > I know there are two devices besides this pc and I know the address of

Re: One-line password generator

2017-09-01 Thread Mario Castelán Castro
On 22/08/17 10:04, Mario Castelán Castro wrote: > I have the following line in my Bash init file: > > “alias gen-password="head -c 16 /dev/urandom | base64 | head -c 22 && echo"” > > This generates a password with just above 128 bits of entropy. You may > find it useful. A slight simplification:

Re: Can't find ip addresses of devices on LAN

2017-09-01 Thread Steve Witt
On Fri, Sep 01, 2017 at 12:28:05PM -0400, Thomas George wrote: > I have tried ping 192.168.1.225 followed by arp -a > > and I have tried netstat -r > > Neither report ip addresses of attached devices. > > I know there are two devices besides this pc and I know the address of one > of these devic

Archnosh 1.35 networking

2017-09-01 Thread Jonathan de Boyne Pollard
Thomas: [...] the new networking documentation [...] This will benefit a general readership, as well as you looking towards Archnosh 1.35. When you upgrade to 1.35, there will be two ways of configuring things. You can either write a Debian-style /etc/network/interfaces file, or you can e

Re: One-line password generator

2017-09-01 Thread Brian
On Fri 01 Sep 2017 at 09:58:19 -0500, Mario Castelán Castro wrote: > On 22/08/17 10:04, Mario Castelán Castro wrote: > > I have the following line in my Bash init file: > > > > “alias gen-password="head -c 16 /dev/urandom | base64 | head -c 22 && echo"” > > > > This generates a password with jus

Re: lp printing doesn't work (Solved ... sort of)

2017-09-01 Thread Gary Roach
On 08/30/2017 06:46 AM, Curt wrote: On 2017-08-30, Brian wrote: Vary confused. That makes two of us. Try setting a per-user default queue, which overrides the system-level setting in /etc/cups/lpoptions. The per-user default is stored in ~/.cups/lpoptions with 'lpoptions -d'. There is also

Re: One-line password generator

2017-09-01 Thread Thomas Schmitt
Hi, Brian wrote: > Here is a password > F!Vz5s19WuXa61PaA"+5 > Where does the password come from? It doesn't matter. But that's the cardboard backplane of the passwords which a human brain can memorize: They have an origin or a memory hook. Long passwords from a good random number generator a

How do I get Tomcat 8.5? Re: I just installed "tomcat8" and "tomcat8-admin" on a Debian 8.9 box, via an apt-get

2017-09-01 Thread James H. H. Lampert
I just now realized that my subject line was not exactly to the point, so if you'll pardon a repeat of my post from yesterday: I wrote: I want to put Tomcat 8.5 on the box I've spent the past week configuring. What my apt-get got me was Tomcat 8.0.14. Can I get Tomcat 8.5 via an apt-get? If so,

Re: One-line password generator

2017-09-01 Thread Zenaan Harkness
On Fri, Sep 01, 2017 at 09:58:19AM -0500, Mario Castelán Castro wrote: > On 22/08/17 10:04, Mario Castelán Castro wrote: > > I have the following line in my Bash init file: > > > > “alias gen-password="head -c 16 /dev/urandom | base64 | head -c 22 && echo"” > > > > This generates a password with

Re: One-line password generator

2017-09-01 Thread Zenaan Harkness
On Fri, Sep 01, 2017 at 08:46:33PM +0100, Brian wrote: > On Fri 01 Sep 2017 at 09:58:19 -0500, Mario Castelán Castro wrote: > > > On 22/08/17 10:04, Mario Castelán Castro wrote: > > > I have the following line in my Bash init file: > > > > > > “alias gen-password="head -c 16 /dev/urandom | base64

What constiutes a viable library installation for openmp and hypre

2017-09-01 Thread Gary Roach
Hi all, I have been trying to use openMP and Hypre libraries in the installation of Elmer FEM and also a parallel processing training program. In neither case can the compiler find the libraries. I am using cmake for the Elmer program and codeblock for the training program. Elmer has an extens

Re: One-line password generator

2017-09-01 Thread Zenaan Harkness
On Fri, Sep 01, 2017 at 09:38:14PM -0500, Mario Castelán Castro wrote: > On 01/09/17 18:43, Zenaan Harkness wrote: > > (Probably obvious, but as long as you're reading from urandom, > > "entropy" is the wrong word, in this context, better to say "128 bits > > of crytographically secure numbers" as

Re: One-line password generator

2017-09-01 Thread Mario Castelán Castro
On 01/09/17 18:43, Zenaan Harkness wrote: > (Probably obvious, but as long as you're reading from urandom, > "entropy" is the wrong word, in this context, better to say "128 bits > of crytographically secure numbers" as that which has been said e.g. > by the Linux kernel urandom developers as being

Re: Ciao! Mi saluterai? Manuela

2017-09-01 Thread Boghici Ion
si cuando vi On Tuesday, August 15, 2017 5:07 PM, Manuela Seetahall wrote: Unisciti a me e chattiamo. http://bit.ly/2uKHPm5