LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-08-2019, 08:53 AM   #1
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Rep: Reputation: Disabled
Exclamation Samba service does not start


Someone mistakenly gave wrong permissions to the / var directory. I tuned and tuned the other services that could not get up by giving a chmod 755 in the / var folder.

However, samba is no longer starting the service. I've even tried reinstalling samba and samba-common, now it's smb.conf default.

Below are the errors when trying to start the service

Quote:
[root@glpi samba]# service smb start
Redirecting to /bin/systemctl start smb.service
Job for smb.service failed because the control process exited with error code. See "systemctl status smb.service" and "journalctl -xe" for details.
[root@glpi samba]#
Quote:
[root@glpi samba]# systemctl status smb.service
● smb.service - Samba SMB Daemon
Loaded: loaded (/usr/lib/systemd/system/smb.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Seg 2019-04-08 10:50:35 -03; 16s ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 29823 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 29823 (code=exited, status=1/FAILURE)

Abr 08 10:50:35 glpi systemd[1]: Starting Samba SMB Daemon...
Abr 08 10:50:35 glpi systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Abr 08 10:50:35 glpi systemd[1]: Failed to start Samba SMB Daemon.
Abr 08 10:50:35 glpi systemd[1]: Unit smb.service entered failed state.
Abr 08 10:50:35 glpi systemd[1]: smb.service failed.
The /var/log/samba/log.smbd file is empty.
 
Old 04-08-2019, 09:06 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,101

Rep: Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365Reputation: 7365
did you check journalctl -xe?
did you check if the config file was valid?
 
Old 04-08-2019, 09:40 AM   #3
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
did you check journalctl -xe?
did you check if the config file was valid?
This is what I have in journalctl -xe

Quote:
Abr 08 11:37:45 glpi polkitd[3988]: Registered Authentication Agent for unix-process:30633:1394238 (system bus name :1.52 [/usr/bin/pkttyagent --notify-fd 5
Abr 08 11:37:45 glpi systemd[1]: Starting Samba SMB Daemon...
-- Subject: Unidade smb.service sendo iniciado
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- A unidade smb.service está sendo iniciada.
Abr 08 11:37:47 glpi systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Abr 08 11:37:47 glpi systemd[1]: Failed to start Samba SMB Daemon.
-- Subject: A unidade smb.service falhou
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- A unidade smb.service falhou.
--
-- O resultado é failed.
Abr 08 11:37:47 glpi systemd[1]: Unit smb.service entered failed state.
Abr 08 11:37:47 glpi systemd[1]: smb.service failed.
Abr 08 11:37:47 glpi polkitd[3988]: Unregistered Authentication Agent for unix-process:30633:1394238 (system bus name :1.52, object path /org/freedesktop/Pol
As I reinstalled samba, I have the default config file:

Quote:
[global]
workgroup = SAMBA
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw

[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
create mask = 0664
directory mask = 0775
~
 
Old 04-08-2019, 12:11 PM   #4
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
did you check journalctl -xe?
did you check if the config file was valid?
As I reinstalled, I'm with the default smb.conf

This is my journalctl -xe:
Quote:
-- A unidade session-9.scope concluiu a inicialização.
--
-- The start-up result is done.
Abr 08 14:10:47 glpi sshd[32379]: pam_unix(sshd:session): session opened for use
Abr 08 14:10:51 glpi polkitd[3988]: Registered Authentication Agent for unix-pro
Abr 08 14:10:51 glpi systemd[1]: Starting Samba SMB Daemon...
-- Subject: Unidade smb.service sendo iniciado
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- A unidade smb.service está sendo iniciada.
Abr 08 14:10:51 glpi systemd[1]: smb.service: main process exited, code=exited,
Abr 08 14:10:51 glpi systemd[1]: Failed to start Samba SMB Daemon.
-- Subject: A unidade smb.service falhou
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- A unidade smb.service falhou.
--
-- O resultado é failed.
Abr 08 14:10:51 glpi systemd[1]: Unit smb.service entered failed state.
Abr 08 14:10:51 glpi systemd[1]: smb.service failed.
Abr 08 14:10:51 glpi polkitd[3988]: Unregistered Authentication Agent for unix-p
lines 1100-1122/1122 (END)
-- A unidade session-9.scope concluiu a inicialização.
--
-- The start-up result is done.
Abr 08 14:10:47 glpi sshd[32379]: pam_unix(sshd:session): session opened for user root by (uid=0)
Abr 08 14:10:51 glpi polkitd[3988]: Registered Authentication Agent for unix-process:32399:2312838 (system bus name :1.61 [/usr/bin/pkttyagent --notify-fd 5
Abr 08 14:10:51 glpi systemd[1]: Starting Samba SMB Daemon...
-- Subject: Unidade smb.service sendo iniciado
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- A unidade smb.service está sendo iniciada.
Abr 08 14:10:51 glpi systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Abr 08 14:10:51 glpi systemd[1]: Failed to start Samba SMB Daemon.
-- Subject: A unidade smb.service falhou
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- A unidade smb.service falhou.
--
-- O resultado é failed.
Abr 08 14:10:51 glpi systemd[1]: Unit smb.service entered failed state.
Abr 08 14:10:51 glpi systemd[1]: smb.service failed.
Abr 08 14:10:51 glpi polkitd[3988]: Unregistered Authentication Agent for unix-process:32399:2312838 (system bus name :1.61, object path /org/freedesktop/Pol
~
 
Old 04-09-2019, 03:43 AM   #5
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,172

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
check out this thread: https://www.linuxquestions.org/quest...ba-4175625224/

it suggests checking Samba permissions, check post 9 and 10
 
Old 04-09-2019, 05:09 AM   #6
Adrianali
LQ Newbie
 
Registered: Dec 2018
Location: Argentina
Distribution: OpenBSD, Gentoo Linux
Posts: 12

Rep: Reputation: Disabled
Quote:
Originally Posted by lekost View Post
Someone mistakenly gave wrong permissions to the / var directory. I tuned and tuned the other services that could not get up by giving a chmod 755 in the / var folder.

However, samba is no longer starting the service. I've even tried reinstalling samba and samba-common, now it's smb.conf default.

Below are the errors when trying to start the service





The /var/log/samba/log.smbd file is empty.
I suggest running the smbd program manually, without the daemon features to see output on the screen:

Code:
/usr/sbin/smbd -d10 -s /etc/samba/smb.conf
 
Old 04-09-2019, 06:29 AM   #7
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
check out this thread: https://www.linuxquestions.org/quest...ba-4175625224/

it suggests checking Samba permissions, check post 9 and 10
I have no access denied error, different from the recommended post.
Below are the results of permission checks:

Quote:
[root@glpi ~]# ls -la /var/lib/samba/private/
total 836
drwx------ 3 root root 56 Out 30 19:32 .
drwxr-xr-x 7 root root 4096 Out 30 19:32 ..
drwxr-xr-x 2 root root 30 Mar 27 09:00 msg.sock
-rwxr-xr-x 1 root root 421888 Dez 11 09:47 passdb.tdb
-rwxr-xr-x 1 root root 430080 Dez 11 09:38 secrets.tdb

[root@glpi ~]# ls -la /var/lib/samba/private/msg.sock
total 0
drwxr-xr-x 2 root root 30 Mar 27 09:00 .
drwx------ 3 root root 56 Out 30 19:32 ..
srwxr-xr-x 1 root root 0 Mar 23 19:23 34356
srwxr-xr-x 1 root root 0 Mar 23 19:23 34357

[root@glpi ~]# ls -la /var/lib/samba/lock/
total 2908
drwxr-xr-x 3 root root 4096 Out 30 19:32 .
drwxr-xr-x 7 root root 4096 Out 30 19:32 ..
-rwxr-xr-x 1 root root 454656 Mar 27 09:00 brlock.tdb
-rwxr-xr-x 1 root root 454656 Mar 27 09:00 gencache_notrans.tdb
-rwxr-xr-x 1 root root 32768 Mar 27 09:00 leases.tdb
-rwxr-xr-x 1 root root 491520 Mar 27 09:00 locking.tdb
drwxr-xr-x 2 root root 30 Mar 27 09:00 msg.lock
-rwxr-xr-x 1 root root 696 Dez 11 09:29 mutex.tdb
-rwxr-xr-x 1 root root 12288 Mar 23 19:23 names.tdb
-rwxr-xr-x 1 root root 8888 Mar 24 09:43 printer_list.tdb
-rwxr-xr-x 1 root root 16384 Mar 26 12:14 smbd_cleanupd.tdb
-rwxr-xr-x 1 root root 8888 Mar 23 19:24 smbXsrv_client_global.tdb
-rwxr-xr-x 1 root root 36864 Mar 27 09:00 smbXsrv_open_global.tdb
-rwxr-xr-x 1 root root 40960 Mar 27 09:00 smbXsrv_session_global.tdb
-rwxr-xr-x 1 root root 24576 Mar 27 09:00 smbXsrv_tcon_global.tdb
-rwxr-xr-x 1 root root 24576 Mar 23 19:23 smbXsrv_version_global.tdb

[root@glpi ~]# ls -la /var/lib/samba/lock/msg.lock
total 12
drwxr-xr-x 2 root root 30 Mar 27 09:00 .
drwxr-xr-x 3 root root 4096 Out 30 19:32 ..
-rwxr-xr-x 1 root root 20 Mar 23 19:23 34356
-rwxr-xr-x 1 root root 21 Mar 23 19:23 34357
 
Old 04-09-2019, 06:30 AM   #8
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Adrianali View Post
I suggest running the smbd program manually, without the daemon features to see output on the screen:

Code:
/usr/sbin/smbd -d10 -s /etc/samba/smb.conf
This is the output:

Quote:
[root@glpi ~]# /usr/sbin/smbd -d10 -s /etc/samba/smb.conf
INFO: Current debug levels:
all: 10
tdb: 10
printdrivers: 10
lanman: 10
smb: 10
rpc_parse: 10
rpc_srv: 10
rpc_cli: 10
passdb: 10
sam: 10
auth: 10
winbind: 10
vfs: 10
idmap: 10
quota: 10
acls: 10
locking: 10
msdfs: 10
dmapi: 10
registry: 10
scavenger: 10
dns: 10
ldb: 10
tevent: 10
auth_audit: 10
auth_json_audit: 10
kerberos: 10
drs_repl: 10
smb2: 10
smb2_credits: 10
 
Old 04-09-2019, 06:57 AM   #9
Adrianali
LQ Newbie
 
Registered: Dec 2018
Location: Argentina
Distribution: OpenBSD, Gentoo Linux
Posts: 12

Rep: Reputation: Disabled
The process of smbd was loaded?

Quote:
ps xa | grep smbd
There are log errors or warning in?

Quote:
/var/log/samba/log.smbd
if there are no problems running manually smbd, the problem has systemd
 
Old 04-09-2019, 07:10 AM   #10
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Adrianali View Post
The process of smbd was loaded?



There are log errors or warning in?



if there are no problems running manually smbd, the problem has systemd
below the results of the commands.

the samba log is empty

Quote:
[root@glpi ~]# ps xa | grep smbd
36692 pts/0 S+ 0:00 grep --color=auto smbd
[root@glpi ~]# /var/log/samba/log.smbd
[root@glpi ~]#
 
Old 04-09-2019, 07:30 AM   #11
Adrianali
LQ Newbie
 
Registered: Dec 2018
Location: Argentina
Distribution: OpenBSD, Gentoo Linux
Posts: 12

Rep: Reputation: Disabled
Run command 'dmesg' and send output:

Quote:
dmesg
 
Old 04-09-2019, 07:44 AM   #12
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Below the return, I will have to post in 2x because of the amount of characters.

Quote:
[root@glpi ~]# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-957.5.1.el7.x86_64 (mockbuild@kbuilder.bsys. centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Fri Fe b 1 14:54:57 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-957.5.1.el7.x86_64 root= /dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=cent os/swap rhgb quiet LANG=pt_BR.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f7feffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f7ff0000-0x00000000f7ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000f7fff000-0x00000000f7ffffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000107ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000108200000-0x00000002081fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.3 present.
[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 05/23/2012
[ 0.000000] Hypervisor detected: Microsoft HyperV
[ 0.000000] HyperV: features 0xe7f, hints 0x2c
[ 0.000000] Hyper-V Host Build:9600-6.3-19-0.19296
[ 0.000000] HyperV: LAPIC Timer Frequency: 0x30d40
[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V
[ 0.000000] Hyper-V: Using hypercall for remote TLB flush
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x208200 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-back
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00000000000 mask 3FF00000000 write-back
[ 0.000000] 1 base 00100000000 mask 3F000000000 write-back
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC
[ 0.000000] e820: last_pfn = 0xf7ff0 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff ffffff200780]
[ 0.000000] Base memory trampoline at [ffff9c5380099000] 99000 size 24576
[ 0.000000] BRK [0x13a452000, 0x13a452fff] PGTABLE
[ 0.000000] BRK [0x13a453000, 0x13a453fff] PGTABLE
[ 0.000000] BRK [0x13a454000, 0x13a454fff] PGTABLE
[ 0.000000] BRK [0x13a455000, 0x13a455fff] PGTABLE
[ 0.000000] BRK [0x13a456000, 0x13a456fff] PGTABLE
[ 0.000000] BRK [0x13a457000, 0x13a457fff] PGTABLE
[ 0.000000] BRK [0x13a458000, 0x13a458fff] PGTABLE
[ 0.000000] BRK [0x13a459000, 0x13a459fff] PGTABLE
[ 0.000000] BRK [0x13a45a000, 0x13a45afff] PGTABLE
[ 0.000000] BRK [0x13a45b000, 0x13a45bfff] PGTABLE
[ 0.000000] BRK [0x13a45c000, 0x13a45cfff] PGTABLE
[ 0.000000] BRK [0x13a45d000, 0x13a45dfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x3581c000-0x36c05fff]
[ 0.000000] Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 00000000000f56f0 00014 (v00 ACPIAM)
[ 0.000000] ACPI: RSDT 00000000f7ff0000 00040 (v01 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: FACP 00000000f7ff0200 00081 (v02 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: DSDT 00000000f7ff1724 02E78 (v01 MSFTVM MSFTVM02 00000002 I NTL 02002026)
[ 0.000000] ACPI: FACS 00000000f7fff000 00040
[ 0.000000] ACPI: WAET 00000000f7ff1480 00028 (v01 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: SLIC 00000000f7ff14c0 00176 (v01 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: OEM0 00000000f7ff16c0 00064 (v01 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: SRAT 00000000f7ff0600 001A8 (v02 VRTUAL MICROSFT 00000001 M SFT 00000001)
[ 0.000000] ACPI: APIC 00000000f7ff0300 0024C (v01 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: OEMB 00000000f7fff040 00064 (v01 VRTUAL MICROSFT 05001223 M SFT 00000097)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x08 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x09 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x0a -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x0b -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x0c -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x0d -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x0e -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x0f -> Node 1
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xf7ffffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x107ffffff]
[ 0.000000] SRAT: Node 1 PXM 1 [mem 0x108200000-0x2081fffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xf7ffffff] + [mem 0x100000000-0x107 ffffff] -> [mem 0x00000000-0x107ffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x107fd9000-0x107ffffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x2081d8000-0x2081fefff]
[ 0.000000] Reserving 161MB of memory at 688MB for crashkernel (System RAM: 8 191MB)
[ 0.000000] Section 64 and 65 (node 1) have a circular dependency on usemap a nd pgdat allocations
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x2081fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0xf7feffff]
[ 0.000000] node 0: [mem 0x100000000-0x107ffffff]
[ 0.000000] node 1: [mem 0x108200000-0x2081fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x107ffffff]
[ 0.000000] On node 0 totalpages: 1048462
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 1011696 pages, LIFO batch:31
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 32768 pages, LIFO batch:7
[ 0.000000] Initmem setup node 1 [mem 0x108200000-0x2081fffff]
[ 0.000000] On node 1 totalpages: 1048576
[ 0.000000] Normal zone: 16384 pages used for memmap
[ 0.000000] Normal zone: 1048576 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x3f] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 64 CPUs, 48 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf7ff0000-0xf7ffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf7fff000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xffffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x108000000-0x1081fffff]
[ 0.000000] e820: [mem 0xf8000000-0xffffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:64 nr_cpu_ids:64 nr_no de_ids:2
[ 0.000000] PERCPU: Embedded 38 pages/cpu @ffff9c5483600000 s118784 r8192 d28 672 u262144
[ 0.000000] pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 16 18 20 22 24 26 28 30
[ 0.000000] pcpu-alloc: [0] 32 34 36 38 40 42 44 46 [0] 48 50 52 54 56 58 60 62
[ 0.000000] pcpu-alloc: [1] 08 09 10 11 12 13 14 15 [1] 17 19 21 23 25 27 29 31
[ 0.000000] pcpu-alloc: [1] 33 35 37 39 41 43 45 47 [1] 49 51 53 55 57 59 61 63
[ 0.000000] Built 2 zonelists in Node order, mobility grouping on. Total pag es: 2063737
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-957.5.1.el7.x86_6 4 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm. lv=centos/swap rhgb quiet LANG=pt_BR.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard for m
[ 0.000000] Memory: 6079448k/8521728k available (7664k kernel code, 133576k a bsent, 413720k reserved, 6055k data, 1876k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=2
[ 0.000000] x86/pti: Unmapping kernel while in userspace
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=64.
[ 0.000000] NR_IRQS:327936 nr_irqs:936 0
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 34078720 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memor y cgroups
[ 0.000000] Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.000000] tsc: Detected 2397.225 MHz processor
[ 0.000044] Calibrating delay loop (skipped), value calculated using timer fr equency.. 4794.45 BogoMIPS (lpj=2397225)
[ 0.000049] pid_max: default: 65536 minimum: 512
[ 0.000202] Security Framework initialized
[ 0.000216] SELinux: Initializing.
[ 0.000280] SELinux: Starting in permissive mode
[ 0.000283] Yama: becoming mindful.
[ 0.002819] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byte s)
[ 0.006473] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.007864] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.007885] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte s)
[ 0.010188] Initializing cgroup subsys memory
[ 0.010213] Initializing cgroup subsys devices
[ 0.010216] Initializing cgroup subsys freezer
[ 0.010219] Initializing cgroup subsys net_cls
[ 0.010221] Initializing cgroup subsys blkio
[ 0.010224] Initializing cgroup subsys perf_event
[ 0.010238] Initializing cgroup subsys hugetlb
[ 0.010240] Initializing cgroup subsys pids
[ 0.010243] Initializing cgroup subsys net_prio
[ 0.011781] mce: CPU supports 1 MCE banks
[ 0.012085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.012088] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[ 0.012090] tlb_flushall_shift: 6
[ 0.012106] Speculative Store Bypass: Vulnerable
 
Old 04-09-2019, 07:45 AM   #13
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Adrianali View Post
Run command 'dmesg' and send output:
Part 2:

Quote:
[ 0.012108] FEATURE SPEC_CTRL Not Present
[ 0.012109] FEATURE IBPB_SUPPORT Not Present
[ 0.012529] Spectre V2 : Vulnerable: Retpoline without IBPB
[ 0.013504] Freeing SMP alternatives: 28k freed
[ 0.026662] ACPI: Core revision 20130517
[ 0.029513] ACPI: All ACPI Tables successfully acquired
[ 0.029639] ftrace: allocating 29189 entries in 115 pages
[ 0.086176] Switched APIC routing to physical flat.
[ 0.203531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.204002] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz (fam: 06 , model: 3f, stepping: 02)
[ 0.204259] Performance Events: unsupported p6 CPU model 63 no PMU driver, so ftware events only.
[ 0.208284] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.208289] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.208446] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
[ 0.001000] calibrate_delay_direct() failed to get a good estimate for loops_ per_jiffy.
Probably due to long platform interrupts. Consider using "lpj=" boot option.
[ 0.226075] smpboot: Booting Node 1, Processors #8 #9 #10 #11 #12 #13 #14 #15
[ 0.322565] Brought up 16 CPUs
[ 0.322570] smpboot: Max logical packages: 8
[ 0.322575] smpboot: Total of 16 processors activated (215696.01 BogoMIPS)
[ 0.372116] node 1 initialised, 473746 pages in 33ms
[ 0.373187] devtmpfs: initialized
[ 0.377553] EVM: security.selinux
[ 0.377557] EVM: security.ima
[ 0.377560] EVM: security.capability
[ 0.377664] PM: Registering ACPI NVS region [mem 0xf7fff000-0xf7ffffff] (4096 bytes)
[ 0.380713] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.380721] pinctrl core: initialized pinctrl subsystem
[ 0.381006] RTC time: 12:24:25, date: 04/08/19
[ 0.381224] NET: Registered protocol family 16
[ 0.381629] ACPI: bus type PCI registered
[ 0.381633] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.383583] PCI: Using configuration type 1 for base access
[ 0.391505] ACPI: Added _OSI(Module Device)
[ 0.391510] ACPI: Added _OSI(Processor Device)
[ 0.391513] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.391516] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.391519] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.396160] ACPI: EC: Look up EC in DSDT
[ 0.399796] ACPI: Interpreter enabled
[ 0.399815] ACPI: (supports S0 S5)
[ 0.399818] ACPI: Using IOAPIC for interrupt routing
[ 0.399858] PCI: Using host bridge windows from ACPI; if necessary, use "pci= nocrs" and report a bug
[ 0.400000] ACPI: Enabled 1 GPEs in block 00 to 0F
[ 0.415746] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.415758] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.415767] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.415781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access e xtended PCI configuration space under this bridge.
[ 0.416868] PCI host bridge to bus 0000:00
[ 0.416876] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffefffff w indow]
[ 0.416880] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.416884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.416889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff win dow]
[ 0.416893] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff win dow]
[ 0.416898] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.417110] pci 0000:00:00.0: [8086:7192] type 00 class 0x060000
[ 0.420059] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[ 0.423971] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
[ 0.426421] pci 0000:00:07.1: reg 0x20: [io 0xffa0-0xffaf]
[ 0.427454] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.427458] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.427462] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.427465] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.428214] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[ 0.428267] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug ,
* this clock source is slow. Consider trying other clock sources
[ 0.431006] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACP I
[ 0.432108] pci 0000:00:08.0: [1414:5353] type 00 class 0x030000
[ 0.432590] pci 0000:00:08.0: reg 0x10: [mem 0xf8000000-0xfbffffff]
[ 0.452225] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[ 0.452537] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) * 0, disabled.
[ 0.452829] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) * 0, disabled.
[ 0.453112] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) * 0, disabled.
[ 0.453450] vgaarb: device added: PCI:0000:00:08.0,decodes=io+mem,owns=io+mem ,locks=none
[ 0.453450] vgaarb: loaded
[ 0.453450] vgaarb: bridge control possible 0000:00:08.0
[ 0.453450] SCSI subsystem initialized
[ 0.453450] ACPI: bus type USB registered
[ 0.453450] usbcore: registered new interface driver usbfs
[ 0.453462] usbcore: registered new interface driver hub
[ 0.454358] usbcore: registered new device driver usb
[ 0.454640] EDAC MC: Ver: 3.0.0
[ 0.455498] PCI: Using ACPI for IRQ routing
[ 0.455498] PCI: pci_cache_line_size set to 64 bytes
[ 0.456206] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.456211] e820: reserve RAM buffer [mem 0xf7ff0000-0xf7ffffff]
[ 0.456214] e820: reserve RAM buffer [mem 0x208200000-0x20bffffff]
[ 0.456503] NetLabel: Initializing
[ 0.456507] NetLabel: domain hash size = 128
[ 0.456509] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.456539] NetLabel: unlabeled traffic allowed by default
[ 0.456766] amd_nb: Cannot enumerate AMD northbridges
[ 0.457169] Switched to clocksource hyperv_clocksource_tsc_page
[ 0.476502] pnp: PnP ACPI init
[ 0.476529] ACPI: bus type PNP registered
[ 0.479126] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.481616] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active )
[ 0.484073] pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active )
[ 0.487726] pnp 00:03: [dma 0 disabled]
[ 0.487830] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.491415] pnp 00:04: [dma 0 disabled]
[ 0.491510] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.495094] pnp 00:05: [dma 2]
[ 0.495205] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.495289] system 00:06: [io 0x01e0-0x01ef] has been reserved
[ 0.495294] system 00:06: [io 0x0160-0x016f] has been reserved
[ 0.495298] system 00:06: [io 0x0278-0x027f] has been reserved
[ 0.495302] system 00:06: [io 0x0378-0x037f] has been reserved
[ 0.495307] system 00:06: [io 0x0678-0x067f] has been reserved
[ 0.495311] system 00:06: [io 0x0778-0x077f] has been reserved
[ 0.495315] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.495322] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.495588] system 00:07: [io 0x0400-0x043f] has been reserved
[ 0.495593] system 00:07: [io 0x0370-0x0371] has been reserved
[ 0.495597] system 00:07: [io 0x0440-0x044f] has been reserved
[ 0.495604] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.495608] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.495613] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.495808] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.495813] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved
[ 0.495817] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.495822] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved
[ 0.495827] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved
[ 0.495832] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.496252] pnp: PnP ACPI: found 9 devices
[ 0.496256] ACPI: bus type PNP unregistered
[ 0.510126] pci_bus 0000:00: resource 4 [mem 0xfe0000000-0xfffefffff window]
[ 0.510136] pci_bus 0000:00: resource 5 [io 0x0000-0x0cf7 window]
[ 0.510143] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff window]
[ 0.510150] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff window]
[ 0.510157] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfffbffff window]
[ 0.510297] NET: Registered protocol family 2
[ 0.511364] TCP established hash table entries: 65536 (order: 7, 524288 bytes )
[ 0.511666] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.511913] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.511976] TCP: reno registered
[ 0.512034] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.512092] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.512492] NET: Registered protocol family 1
[ 0.512517] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.512856] pci 0000:00:08.0: Boot video device
[ 0.512911] PCI: CLS 0 bytes, default 64
[ 0.512982] Unpacking initramfs...
[ 1.520728] Freeing initrd memory: 20392k freed
[ 1.538445] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.538456] software IO TLB [mem 0xf3ff0000-0xf7ff0000] (64MB) mapped at [fff f9c5473ff0000-ffff9c5477feffff]
[ 1.538754] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 10737418240 ms ovfl timer
[ 1.538757] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[ 1.538760] RAPL PMU: hw unit of domain package 2^-0 Joules
[ 1.538762] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 1.546974] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[ 1.547127] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[ 1.549139] futex hash table entries: 16384 (order: 8, 1048576 bytes)
[ 1.549434] Initialise system trusted keyring
[ 1.549495] audit: initializing netlink socket (disabled)
[ 1.549516] type=2000 audit(1554726265.549:1): initialized
[ 1.637509] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.640069] zpool: loaded
[ 1.640077] zbud: loaded
[ 1.640728] VFS: Disk quotas dquot_6.5.2
[ 1.640840] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.641315] msgmni has been set to 15614
[ 1.641455] Key type big_key registered
[ 1.641462] SELinux: Registering netfilter hooks
[ 1.656585] NET: Registered protocol family 38
[ 1.656604] Key type asymmetric registered
[ 1.656611] Asymmetric key parser 'x509' registered
[ 1.656710] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 48)
[ 1.656960] io scheduler noop registered
[ 1.656968] io scheduler deadline registered (default)
[ 1.657033] io scheduler cfq registered
[ 1.657069] io scheduler mq-deadline registered
[ 1.657077] io scheduler kyber registered
[ 1.657300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.657310] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.657330] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.657480] intel_idle: does not run on family 6 model 63
[ 1.657626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/inp ut0
[ 1.657633] ACPI: Power Button [PWRF]
[ 1.658563] GHES: HEST is not enabled!
[ 1.658718] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.965087] 00:03: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.255191] 00:04: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.257042] Non-volatile memory driver v1.3
[ 2.257130] Linux agpgart interface v0.103
[ 2.257318] crash memory driver: version 1.1
[ 2.257516] rdac: device handler registered
[ 2.257664] hp_sw: device handler registered
[ 2.257669] emc: device handler registered
[ 2.257963] alua: device handler registered
[ 2.258037] libphy: Fixed MDIO Bus: probed
[ 2.258178] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.258188] ehci-pci: EHCI PCI platform driver
[ 2.258231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.258240] ohci-pci: OHCI PCI platform driver
[ 2.258257] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.258346] usbcore: registered new interface driver usbserial_generic
[ 2.258357] usbserial: USB Serial support registered for generic
[ 2.258429] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0 x64 irq 1,12
[ 2.277403] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.277414] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.277678] mousedev: PS/2 mouse device common for all mice
[ 2.278299] rtc_cmos 00:00: RTC can wake from S4
[ 2.307325] input: AT Translated Set 2 keyboard as /devices/platform/i8042/se rio0/input/input1
[ 2.308228] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 2.309723] random: fast init done
[ 2.314488] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[ 2.314621] cpuidle: using governor menu
[ 2.316265] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.316517] usbcore: registered new interface driver usbhid
[ 2.316519] usbhid: USB HID core driver
[ 2.316656] drop_monitor: Initializing network drop monitor service
[ 2.316889] TCP: cubic registered
[ 2.316900] Initializing XFRM netlink socket
[ 2.317221] NET: Registered protocol family 10
[ 2.318269] NET: Registered protocol family 17
[ 2.318297] mpls_gso: MPLS GSO support
[ 2.319798] PM: Hibernation image not present or could not be loaded.
[ 2.319807] Loading compiled-in X.509 certificates
[ 2.319855] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1 d98ebdca3fe6f0230904c9ef717'
[ 2.319882] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421e e0ab69461574bb358861dbe77762a4201b'
[ 2.320850] Loaded X.509 cert 'CentOS Linux kernel signing key: 9db78ad7c3e33 38cdb7a0d8a8d08f880b4148d5c'
[ 2.320890] registered taskstats version 1
[ 2.330284] Key type trusted registered
[ 2.334910] Key type encrypted registered
[ 2.334991] IMA: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 2.335892] Magic number: 15:234:430
[ 2.336640] rtc_cmos 00:00: setting system clock to 2019-04-08 12:24:27 UTC ( 1554726267)
[ 2.338635] Freeing unused kernel memory: 1876k freed
[ 2.339473] Write protecting the kernel read-only data: 12288k
[ 2.342448] Freeing unused kernel memory: 516k freed
[ 2.345425] Freeing unused kernel memory: 600k freed
[ 2.361044] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SEL INUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2.361092] systemd[1]: Detected virtualization microsoft.
[ 2.361110] systemd[1]: Detected architecture x86-64.
[ 2.361118] systemd[1]: Running in initial RAM disk.
[ 2.361197] systemd[1]: Set hostname to <glpi>.
[ 2.448170] systemd[1]: Reached target Local File Systems.
[ 2.448778] systemd[1]: Created slice Root Slice.
[ 2.449147] systemd[1]: Listening on udev Control Socket.
[ 2.449223] systemd[1]: Listening on udev Kernel Socket.
[ 2.449364] systemd[1]: Listening on Journal Socket.
[ 2.449395] systemd[1]: Reached target Sockets.
[ 2.449420] systemd[1]: Reached target Timers.
[ 2.449443] systemd[1]: Reached target Swap.
[ 2.449625] systemd[1]: Created slice System Slice.
[ 2.449922] systemd[1]: Reached target Slices.
[ 2.450952] systemd[1]: Starting Setup Virtual Console...
[ 2.456829] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 2.459389] systemd[1]: Starting dracut cmdline hook...
[ 2.461777] systemd[1]: Starting Journal Service...
[ 2.462870] systemd[1]: Starting Apply Kernel Variables...
[ 2.463900] systemd[1]: Started Create list of required static device nodes f or the current kernel.
[ 2.483162] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.484517] systemd[1]: Started Apply Kernel Variables.
[ 2.497462] systemd[1]: Started Create Static Device Nodes in /dev.
[ 2.520384] systemd[1]: Started Journal Service.
[ 2.524501] psmouse serio1: alps: Unknown ALPS touchpad: E7=12 00 64, EC=12 0 0 64
[ 2.731126] psmouse serio1: trackpoint: failed to get extended button data, a ssuming 3 buttons
[ 2.863431] device-mapper: uevent: version 1.0.3
[ 2.863746] device-mapper: ioctl: 4.37.1-ioctl (2018-04-03) initialised: dm-d evel@redhat.com
[ 3.373766] hv_vmbus: Vmbus version:3.0
[ 3.471039] libata version 3.00 loaded.
[ 3.524077] hv_vmbus: registering driver hyperv_fb
[ 3.529934] hyperv_fb: Screen resolution: 1152x864, Color depth: 32
[ 3.544041] Console: switching to colour frame buffer device 144x54
[ 3.594800] Floppy drive(s): fd0 is 1.44M
[ 3.639391] FDC 0 is an 82078.
[ 3.642999] ata_piix 0000:00:07.1: version 2.13
[ 3.643383] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA devi ce ignore set
[ 3.668884] scsi host0: ata_piix
[ 3.679497] scsi host1: ata_piix
[ 3.679632] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[ 3.679637] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[ 3.839605] hv_vmbus: registering driver hid_hyperv
[ 3.841504] ata1.00: host indicates ignore ATA devices, ignored
[ 3.841610] input: Microsoft Vmbus HID-compliant Mouse as /devices/virtual/in put/input2
[ 3.842158] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on
[ 3.853594] ata2.00: ATAPI: Virtual CD, , max MWDMA2
[ 3.864540] ata2.00: configured for MWDMA2
[ 3.867936] scsi 1:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ : 0 ANSI: 5
[ 3.909677] hv_vmbus: registering driver hv_netvsc
[ 3.944614] hv_vmbus: registering driver hyperv_keyboard
[ 3.971759] hv_vmbus: registering driver hv_storvsc
[ 3.981204] scsi host2: storvsc_host_t
[ 3.981676] scsi 2:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ : 0 ANSI: 4
[ 4.010944] scsi host3: storvsc_host_t
[ 4.080214] sr 1:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray
[ 4.080223] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.080505] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 4.081745] sd 2:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60. 0 GiB)
[ 4.081753] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 4.091496] sd 2:0:0:0: [sda] Write Protect is off
[ 4.091510] sd 2:0:0:0: [sda] Mode Sense: 0f 00 00 00
[ 4.091766] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
[ 4.093782] sda: sda1 sda2
[ 4.096702] sd 2:0:0:0: [sda] Attached SCSI disk
[ 4.180324] random: crng init done
[ 5.202059] SGI XFS with ACLs, security attributes, no debug enabled
[ 5.228165] XFS (dm-0): Mounting V4 Filesystem
[ 5.449678] XFS (dm-0): Ending clean mount
[ 5.952385] systemd-journald[171]: Received SIGTERM from PID 1 (systemd).
[ 6.358138] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x01, button s: 3/3
[ 6.359408] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/in put/input3
[ 6.360040] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/devic e:00/PNP0A03:00/device:08/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/i nput/input4
[ 6.574443] SELinux: Disabled at runtime.
[ 6.574485] SELinux: Unregistering netfilter hooks
[ 6.619062] type=1404 audit(1554726271.782:2): selinux=0 auid=4294967295 ses= 4294967295
[ 6.913420] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 6.921260] systemd[1]: Inserted module 'ip_tables'
[ 9.106192] systemd-journald[2184]: Received request to flush runtime journal from PID 1
[ 10.171296] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 10.231993] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgr ade BIOS or use force_addr=0xaddr
[ 10.370761] cryptd: max_cpu_qlen set to 1000
[ 10.719919] pps_core: LinuxPPS API ver. 1 registered
[ 10.719928] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <giometti@linux.it>
[ 10.786152] PTP clock support registered
[ 10.887458] sr 1:0:0:0: Attached scsi generic sg0 type 5
[ 10.893159] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 10.956661] AVX2 version of gcm_enc/dec engaged.
[ 10.956669] AES CTR mode by8 optimization enabled
[ 11.000933] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 11.001362] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-ae s-aesni)
[ 11.061889] hv_utils: Registering HyperV Utility Driver
[ 11.061896] hv_vmbus: registering driver hv_util
[ 11.062674] hv_utils: Heartbeat IC version 3.0
[ 11.072147] hv_utils: Shutdown IC version 3.0
[ 11.084441] hv_utils: TimeSync IC version 3.0
[ 11.088104] hv_utils: VSS IC version 5.0
[ 11.320311] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
[ 11.320802] EDAC sbridge: Ver: 1.1.2
[ 11.391709] Adding 2097148k swap on /dev/mapper/centos-swap. Priority:-2 ext ents:1 across:2097148k FS
[ 11.432783] XFS (sda1): Mounting V4 Filesystem
[ 12.043682] XFS (sda1): Ending clean mount
[ 12.556451] XFS (dm-2): Mounting V4 Filesystem
[ 12.876622] XFS (dm-2): Ending clean mount
[ 13.879496] type=1305 audit(1554720336.751:3): audit_pid=3957 old=0 auid=4294 967295 ses=4294967295 res=1
[ 17.813558] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.814151] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.814176] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 
Old 04-09-2019, 08:10 AM   #14
Adrianali
LQ Newbie
 
