Re: [CentOS] NFS shutdown issue

2019-10-29 Thread Darby Vicker
> I disagree.  This is probably part of the NFS server, to catch when
> systems are being shut down and cleanly notifying and disconnecting
> clients.

Interesting - thanks for the info.  I can understand that behavior in a
shutdown situation.  But I'm surprised that unmounting (either cleanly or
uncleanly) one of two exported filesystems triggers the NFS service to
shutdown completely.  Is this consistent with other peoples experiences?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-es] Propia VPN

2019-10-29 Thread Cesar Martinez M.

Hola openvpn es tu solución, facil de implementar y seguro

--
|Saludos Cordiales
|César Martínez M. | Ingeniero de Sistemas
|Consultor & Proyectos Software Libre| SERVICOM
|Teléfono: (593-2)554-271 2221-386 | Ext 4501
|Celular:593 999374317 |Skype servicomecuador
|Web www.servicomecuador.com Síguenos en:
|Twitter: @servicomecuador |Facebook: servicomec
|Zona Clientes: www.servicomecuador.com/billing
|Blog: http://servicomecuador.com/blog
|Como Llegar: https://goo.gl/maps/GVx7FWtjakyvVHZF8
|Dir. Av. 10 de Agosto N29-140 Entre
|Acuña y  Cuero y Caicedo
|Quito - Ecuador - Sudamérica

El 29/10/19 a las 19:46, Rhamyro Alcoser A. escribió:

Todos los miembros tengan ustedes un cordial saludos,
Acudo a ustedes como expertos que me ayuden con una posible idea solución
de como implementas mi propia VPN, deseo implementar para conectar varias
localidades donde como  mucho estarán 5 equipos (Usuarios)  con mi matriz
para dar servicios de chat corporativo, Telefonía IP y un sistema cliente
servidor ambiente Windows.

estaré muy agradecido por su gentil ayuda


___
CentOS-es mailing list
CentOS-es@centos.org
https://lists.centos.org/mailman/listinfo/centos-es


[CentOS-es] Propia VPN

2019-10-29 Thread Rhamyro Alcoser A.
Todos los miembros tengan ustedes un cordial saludos,
Acudo a ustedes como expertos que me ayuden con una posible idea solución
de como implementas mi propia VPN, deseo implementar para conectar varias
localidades donde como  mucho estarán 5 equipos (Usuarios)  con mi matriz
para dar servicios de chat corporativo, Telefonía IP y un sistema cliente
servidor ambiente Windows.

estaré muy agradecido por su gentil ayuda

-- 

*Rhamyro Alcoser A.*

*ITIL & Systems Development*

*Mailto1:* rhamyr...@gmail.com

*¿Qué, pues, diremos a esto? Si Dios es por nosotros, ¿quién contra
nosotros?, Rm 8:31*
___
CentOS-es mailing list
CentOS-es@centos.org
https://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS] udev on CEntOS7 - can't get a match, looking for tips...

2019-10-29 Thread John H Nyhuis
hmmm, I thought := assigned a key just like +=, except := locked it so 
it could not be changed later.  Am I misunderstanding the man page for udev?

Thanks,

John H. Nyhuis
Desk: (206)-685-8334
jnyh...@uw.edu
Box 359461, 15th floor, 106

On 10/29/2019 4:31 PM, Leon Fauster via CentOS wrote:
> Am 29.10.19 um 23:41 schrieb John H Nyhuis:
>> Thanks, I did catch the mistype (after IU posted).  Still no match with
>> the typo fixed... :-(
>>
>> Thanks,
>>
>> John H. Nyhuis
>> Desk: (206)-685-8334
>> jnyh...@uw.edu
>> Box 359461, 15th floor, 106
>>
>> On 10/29/2019 4:03 AM, Tony Mountifield wrote:
>>> In article <7025a0a8-1471-530d-dad0-3770e902c...@uw.edu>,
>>> John H Nyhuis  wrote:
 The mtx binary requires my tape library to be assigned a sg# driver, 
 but
 the kernel periodically renumbers the sg devices.  Normally, we would
 write a udev rule to manually assign a persistent name, but it looks
 like things have changed as I can't seem to get a match on CEntOS7.  
 I'd
 appreciate any feedback or pointers to help me get my rule working.  My
 two attempts are below.

 cat /etc/udev/rules.d/90-local.rules

 KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
 ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"

 SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
 ATTRS{model}=="Scalar i40-i80  ", SYMLINK:="sg8"
>>>
>>> You have a typo: scsi_genric instead of scsi_generic.
>>>
>>> Don't know if that is the reason.
>>>
> 
> 
> SYMLINK:="sg8" -> SYMLINK+="sg8"
> 
> -- 
> Leon
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] udev on CEntOS7 - can't get a match, looking for tips...

2019-10-29 Thread Leon Fauster via CentOS

Am 29.10.19 um 23:41 schrieb John H Nyhuis:

Thanks, I did catch the mistype (after IU posted).  Still no match with
the typo fixed... :-(

Thanks,

John H. Nyhuis
Desk: (206)-685-8334
jnyh...@uw.edu
Box 359461, 15th floor, 106

On 10/29/2019 4:03 AM, Tony Mountifield wrote:

In article <7025a0a8-1471-530d-dad0-3770e902c...@uw.edu>,
John H Nyhuis  wrote:

The mtx binary requires my tape library to be assigned a sg# driver, but
the kernel periodically renumbers the sg devices.  Normally, we would
write a udev rule to manually assign a persistent name, but it looks
like things have changed as I can't seem to get a match on CEntOS7.  I'd
appreciate any feedback or pointers to help me get my rule working.  My
two attempts are below.

cat /etc/udev/rules.d/90-local.rules

KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"

SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
ATTRS{model}=="Scalar i40-i80  ", SYMLINK:="sg8"


You have a typo: scsi_genric instead of scsi_generic.

Don't know if that is the reason.




SYMLINK:="sg8" -> SYMLINK+="sg8"

--
Leon

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] udev on CEntOS7 - can't get a match, looking for tips...

2019-10-29 Thread John H Nyhuis
Thanks, I did catch the mistype (after IU posted).  Still no match with 
the typo fixed... :-(

Thanks,

John H. Nyhuis
Desk: (206)-685-8334
jnyh...@uw.edu
Box 359461, 15th floor, 106

On 10/29/2019 4:03 AM, Tony Mountifield wrote:
> In article <7025a0a8-1471-530d-dad0-3770e902c...@uw.edu>,
> John H Nyhuis  wrote:
>> The mtx binary requires my tape library to be assigned a sg# driver, but
>> the kernel periodically renumbers the sg devices.  Normally, we would
>> write a udev rule to manually assign a persistent name, but it looks
>> like things have changed as I can't seem to get a match on CEntOS7.  I'd
>> appreciate any feedback or pointers to help me get my rule working.  My
>> two attempts are below.
>>
>> cat /etc/udev/rules.d/90-local.rules
>>
>> KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
>> ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
>>
>> SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
>> ATTRS{model}=="Scalar i40-i80  ", SYMLINK:="sg8"
> 
> You have a typo: scsi_genric instead of scsi_generic.
> 
> Don't know if that is the reason.
> 
> Cheers
> Tony
> 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Security Policies

2019-10-29 Thread Leon Fauster via CentOS

Am 29.10.19 um 18:20 schrieb Paul Heinlein:

On Tue, 29 Oct 2019, JEFFREY MC DANIELS wrote:


Hello,


I just started working with CentOS and I want to say it's a great OS. 
The only issue is that I no longer see the lists of Security polices 
during the installation and I would like to know how to install them 
in Centos 8


Do you mean "Crypto policies"? If so, the update-crypto-policies utility 
will probably get you where you want to go.




Maybe targeted to this:

https://wiki.centos.org/TipsAndTricks/C7SecurityProfiles

--
Leon
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Security Policies

2019-10-29 Thread Paul Heinlein

On Tue, 29 Oct 2019, JEFFREY MC DANIELS wrote:


Hello,


I just started working with CentOS and I want to say it's a great 
OS. The only issue is that I no longer see the lists of Security 
polices during the installation and I would like to know how to 
install them in Centos 8


Do you mean "Crypto policies"? If so, the update-crypto-policies 
utility will probably get you where you want to go.


--
Paul Heinlein
heinl...@madboa.com
45°38' N, 122°6' W
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wonky Firefox 68.0.1esr upgrade

2019-10-29 Thread Kay Schenk

Problem solved from kuna236 on Reddit discussion...(see comments)

https://www.reddit.com/r/firefox/comments/cbnesc/firefox_68_password_field_blinks/

FYI. For just testing, I copied my new firefox.desktop from 
/usr/local/share/applications to my local Desktop folder, and gave it a 
new name. Did not do the update-desktop-database yet. (Original 
firefox.desktop file in /usr/share/applications.) All good!


--- details from kuna236---

For anyone else out there trying to modify their |.desktop| file, I 
copied my |/usr/share/applications/firefox.desktop| to 
|/usr/local/share/applications/| and prepended |env GTK_IM_MODULE=xim| 
to the |Exec=| lines.


|Exec=env GTK_IM_MODULE=xim firefox %u |

Then ran |sudo update-desktop-database|.

I struggled for a little while because I forgot to include |env| in my 
|Exec|, and Firefox stopped showing up in my applications menu. Figured 
I'd post it here in case anyone else was making the same mistake.


-- end details --


"And in the end, only kindness matters."
   -- Jewel, "Hands"
__
 MzK


On 10/26/19 3:09 PM, Kay Schenk wrote:


Apparently, this is a "known" FF issue...

https://support.mozilla.org/en-US/questions/1264837

"And in the end, only kindness matters."
-- Jewel, "Hands"
__
  MzK


On 10/24/19 10:19 AM, Kay Schenk wrote:
I just applied a bunch of updates to my CentOS 7 system yesterday, 
one of which was a Firefox update to 68.0.1esr.


Now when I bring up sites I would log in to -- my bank, credit cards, 
etc., the Password box is wonky and shakes and doesn't display 
successive dots  for characters I type, nor does it accept what I 
type. My work around currently is to type the password first, then my 
userid but ???! Using either a  to get to the Password box 
or just a click in the Password box causes the same results.


Previous Firefox version which worked fine 
--firefox-60.8.0-1.el7.centos.x86_64


HELP!


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Security Policies

2019-10-29 Thread JEFFREY MC DANIELS
Hello,
I just started working with CentOS and I want to say it's a great OS. The only 
issue is that I no longer see the lists of Security polices during the 
installation and I would like to know how to install them in Centos 8
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS shutdown issue

2019-10-29 Thread Jonathan Billings
On Mon, Oct 28, 2019 at 05:48:42PM -0600, Darby Vicker wrote:
> Should it be expected that NFS stops when one of the exports is unmounted?
> I don't think so.  Below is some more info on the setup.  Getting another
> eye on this would be much appreciated.

I disagree.  This is probably part of the NFS server, to catch when
systems are being shut down and cleanly notifying and disconnecting
clients. 

When the NFS mountd exports a filesystem, it gets a kernel lock on
that volume/directory (the linux NFSd is a kernel thread, not a
userspace daemon).  I don't believe that the NFS server knows to
un-export filesystems on a per-volume basis because it may come or
go.

If you expect the USB device to not be always connected, then you
shouldn't export it as an NFS share.  I don't think you can export an
automount either.

-- 
Jonathan Billings 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] No IrDA Support with CentOS anymore?

2019-10-29 Thread andreas . reschke
Hi there,
I've a laptop with CentOS 8 and a PC with CentOS 7. After 3 years of break 
I was Scuba Diving last 3 weeks. Back at home I wish to download all dive 
logs from my divecomputer connext via IrDA to my PC.

But no kernel modul for IrDA was found.

[root@rechner1 ~]# modprobe ircomm
modprobe: FATAL: Module ircomm not found in directory 
/lib/modules/4.18.0-147.6.el8.x86_64
[root@rechner1 ~]# modprobe ircomm_tty
modprobe: FATAL: Module ircomm_tty not found in directory 
/lib/modules/4.18.0-147.6.el8.x86_64
[root@destn40768 ~]# 


[root@rechner1 ~]# lsusb | grep -i irda
Bus 002 Device 011: ID 9710:7780 MosChip Semiconductor MCS7780 4Mbps Fast 
IrDA Adapter
[root@rechner1 ~]#

Same with CentOS7

How do I get IrDA support?

Mit freundlichen Grüßen / Kind regards

Andreas Reschke
MAHLE International GmbH
Unix/Linux-Administration (FIE4.1)

Pragstr. 26 - 46, 70376 Stuttgart, Germany
Phone: +49 711 501-475 98
Mobile: +49 173 3197397
andreas.resc...@mahle.com, https://www.mahle.com

MAHLE International GmbH, Location: Stuttgart, Registered: Amtsgericht 
Stuttgart HRB 16413
Management Board: Dr. Jörg Stratmann, Michael Frick, Michael Glowatzki, 
Martin Wellhöffer
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] udev on CEntOS7 - can't get a match, looking for tips...

2019-10-29 Thread Tony Mountifield
In article <7025a0a8-1471-530d-dad0-3770e902c...@uw.edu>,
John H Nyhuis  wrote:
> The mtx binary requires my tape library to be assigned a sg# driver, but 
> the kernel periodically renumbers the sg devices.  Normally, we would 
> write a udev rule to manually assign a persistent name, but it looks 
> like things have changed as I can't seem to get a match on CEntOS7.  I'd 
> appreciate any feedback or pointers to help me get my rule working.  My 
> two attempts are below.
> 
> cat /etc/udev/rules.d/90-local.rules
> 
> KERNEL=="sg[0-9]*", SUBSYSTEM=="scsi_generic", \
> ENV{ID_SERIAL}=="1QUANTUM_D0H0112430_LLA", SYMLINK+="sg8"
> 
> SUBSYSTEM=="scsi", SUBSYSTEMS=="scsi_genric", \
> ATTRS{model}=="Scalar i40-i80  ", SYMLINK:="sg8"

You have a typo: scsi_genric instead of scsi_generic.

Don't know if that is the reason.

Cheers
Tony
-- 
Tony Mountifield
Work: t...@softins.co.uk - http://www.softins.co.uk
Play: t...@mountifield.org - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] EasyConnect VPN for Linux

2019-10-29 Thread H
Does anyone have experience with EasyConnect VPN for Linux/Android etc.? I have 
been asked to install it on my CentOS 7 system to access a website in China.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos