Re: [CentOS] Accountsservice in CentOS 7.3

2017-03-15 Thread Istimsak Abdulbasir
On Wed, Mar 15, 2017 at 4:00 AM, Gerhard Schneider 
wrote:

>
> Is there any known problem with accountsservice-0.6.35-12 with NFS users?
> After logging in via lightdm they are not "remembered" and there is no
> entry created to /var/lib/AccountsService/users
>
> Downgrading to accountsservice-0.6.35-9 resolved that issue
>
> Gerhard Schneider
>
> The best place to look will be CentOS 7's known bugs.
https://bugs.centos.org

> --
> Gerhard Schneider
> Institute of Lightweight Design and e-Mail: g...@ilsb.tuwien.ac.at
> Structural Biomechanics (E317)   Tel.: +43 1 58801 31716
> TU Wien / Vienna / Austria   Fax:  +43 1 58801 31799
> A-1060 Wien, Getreidemarkt 9/BE02  http://www.ilsb.tuwien.ac.at/~gs/
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
>


-- 
"Collaboration is the new innovation" (Istimsak Abdulbasir, 2016)
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] what's the max thread number per process in centos

2017-03-03 Thread Istimsak Abdulbasir
On Mar 2, 2017 3:54 PM, "Kenneth Porter"  wrote:

On 3/2/2017 2:05 AM, qw wrote:

> what's the max thread number per process in centos?
>

http://stackoverflow.com/questions/344203/maximum-number-of-
threads-per-process-in-linux

http://unix.stackexchange.com/questions/47595/linux-max-threads-count

L


Thanks for posting this.

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


___
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] what's the max thread number per process in centos

2017-03-02 Thread Istimsak Abdulbasir
Don't understand the question. What thread are you referring to, cpu, etc?

On Mar 2, 2017 5:06 AM, "qw"  wrote:

> Hi,
>
>
> I have one question:
>
>
> what's the max thread number per process in centos?
>
>
> Thanks!
>
>
> Regards
>
>
> Andrew
> ___
> 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] Network conections problems

2017-02-22 Thread Istimsak Abdulbasir
On Feb 20, 2017 2:42 PM, "Rommel Rodriguez Toirac" 
wrote:

Hi;
 I have a CentOS 6.8 x86_64 server where just run Oracle 11g 64 bit data
base server. Is happen that sometimes it loose all connections (no ping, I
can not access via ssh, no TNSping of Oracle server have success). When
this happend I make ping from this server to some IP address of my network
and then everything work fine again. I check logs looking for some mistake
or problem in the network device, but I do not find anything or maybe I not
looking where must be.
 I check that from a workstation (Windows XP or Windows 7 or Windows 10)
when I make ping to the server, after ~ 8 seconds in get answer and always
the first one is loose. If you try again ping, everything work fine (no
answers are loose)

C:\Users\administrator>ping pgtm.gtm.gob.cu

Haciendo ping a pgtm.gtm.gob.cu [192.168.41.4] con 32 bytes de datos:
Tiempo de espera agotado para esta solicitud.
Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64
Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64
Respuesta desde 192.168.41.4: bytes=32 tiempo<1m TTL=64

Estadísticas de ping para 192.168.41.4:
Paquetes: enviados = 4, recibidos = 3, perdidos = 1
(25% perdidos),
Tiempos aproximados de ida y vuelta en milisegundos:
Mínimo = 0ms, Máximo = 0ms, Media = 0ms

This are some of the configs related with networks