Registered: Dec 2018
Location: Argentina
Distribution: OpenBSD, Gentoo Linux
Posts: 12

Rep: Reputation: Disabled
'dmesg' does not show information about the 'smbd' failure. try send output from:

Quote:
journalctl -k --no-pager | grep -i smb
You could also try running on a screen:

Quote:
journalctl -f
while in another screen run:

Quote:
/usr/sbin/smbd -d10 -s /etc/samba/smb.conf
and look if 'smb' failure appears.
 
Old 04-09-2019, 08:21 AM   #15
lekost
LQ Newbie
 
Registered: Apr 2019
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Adrianali View Post
'dmesg' does not show information about the 'smbd' failure. try send output from:



You could also try running on a screen:



while in another screen run:



and look if 'smb' failure appears.

Bellow the results, the error did not appear


Quote:
[root@glpi ~]# journalctl -k --no-pager | grep -i smb
Abr 08 09:24:27 glpi kernel: SMBIOS 2.3 present.
Abr 08 09:24:35 glpi kernel: piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
journalctl -f
Quote:
[root@glpi ~]# journalctl -f
-- Logs begin at Seg 2019-04-08 09:24:27 -03. --
Abr 09 10:00:50 glpi mysqld[12496]: 2019-04-09 10:00:50 140323393091328 [Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Abr 09 10:00:50 glpi mysqld[12496]: 2019-04-09 10:00:50 140323393091328 [Warning] InnoDB: Table mysql/innodb_index_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Abr 09 10:00:50 glpi mysqld[12496]: 2019-04-09 10:00:50 140323393091328 [Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Abr 09 10:00:50 glpi mysqld[12496]: 2019-04-09 10:00:50 140323393091328 [Warning] InnoDB: Table mysql/innodb_index_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Abr 09 10:00:50 glpi mysqld[12496]: 2019-04-09 10:00:50 140323393091328 [Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Abr 09 10:00:50 glpi mysqld[12496]: 2019-04-09 10:00:50 140323393091328 [Warning] InnoDB: Table mysql/innodb_index_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Abr 09 10:01:01 glpi systemd[1]: Started Session 33 of user root.
Abr 09 10:01:01 glpi CROND[36840]: (root) CMD (run-parts /etc/cron.hourly)
Abr 09 10:01:01 glpi run-parts(/etc/cron.hourly)[36843]: starting 0anacron
Abr 09 10:01:01 glpi run-parts(/etc/cron.hourly)[36849]: finished 0anacron
Quote:
[root@glpi ~]# /usr/sbin/smbd -d10 -s /etc/samba/smb.conf
INFO: Current debug levels:
all: 10
tdb: 10
printdrivers: 10
lanman: 10
smb: 10
rpc_parse: 10
rpc_srv: 10
rpc_cli: 10
passdb: 10
sam: 10
auth: 10
winbind: 10
vfs: 10
idmap: 10
quota: 10
acls: 10
locking: 10
msdfs: 10
dmapi: 10
registry: 10
scavenger: 10
dns: 10
ldb: 10
tevent: 10
auth_audit: 10
auth_json_audit: 10
kerberos: 10
drs_repl: 10
smb2: 10
smb2_credits: 10
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
systemctl status postgresql-tst.service starts the service if service is stopped MarianForums Linux - Newbie 7 11-03-2018 03:02 PM
Systemd service: AUTOSSH.service does not start at boot, how can I fix this? The_Linux_Machine Linux - Newbie 1 07-06-2016 12:00 PM
[SOLVED] I can stop a service, but not start the same service from php? jesse.gibson Linux - Software 3 02-24-2016 01:07 PM
when i try to start samba pdc's smb service nmbd failed to start . sandeepchau123 Linux - Newbie 2 10-20-2007 01:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration