Re: encryption

2018-04-22 Thread Andrew McGlashan
Hi, On 23/04/18 15:52, Richard Hector wrote: > BTW, if you're still interested in the original question, did you find > 'shc'? It encrypts your script and creates a binary executable. I don't > know how current/good the encryption is, though. It's in debian. I would say, "not safe enough" ht

Re: Intel - Sky Lake Processor?

2018-04-22 Thread HP Garcia
On Mon, 23 Apr 2018 09:22:05 +0500 "Alexander V. Makartsev" wrote: > On 22.04.2018 05:24, HP Garcia wrote: > > Does any else have a Debian installed on a pc with a Intel Sky Lake > > processor? Has anyone got it configured properly without any boot > > errors? > > > > Just curious. > > > > HP Gar

Re: encryption

2018-04-22 Thread Richard Hector
On 23/04/18 03:29, Brian wrote: > I reduced the contents of myscript to its one essential line: > > mpw -M "secret" "railcard" > > Then > > brian@desktop:~$ echo hello && eval /home/brian/myscript && echo world! & > sleep 2 && ps -f > [1] 2049 > hello > hYM@ei0tSL1rOZRmYD4: > UID

Re: Intel - Sky Lake Processor?

2018-04-22 Thread Alexander V. Makartsev
On 22.04.2018 05:24, HP Garcia wrote: > Does any else have a Debian installed on a pc with a Intel Sky Lake > processor? Has anyone got it configured properly without any boot > errors? > > Just curious. > > HP Garcia On Sun, 22 Apr 2018 12:09:38 +0500 > What I am seeing after grub is APCI and PCIe

Re: Install 9.4 on acer V15 Nitro 4K -> black screen after choosing installation method; Kali live running and Ubuntu installation no problem

2018-04-22 Thread Jimmy Johnson
On 04/22/2018 02:28 PM, Dr. Volker Jaenisch wrote: Hi Songbird! On 20.04.2018 17:39, songbird wrote: i'd give the most recent versions of the installer a try to see: https://www.debian.org/devel/debian-installer/ there are the alpha versions and also the daily/weekly versions. Tried th

Re: Install 9.4 on acer V15 Nitro 4K -> black screen after choosing installation method; Kali live running and Ubuntu installation no problem

2018-04-22 Thread Dr. Volker Jaenisch
Hi Songbird! On 20.04.2018 17:39, songbird wrote: > i'd give the most recent versions of the installer a > try to see: > > https://www.debian.org/devel/debian-installer/ > > there are the alpha versions and also the daily/weekly > versions. Tried the actual debian-buster-DI-alpha2-amd64-netin

Jessie-backports now has spectre patched kernel

2018-04-22 Thread Jimmy Johnson
4.9.0-0.bpo.6-amd64 is patched, tested on AMD and Intel - Variant 1,2 and 3 patched. Cheers! -- Jimmy Johnson Devuan Jessie - KDE 4.14.2 - AMD A8-7600 - EXT4 at sda5 Registered Linux User #380263

Re: Network-related Chicken and Egg Issue, attempting Install of Debian 9.4

2018-04-22 Thread David Christensen
On 04/22/18 11:02, to...@tuxteam.de wrote: On Sun, Apr 22, 2018 at 10:55:48AM -0700, David Christensen wrote: On 04/21/18 22:26, to...@tuxteam.de wrote: ... systemd ... spreading FUD about it just fires backwards, and shouldn't be the style here... Please cite the FUD I am spreading about sys

Re: Network-related Chicken and Egg Issue, attempting Install of Debian 9.4

2018-04-22 Thread Eike Lantzsch
On Sunday, April 22, 2018 10:55:48 AM -04 David Christensen wrote: > On 04/21/18 22:26, to...@tuxteam.de wrote: > > ... systemd ... > > spreading FUD about it > > just fires backwards, and shouldn't be the style here... > > Please cite the FUD I am spreading about systemd. > > > David man ip: *

Re: encryption

2018-04-22 Thread David Christensen
On 04/21/18 23:28, john doe wrote: On 4/21/2018 9:58 PM, David Christensen wrote: On 04/21/18 08:38, john doe wrote: Here's the code I used to let a script prompt for a password: read -s -p "Enter password: " [ $? -ne 0 ] && exit 1 I only speak shell scripting, how would you do that in Perl?

Re: Network-related Chicken and Egg Issue, attempting Install of Debian 9.4

2018-04-22 Thread Brian
On Sat 21 Apr 2018 at 20:01:05 -0400, Kenneth Parker wrote: > On Sat, Apr 21, 2018 at 6:38 PM, Dan Ritter wrote: > > On Sat, Apr 21, 2018 at 03:13:09PM -0700, David Christensen wrote: > > > > > > > On 04/21/18 14:24, Kenneth Parker wrote: > > > > > > > One more thing: Because of some changes,

Re: Network-related Chicken and Egg Issue, attempting Install of Debian 9.4

2018-04-22 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Apr 22, 2018 at 10:55:48AM -0700, David Christensen wrote: > On 04/21/18 22:26, to...@tuxteam.de wrote: > >... systemd ... > >spreading FUD about it > >just fires backwards, and shouldn't be the style here... > > Please cite the FUD I am sprea

Re: encryption

2018-04-22 Thread David Christensen
On 04/21/18 18:56, David Wright wrote: On Sat 21 Apr 2018 at 13:04:20 (-0700), David Christensen wrote: On 04/20/18 12:38, Brian wrote: DECRYPT=$(scrypt dec /usr/local/bin/myscript) && eval "$DECRYPT" On 04/21/18 09:36, David Wright wrote: If so, then won't the password be revealed by ps whi

Re: Network-related Chicken and Egg Issue, attempting Install of Debian 9.4

2018-04-22 Thread David Christensen
On 04/21/18 22:26, to...@tuxteam.de wrote: ... systemd ... spreading FUD about it just fires backwards, and shouldn't be the style here... Please cite the FUD I am spreading about systemd. David

Re: encryption

2018-04-22 Thread Brian
On Sun 22 Apr 2018 at 12:42:04 +0300, Reco wrote: > On Sun, Apr 22, 2018 at 09:07:04AM +, Curt wrote: > > On 2018-04-22, David Wright wrote: > > >> > > >> I am not after winning any races but (seeing as you brought the issue > > >> up) knowing whether ps sees my secret and how to go about fi

Re: encryption

2018-04-22 Thread Brian
On Sun 22 Apr 2018 at 11:10:24 -0500, David Wright wrote: > On Sat 21 Apr 2018 at 12:43:54 (-0700), David Christensen wrote: > > > > On 04/21/18 08:20, Brian wrote: > > >On Fri 20 Apr 2018 at 17:07:10 -0700, David Christensen wrote: > > > >> As scrypt is going to prompt you for a passphrase anyw

Re: X does not work in Debian 9.4

2018-04-22 Thread Ennio-Sr
* fmn...@gmail.com [220418, 03:09]: > Hello Ennio, > > this usually happens when you are using a graphics driver that > depends on a kernel module that is not shipped with the standard > kernel, like nvidia-driver for example. You need to reinstall the > module, linking it against the new k

Re: encryption

2018-04-22 Thread David Wright
On Sat 21 Apr 2018 at 12:43:54 (-0700), David Christensen wrote: > > On 04/21/18 08:20, Brian wrote: > >On Fri 20 Apr 2018 at 17:07:10 -0700, David Christensen wrote: > >> As scrypt is going to prompt you for a passphrase anyway, why don't > >> you leave the script unencrypted and revise it to pr

Re: encryption

2018-04-22 Thread Brian
On Sat 21 Apr 2018 at 20:56:43 -0500, David Wright wrote: > On Sat 21 Apr 2018 at 13:04:20 (-0700), David Christensen wrote: > > On 04/20/18 12:38, Brian wrote: > > >DECRYPT=$(scrypt dec /usr/local/bin/myscript) && eval "$DECRYPT" > > > > On 04/21/18 09:36, David Wright wrote: > > >If so, then wo

Re: X does not work in Debian 9.4

2018-04-22 Thread Francisco M Neto
Maybe you should call customer support for the company that sold you that software. Oh, wait. On Sun, 2018-04-22 at 09:44 +, Long Wind wrote: > i just return home and check email > by asking so many questions, you surely have more energy than i > > url you give seems helpful > #801605 - xser

Re: X does not work in Debian 9.4

2018-04-22 Thread Abdullah Ramazanoglu
On Sun, 22 Apr 2018 09:44:25 + (UTC) Long Wind said: > it seems i'm helping testing/debugging, i'm not interested in such effort So you are not interested in helping with community software problems, but the community should be interested in helping with your usage problems. Cool regards --

Re: A Question about a supposedly missing file

2018-04-22 Thread Stephen P. Molnar
On 04/22/2018 08:18 AM, Roberto C. S�nchez wrote: On Sun, Apr 22, 2018 at 08:04:08AM -0400, Stephen P. Molnar wrote: Think you for the ingormstion, but, as I pointed out in my origional email, the necessary versions of tcl-tk are in /home/comp/Apps/BDT/tools/tcl-tk8.4/lib How do I use them?

Re: A Question about a supposedly missing file

2018-04-22 Thread Roberto C . Sánchez
On Sun, Apr 22, 2018 at 08:04:08AM -0400, Stephen P. Molnar wrote: > Think you for the ingormstion, but, as I pointed out in my origional email, > the necessary versions of tcl-tk are in > > /home/comp/Apps/BDT/tools/tcl-tk8.4/lib > > How do I use them? > What is the output of 'ls /home/comp/App

