Search found 108 matches

by poky
2021/02/27 12:58:15
Forum: CentOS 7 - General Support
Topic: Out of memory, smb core dump
Replies: 7
Views: 1462

Re: Out of memory, smb core dump

yum clean all
yum update samba
by poky
2020/11/25 18:11:23
Forum: CentOS 7 - Networking Support
Topic: Access denied for Samba Share
Replies: 2
Views: 5198

Re: Access denied for Samba Share

1. [global] workgroup = WORKGROUP security = user netbios name = samba #max protocol = SMB3 2. Temporaly disable SELinux and restart Samba: As root in terminal: #Show status SELinux getenforce #Temporaly disable SELinux (enable SELinux back: setenforce 1) setenforce 0 #restart Samba systemctl restar...
by poky
2020/11/25 17:50:26
Forum: CentOS 7 - General Support
Topic: [SOLVED] Yum dependency resolution problem
Replies: 3
Views: 2666

Re: [SOLVED] Yum dependency resolution problem

It was my pleasure to do that.
by poky
2020/11/24 17:38:37
Forum: CentOS 7 - General Support
Topic: [SOLVED] Yum dependency resolution problem
Replies: 3
Views: 2666

Re: Yum dependency resolution problem

I use a package yum-priorities to solve dependencies. Example: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS upd...
by poky
2020/09/05 16:37:25
Forum: 8 /8-Stream / 9-Stream - Security Support
Topic: Limit a user about "sudo su" command.
Replies: 8
Views: 2328

Re: Limit a user about "sudo su" command.

You can make KVM virtual OS and get root password for this virtual OS.
by poky
2020/08/23 09:46:56
Forum: CentOS 7 - Software Support
Topic: User mapping in Samba
Replies: 2
Views: 826

Re: User mapping in Samba

I have CentOS 7 with Samba 4 and "security = user". I have linux users from sambauser01 to sambauser099. In smb.conf I have: username map = /etc/samba/usernamemap My file usernamemap: # group static sambauser01 = john sambauser02 = george sambauser03 = Rosanna # group thermal #.......... #.............
by poky
2020/08/19 17:46:42
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: openssh server fails to start during the first attempt
Replies: 4
Views: 4112

Re: openssh server fails to start during the first attempt

Try disable SELinux for test:
Open the /etc/selinux/config file and set the SELINUX mod to permissive (SELINUX=permissive).
Reboot.
by poky
2020/03/22 12:27:00
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: [Solved] What is the best way to install phpMyAdmin?
Replies: 3
Views: 4295

Re: What is the best way to install phpMyAdmin?

I don't have an answer to this question, but you can try adminer:
https://www.adminer.org/en/
by poky
2019/03/08 18:07:16
Forum: CentOS 7 - General Support
Topic: KVM - Linux guest reboot halts instead
Replies: 7
Views: 1828

Re: KVM - Linux guest reboot halts instead

acpid on guest installed?
by poky
2019/03/07 16:52:51
Forum: CentOS 7 - Security Support
Topic: L2TP/IPSec connection does not working
Replies: 5
Views: 11260

Re: L2TP/IPSec connection does not working

I configured L2TP/IPSec connection by NetworkManager GUI.