Re: [CentOS] CentOS 7 bash perhaps off topic - solved

2018-11-26 Thread Jerry Geis
Thanks... I have enhanced the function of smwebsocket to do the parts of the script that I thought the pipeline was doing... Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 7 bash perhaps off topic

2018-11-26 Thread Leroy Tennison
If I'm understanding you corectly, you want smwebsocket to continuously pull data passing it to grep for filtering and ultimately to myprogram to update a database. If that's correct I haven't had an opportunity to work with that but my current understanding of how pipelining works is that smwe

Re: [CentOS] CentOS 7 bash perhaps off topic

2018-11-26 Thread KM via CentOS
So you are saying that the actual "while read line do ….. done …." is what is failing?Try sending the output of the smwebsocket "$URL" | grep Location so we may see what is being passed to the while read line. Additionally you could use sh -x to execute it and it may show something. You could se

[CentOS] CentOS 7 bash perhaps off topic

2018-11-26 Thread Jerry Geis
hi all, I have a small script that seems to be exiting and hitting the sleep 60... The smwebsocket just connects to the web socket provided and outputs the data. This works manually. the myprogram just opens a database and writes the line... My desire is to run the smwebsocket, connect to the we

Re: [CentOS] [OT] Where to buy S/MIME ??

2018-11-26 Thread Mark Milhollan
On Sun, 25 Nov 2018, Alice Wonder wrote: >I want more than just DKIM sigs on my e-mail now. That digital signature (failing to verify) should be sufficient proof that the content was altered -- it is as strong as S/MIME signing only will provide, i.e., if someone with power over your life can b

Re: [CentOS] kernel 3.10.0-957.el7.x86_64 + EFI on Dell server - problem

2018-11-26 Thread Fabian Arrotin
On 20/11/18 14:32, lejeczek via CentOS wrote: > hi guys > > I've one box where I just yesterday upgraded Centos. I wonder if that > kernel upgrade process might somewhat troublesome. > After that upgrade UEFI boot fails with: > > Failed to set MokListRT: Invalid Parameter > Something has gone ser

Re: [CentOS] kernel 3.10.0-957.el7.x86_64 + EFI on Dell server - problem

2018-11-26 Thread Fabian Arrotin
On 20/11/18 14:58, Jonathan Billings wrote: > On Tue, Nov 20, 2018 at 01:32:44PM +, lejeczek via CentOS wrote: >> >> hi guys >> >> I've one box where I just yesterday upgraded Centos. I wonder if that kernel >> upgrade process might somewhat troublesome. >> After that upgrade UEFI boot fails wi

[CentOS] rpmbuild errors

2018-11-26 Thread Alessandro Baggi
Hi list, I need a more updated version of bacula because I need to backup a debian workstation. So I decided to build my own bacula package base on bacula 9.2.0. I'm new to rpmbuild and I created my bacula.spec file but when running rpmbuild -ba bacula.spec I got error about check-rpaths like

[CentOS] NBDE, clevis and tang for non-root disk

2018-11-26 Thread Radu Radutiu
Hi, Has anybody managed to get network disk bound disk encryption to work with a non-root disk? It works fine for the root device, but the moment I add another volume to /etc/crypttab the system will no longer boot automatically. A tcpdump on the tang server shows no traffic while the system is st