Re: A Question about a supposedly missing file

2018-04-22 Thread Curt
On 2018-04-2 2, Roberto C Sánchez wrote: >> > > >> > > comp@AbNormal:~/Apps/BDT$ ./bdt >> > > /usr/local/gromacs/lib:/opt/mopac >> > > ./bdt.exec: error while loading shared libraries: libtcl8.4.so.0: cannot >> > > open shared object file: No such file or directory >> > > comp@AbNormal:~/Apps/BD

Re: A Question about a supposedly missing file

2018-04-22 Thread Stephen P. Molnar
On 04/22/2018 07:20 AM, Roberto C. S�nchez wrote: On Sun, Apr 22, 2018 at 06:23:57AM -0400, Stephen P. Molnar wrote: On 04/21/2018 04:22 PM, Roberto C. S�nchez wrote: On Sat, Apr 21, 2018 at 12:46:37PM -0400, Stephen P. Molnar wrote: I have installed a GUI for some of my modeling programs

Re: A Question about a supposedly missing file

2018-04-22 Thread Roberto C . Sánchez
On Sun, Apr 22, 2018 at 06:23:57AM -0400, Stephen P. Molnar wrote: > > On 04/21/2018 04:22 PM, Roberto C. S�nchez wrote: > > On Sat, Apr 21, 2018 at 12:46:37PM -0400, Stephen P. Molnar wrote: > > > I have installed a GUI for some of my modeling programs > > > (http://www.quimica.urv.cat/~pujadas

Re: A Question about a supposedly missing file

2018-04-22 Thread Stephen P. Molnar
On 04/21/2018 04:22 PM, Roberto C. S�nchez wrote: On Sat, Apr 21, 2018 at 12:46:37PM -0400, Stephen P. Molnar wrote: I have installed a GUI for some of my modeling programs (http://www.quimica.urv.cat/~pujadas/BDT) on my Debian Stretch platform. While there were no warning or error messages

Re: A Question about a supposedly missing file

2018-04-22 Thread Stephen P. Molnar
On 04/21/2018 04:22 PM, Roberto C. S�nchez wrote: On Sat, Apr 21, 2018 at 12:46:37PM -0400, Stephen P. Molnar wrote: I have installed a GUI for some of my modeling programs (http://www.quimica.urv.cat/~pujadas/BDT) on my Debian Stretch platform. While there were no warning or error messages

Bug in pdf display probably due to synctex update

2018-04-22 Thread Pétùr
In Debian Sid, I cannot anymore use zathura (pdf viewer) and pdf-tools (inside emacs). The problem seems to be linked with synctex (for LaTeX documents). Zathura says "zathura: symbol lookup error: zathura: undefined symbol: synctex_next_result" even when I try to open pdfs which are not created

Re: X does not work in Debian 9.4

2018-04-22 Thread Long Wind
Thanks!  X is OK in 9.3, below is X log in 9.3 [22.559] X.Org X Server 1.19.2 Release Date: 2017-03-02 [22.560] X Protocol Version 11, Revision 0 [22.560] Build Operating System: Linux 4.9.0-4-amd64 i686 Debian [22.560] Current Operating System: Linux debian 4.9.0-4-686-pae #1 SM

Re: X does not work in Debian 9.4

2018-04-22 Thread Long Wind
i just return home and check email by asking so many questions, you surely have more energy than i url you give seems helpful #801605 - xserver-xorg: X fails to start as normal user - Debian Bug report logs i run X as root, and succeed, Thanks! it seems i'm helping testing/debugging, i'm not int

Re: encryption

2018-04-22 Thread Reco
Hi. On Sun, Apr 22, 2018 at 09:07:04AM +, Curt wrote: > On 2018-04-22, David Wright wrote: > >> > >> I am not after winning any races but (seeing as you brought the issue > >> up) knowing whether ps sees my secret and how to go about finding that > >> out. > > > > ps might not be the

Re: encryption

2018-04-22 Thread Curt
On 2018-04-22, David Wright wrote: >> >> I am not after winning any races but (seeing as you brought the issue >> up) knowing whether ps sees my secret and how to go about finding that >> out. > > ps might not be the best tool for deliberately finding the info above. > The obvious place to look i

Re: Intel - Sky Lake Processor?

2018-04-22 Thread Alexander V. Makartsev
On 22.04.2018 05:24, HP Garcia wrote: > Does any else have a Debian installed on a pc with a Intel Sky Lake > processor? Has anyone got it configured properly without any boot > errors? > > Just curious. > > HP Garcia > I have an i5-6600 SkyLake CPU and it works without any problems whatsoever on D