[root@pgtm ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
UUID=11dcddd4-6530-457a-8d3e-01a8339fb113
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
HWADDR=6C:92:BF:26:C7:02
IPADDR=192.168.41.4
PREFIX=24
GATEWAY=192.168.41.1
DNS1=192.168.41.17
DOMAIN=gtm.gob.cu
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
L

I noticed from your ipcfg-eth0 file, the address 192.168.41.1 is assigned
to eth0. When you typed the command "ifconfig", that same address was
assigned to eth1. Try changing the name of this file to ipcfg-eth1 and
restart networkmanager.

As was stated earlier, check your gateway and see what other devices could
be using that address. Put a block on that unknown MAC address if you can.

cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
192.168.41.4 pgtm pgtm.gtm.gob.cu

[root@pgtm ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search gtm.gob.cu
nameserver 192.168.41.17

[root@pgtm mail]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=pgtm.gtm.gob.cu
GATEWAY=192.168.41.1

 Someone that happend something like this, or some place for where keep
looking to try to fix this loose of conection?
 Thank and sorry for my horryble English.

Rommel Rodriguez Toirac
romme...@nauta.cu
___
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] how to resize a partition of a disk define as a physical volume

2017-02-22 Thread Istimsak Abdulbasir
On Feb 22, 2017 7:45 AM, "Bernard Fay"  wrote:

Hello,

I have a CentOS VM with only one disk on a Xenserver.

The disk has 2 partitions:

/dev/xvda1 -> /boot
/dev/xvda2 -> a physical volume for LVM


I added 5GB to this disk via Xencenter to extend /dev/xvda2.  Usually I
just have to do "pvresize /dev/xvda" to have the additional space added to
the disk. But for some reason it does not work for this disk.

[root ~]# pvresize /dev/xvda
  Failed to find physical volume "/dev/xvda".
  0 physical volume(s) resized / 0 physical volume(s) not resized

K

Xvda does not seem to be read as an LVM volume. Xvda2 is handled by lvm so
this can be resized. However xvda is just the harddrive itself. From what I
have learned using lvm briefly, you can only resize lvm volumes or
partitions created using lvm.

[root ~]# pvresize /dev/xvda2
  Physical volume "/dev/xvda2" changed
  1 physical volume(s) resized / 0 physical volume(s) not resized


Does someone have seen this problem before or could have an idea of the
problem?

Thanks,
Bernard
___
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] Centos 7 httpd Permission problems with Postfixadmin

2017-02-17 Thread Istimsak Abdulbasir
On Feb 17, 2017 12:03 PM, "Robert Moskowitz"  wrote:

More joy with Centos 7.

I am having permission problems with Postfixadmin. I am installing as I
have in my notes I did in Centos6 and it is not working.

I untar Postfixadmin into /usr/share.  The owner is root:root (I even
tried root:apache).  My postfixadmin.conf file has:

alias /mailadmin /usr/share/postfixadmin

AllowOverride AuthConfig


I

What is the setting "allowoveride"? What does it mean?


And I get when I try fqdn/mailadmin

You don't have permission to access /mailadmin on this server.

When I google this message, I am getting that httpd is not allowing me
access.  I have even added:

allow from all

To the above .conf with no change.

This is not a SELInux problem as I tried 'setenforce 0' and still get the
error.

It is as if there is some new security setting in httpd for files not in
the www dir (default of /var/www/).

Any ideas?

thanks


___
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] About the flash-plugin

2017-02-17 Thread Istimsak Abdulbasir
On Feb 16, 2017 9:11 AM,  wrote:

Istimsak Abdulbasir wrote:
> On Wed, Feb 15, 2017 at 4:39 PM,  wrote:
>
>> Y'all may remember I posted here weeks ago, that flash-plugin was
>> crashing. There was an update this morning, which I did on my
>> workstation... and it hasn't crashed all day on either of the two radio
>> stations who I listen to via streaming media.
>>
>> That is good news. What station are you listening to?
>
Same as I was last month: kut.edu, UT at Austin, and wqxr.org, a radio
station out of NYC.

 mark


Good to hear you are back in the air


___
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] About the flash-plugin

2017-02-16 Thread Istimsak Abdulbasir
On Wed, Feb 15, 2017 at 4:39 PM,  wrote:

> Y'all may remember I posted here weeks ago, that flash-plugin was
> crashing. There was an update this morning, which I did on my
> workstation... and it hasn't crashed all day on either of the two radio
> stations who I listen to via streaming media.
>
>   mark
>
> That is good news. What station are you listening to?

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



-- 
"Collaboration is the new innovation" (Istimsak Abdulbasir, 2016)
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos7 GeoIP support with BIND

2017-02-15 Thread Istimsak Abdulbasir
On Feb 15, 2017 11:11 PM, "Robert Moskowitz"  wrote:

In my new Centos7 BIND DNS server, I am seeing messages in logwatch about
GeoIP.

Something new for me to learn about, and it seems, configure.

Checking to see what packages are available I find:

GeoIP.armv7hl   1.5.0-11.el7 @centos-base_rbf
GeoIP-data.noarch   1.5.0-11.el7 base
GeoIP-devel.armv7hl 1.5.0-11.el7 base
GeoIP-update.noarch 1.5.0-11.el7 base

and GeoIP.armv7hl is already installed in my image (even before I installed
BIND, it seems to be part of a base server?).

I am not finding any help for GeoIP on Centos, but for debian/ubuntu they
are saying to install geoip-database.  Is GeoIP-data the same thing?  What
about GeoIP-update?

Basically, I probably should get started on this, or disable it in my DNS
server.  Can someone point me to Centos specific help or help me out?

thanks

This the first hearing of this package,

geoIP-data is the same as geoIP-database.


http://dev.maxmind.com/geoip/legacy/csv/

___
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