LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 10-12-2022, 04:16 AM   #1
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Rep: Reputation: 0
Hello community, I have a problem, I recently made an update to the system and since then samba does not work


Hello community, I have a problem, I recently made an update to the system and since then samba does not work and gives me the following errors

[root@gallery ~]# 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@gallery ~]# 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@gallery ~]#

[root@gallery ~]# 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 Wed 2022-10-12 05:06:00 EDT; 57s ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 28731 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 28731 (code=exited, status=1/FAILURE)

Oct 12 05:06:00 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 05:06:00 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 05:06:00 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 05:06:00 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 05:06:00 gallery systemd[1]: smb.service failed.


[root@gallery ~]# journalctl -xe
--
-- Unit NetworkManager-dispatcher.service has finished starting up.
--
-- The start-up result is done.
Oct 12 05:05:49 gallery nm-dispatcher[28710]: find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/00-netreport': not owned by root.
Oct 12 05:05:49 gallery nm-dispatcher[28710]: find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/11-dhclient': not owned by root.
Oct 12 05:05:49 gallery nm-dispatcher[28710]: find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/20-chrony': not owned by root.
Oct 12 05:05:49 gallery nm-dispatcher[28710]: req:1 'dhcp4-change' [enp0s29u1u2]: new request (1 scripts)
Oct 12 05:05:49 gallery nm-dispatcher[28710]: req:1 'dhcp4-change' [enp0s29u1u2]: start running ordered scripts...
Oct 12 05:06:00 gallery polkitd[834]: Registered Authentication Agent for unix-process:28725:666169239 (system bus name :1.27063 [/usr/bin/pkttyagent --notify-fd 5 -
Oct 12 05:06:00 gallery systemd[1]: Starting Samba SMB Daemon...
-- Subject: Unit smb.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit smb.service has begun starting up.
Oct 12 05:06:00 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 05:06:00 gallery systemd[1]: Failed to start Samba SMB Daemon.
-- Subject: Unit smb.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit smb.service has failed.
--
-- The result is failed.
Oct 12 05:06:00 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 05:06:00 gallery systemd[1]: smb.service failed.
Oct 12 05:06:00 gallery polkitd[834]: Unregistered Authentication Agent for unix-process:28725:666169239 (system bus name :1.27063, object path /org/freedesktop/Poli
Oct 12 05:06:11 gallerym sshd[28739]: Invalid user rzo from 179.70.230.3 port 54110
Oct 12 05:06:11 gallery sshd[28739]: input_userauth_request: invalid user rzo [preauth]
Oct 12 05:06:11 gallery sshd[28739]: pam_unix(sshd:auth): check pass; user unknown
Oct 12 05:06:11 gallery sshd[28739]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=179-70-230-3.user3p.veloxzone.com.br
Oct 12 05:06:13 gallery sshd[28739]: Failed password for invalid user rzo from 179.70.230.3 port 54110 ssh2
Oct 12 05:06:13 gallery sshd[28739]: Received disconnect from 179.70.230.3 port 54110:11: Bye Bye [preauth]
Oct 12 05:06:13 gallery sshd[28739]: Disconnected from 179.70.230.3 port 54110 [preauth]
Oct 12 05:07:12 gallery sshd[28799]: Invalid user foy from 179.70.230.3 port 39818
Oct 12 05:07:12 gallery sshd[28799]: input_userauth_request: invalid user foy [preauth]
Oct 12 05:07:12 gallery sshd[28799]: pam_unix(sshd:auth): check pass; user unknown
Oct 12 05:07:12 gallery sshd[28799]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=179-70-230-3.user3p.veloxzone.com.br
Oct 12 05:07:14 gallery sshd[28799]: Failed password for invalid user foy from 179.70.230.3 port 39818 ssh2
Oct 12 05:07:14 gallery sshd[28799]: Received disconnect from 179.70.230.3 port 39818:11: Bye Bye [preauth]
Oct 12 05:07:14 gallery sshd[28799]: Disconnected from 179.70.230.3 port 39818 [preauth]
Oct 12 05:07:30 gallery NetworkManager[924]: <info> [1665565650.7592] device (wlp7s0): set-hw-addr: set MAC address to 42:82:89:FE:3D:9D (scanning)
Oct 12 05:07:30 gallery kernel: IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
Oct 12 05:08:15 gallery sshd[28856]: Invalid user hue from 179.70.230.3 port 53618
Oct 12 05:08:15 gallery sshd[28856]: input_userauth_request: invalid user hue [preauth]
Oct 12 05:08:15 gallery sshd[28856]: pam_unix(sshd:auth): check pass; user unknown
Oct 12 05:08:15 gallery sshd[28856]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=179-70-230-3.user3p.veloxzone.com.br
Oct 12 05:08:17 gallery sshd[28856]: Failed password for invalid user hue from 179.70.230.3 port 53618 ssh2
Oct 12 05:08:17 gallery sshd[28856]: Received disconnect from 179.70.230.3 port 53618:11: Bye Bye [preauth]
Oct 12 05:08:17 gallery sshd[28856]: Disconnected from 179.70.230.3 port 53618 [preauth]
lines 1258-1308/1308 (END)

[root@gallery ~]# 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 Wed 2022-10-12 05:06:00 EDT; 4min 27s ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 28731 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 28731 (code=exited, status=1/FAILURE)

Oct 12 05:06:00 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 05:06:00 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 05:06:00 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 05:06:00 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 05:06:00 gallery systemd[1]: smb.service failed.
[root@gallery ~]#

until updating the system, everything worked perfectly
 
Old 10-17-2022, 12:23 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Any errors with your samba configuration?
Code:
testparm -s
Reference:
https://www.samba.org/samba/docs/cur...estparm.1.html
 
Old 10-17-2022, 02:25 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,728

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
What version of CentOS are you running?

Also check the nmbd and smbd logs /var/log/samba
 
Old 10-18-2022, 08:33 PM   #4
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ferrari View Post
Any errors with your samba configuration?
Code:
testparm -s
Reference:
https://www.samba.org/samba/docs/cur...estparm.1.html

[root@gallery ~]# testparm -s
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Server role: ROLE_STANDALONE

# Global parameters
[global]
disable netbios = Yes
dns proxy = No
idmap config * : backend = tdb


[users]
force create mode = 0660
force directory mode = 02770
path = /samba/users
read only = No
valid users = @sambashare @sadmin


[josh]
browseable = No
force create mode = 0660
force directory mode = 02770
path = /samba/josh
read only = No
valid users = josh @sadmin
[root@gallery ~]#
 
Old 10-18-2022, 08:37 PM   #5
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
What version of CentOS are you running?

Also check the nmbd and smbd logs /var/log/samba

I use CentOS 7.8.2003 x86_64

log.nmbd


*****
[2022/04/20 10:46:00.214837, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/04/29 00:06:18.238185, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.10.248

*****
[2022/04/30 02:14:08.779162, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/04/30 02:29:08.803852, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/05/12 13:57:47.357218, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/05/20 00:07:16.059664, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.10.248

*****
[2022/05/21 10:35:12.614770, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/02 11:18:18.203592, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.10.248

*****
[2022/06/02 11:18:18.204696, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/09 16:14:33.979696, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/13 01:17:37.505803, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/14 01:08:08.958094, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/15 00:56:59.149410, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/19 01:30:23.009803, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/06/20 19:05:56.157927, 0] ../../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
*****

Samba name server GALLERY is now a local master browser for workgroup WORKGROUP on subnet 192.168.31.157

*****
[2022/07/12 19:08:28.440283, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:18:12.901700, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:32.923361, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:42.931600, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:52.941950, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:19:02.951307, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:19:12.961214, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:19:22.972076, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:19:32.981956, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:19:32.982584, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:19:52.997827, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:20:03.008748, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:20:13.019230, 0] ../../source3/nmbd/nmbd_[2022/07/13 00:00:10.277313, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:00:20.287870, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:00:30.298861, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:00:32.657894, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:00:54.214203, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:01:04.226607, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:01:14.237584, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:01:24.248250, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:01:34.258967, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:01:44.269722, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:01:54.280655, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:02:04.291219, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:02:14.301858, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:02:24.312805, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:02:34.323746, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:02:44.334420, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:02:54.344950, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:03:04.356416, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:03:14.366656, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:03:24.377254, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:03:34.388054, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:03:44.398757, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/13 00:03:54.409474, 0] ../../source3/n[2022/07/13 15:24:28.331415, 0] ../../source3/nmbd/nmbd.c:59(terminate)
Got SIGTERM: going down...
[2022/07/13 15:25:00.413418, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:09:28.614952, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 01:00:38.049322, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 01:40:02.939034, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:05:55.968729, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:22:38.745949, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:27:08.018574, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 03:28:06.281358, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 03:45:40.433854, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 03:57:37.806216, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 04:39:34.394645, 0] ../../source3/nmbd/nmbd.c:906(main)
nmbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019




log.smb


[2022/03/24 02:01:05.722787, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/03/24 02:14:23.443539, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/03/24 02:14:23.565959, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/03/25 00:52:57.398354, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/03/25 00:52:57.569531, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/03/29 14:39:18.630149, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/03/29 14:39:18.749740, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/03/29 15:01:06.974297, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/03/29 15:01:07.019835, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/04/17 22:35:46.839105, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/04/17 22:35:46.883521, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/04/17 23:07:10.697217, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/04/17 23:07:10.743625, 0] ../../lib/util/become_daemon.c:136(daemon_ready)
daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
[2022/07/12 19:05:40.195577, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:05:40.200316, 0] ../../source3/printing/print_cups.c:486(cups_pcap_load_async)
cups_pcap_load_async: reinit_after_fork() failed
[2022/07/12 19:05:40.201458, 0] ../../source3/lib/util.c:824(smb_panic_s3)
PANIC (pid 29700): cups_pcap_load_async: reinit_after_fork() failed
[2022/07/12 19:05:40.216225, 0] ../../lib/util/fault.c:265(log_stack_trace)
BACKTRACE: 19 stack frames:
#0 /lib64/libsamba-util.so.0(log_stack_trace+0x2f) [0x7fc9b1401fef]
#1 /lib64/libsmbconf.so.0(smb_panic_s3+0x18) [0x7fc9b0bf9e88]
#2 /lib64/libsamba-util.so.0(smb_panic+0x2d) [0x7fc9b14020fd]
#3 /usr/lib64/samba/libsmbd-base-samba4.so(cups_cache_reload+0x74e) [0x7fc9b10996ce]
#4 /usr/lib64/samba/libsmbd-base-samba4.so(pcap_cache_reload+0x111) [0x7fc9b1096171]
#5 /usr/lib64/samba/libsmbd-base-samba4.so(+0xdf979) [0x7fc9b0f3d979]
#6 /lib64/libsmbconf.so.0(+0x48d08) [0x7fc9b0c1bd08]
#7 /lib64/libtevent.so.0(tevent_common_invoke_timer_handler+0x10f) [0x7fc9a1ec0abf]
#8 /lib64/libtevent.so.0(tevent_common_loop_timer_delay+0x59) [0x7fc9a1ec0c39]
#9 /lib64/libtevent.so.0(+0xd0f9) [0x7fc9a1ec20f9]
#10 /lib64/libtevent.so.0(+0xb057) [0x7fc9a1ec0057]
#11 /lib64/libtevent.so.0(_tevent_loop_once+0xbd) [0x7fc9a1ebb25d]
#12 /lib64/libtevent.so.0(tevent_common_loop_wait+0x1b) [0x7fc9a1ebb4bb]
#13 /lib64/libtevent.so.0(+0xaff7) [0x7fc9a1ebfff7]
#14 /usr/lib64/samba/libsmbd-base-samba4.so(start_background_queue+0x2a1) [0x7fc9b0f3df41]
#15 /usr/lib64/samba/libsmbd-base-samba4.so(printing_subsystem_init+0xab) [0x7fc9b0f3e25b]
#16 /usr/sbin/smbd(main+0x1331) [0x56031ef042d1]
#17 /lib64/libc.so.6(__libc_start_main+0xf5) [0x7fc9a18ff555]
#18 /usr/sbin/smbd(+0x8e34) [0x56031ef04e34]
[2022/07/12 19:05:40.218299, 0] ../../source3/lib/dumpcore.c:315(dump_core)
dumping core in /var/log/samba/cores/smbd
[2022/07/12 19:05:40.220286, 0] ../../source3/printing/print_cups.c:524(cups_async_callback)
failed to recv pcap blob
[2022/07/12 19:15:31.609499, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:18:10.296412, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:18:10.296929, 0] ../../source3/printing/print_cups.c:486(cups_pcap_load_async)
cups_pcap_load_async: reinit_after_fork() failed
[2022/07/12 19:18:10.297028, 0] ../../source3/lib/util.c:824(smb_panic_s3)
PANIC (pid 30528): cups_pcap_load_async: reinit_after_fork() failed
[2022/07/12 19:18:10.300391, 0] ../../lib/util/fault.c:265(log_stack_trace)
BACKTRACE: 19 stack frames:
#0 /lib64/libsamba-util.so.0(log_stack_trace+0x2f) [0x7fc9b1401fef]
#1 /lib64/libsmbconf.so.0(smb_panic_s3+0x18) [0x7fc9b0bf9e88]
#2 /lib64/libsamba-util.so.0(smb_panic+0x2d) [0x7fc9b14020fd]
#3 /usr/lib64/samba/libsmbd-base-samba4.so(cups_cache_reload+0x74e) [0x7fc9b10996ce]
#4 /usr/lib64/samba/libsmbd-base-samba4.so(pcap_cache_reload+0x111) [0x7fc9b1096171]
#5 /usr/lib64/samba/libsmbd-base-samba4.so(+0xdf979) [0x7fc9b0f3d979]
#6 /lib64/libsmbconf.so.0(+0x48d08) [0x7fc9b0c1bd08]
#7 /lib64/libtevent.so.0(tevent_common_invoke_timer_handler+0x10f) [0x7fc9a1ec0abf]
#8 /lib64/libtevent.so.0(tevent_common_loop_timer_delay+0x59) [0x7fc9a1ec0c39]
#9 /lib64/libtevent.so.0(+0xd0f9) [0x7fc9a1ec20f9]
#10 /lib64/libtevent.so.0(+0xb057) [0x7fc9a1ec0057]
#11 /lib64/libtevent.so.0(_tevent_loop_once+0xbd) [0x7fc9a1ebb25d]
#12 /lib64/libtevent.so.0(tevent_common_loop_wait+0x1b) [0x7fc9a1ebb4bb]
#13 /lib64/libtevent.so.0(+0xaff7) [0x7fc9a1ebfff7]
#14 /usr/lib64/samba/libsmbd-base-samba4.so(start_background_queue+0x2a1) [0x7fc9b0f3df41]
#15 /usr/lib64/samba/libsmbd-base-samba4.so(printing_subsystem_init+0xab) [0x7fc9b0f3e25b]
#16 /usr/sbin/smbd(main+0x1331) [0x56031ef042d1]
#17 /lib64/libc.so.6(__libc_start_main+0xf5) [0x7fc9a18ff555]
#18 /usr/sbin/smbd(+0x8e34) [0x56031ef04e34]
[2022/07/12 19:18:10.301198, 0] ../../source3/lib/dumpcore.c:315(dump_core)
dumping core in /var/log/samba/cores/smbd
[2022/07/12 19:18:10.303056, 0] ../../source3/printing/print_cups.c:524(cups_async_callback)
failed to recv pcap blob
[2022/07/12 19:30:31.634384, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:30:40.395552, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:30:40.395848, 0] ../../source3/printing/print_cups.c:486(cups_pcap_load_async)
cups_pcap_load_async: reinit_after_fork() failed
[2022/07/12 19:30:40.395917, 0] ../../source3/lib/util.c:824(smb_panic_s3)
PANIC (pid 31709): cups_pcap_load_async: reinit_after_fork() failed
[2022/07/12 19:30:40.398299, 0] ../../lib/util/fault.c:265(log_stack_trace)
BACKTRACE: 19 stack frames:
#0 /lib64/libsamba-util.so.0(log_stack_trace+0x2f) [0x7fc9b1401fef]
#1 /lib64/libsmbconf.so.0(smb_panic_s3+0x18) [0x7fc9b0bf9e88]
#2 /lib64/libsamba-util.so.0(smb_panic+0x2d) [0x7fc9b14020fd]
#3 /usr/lib64/samba/libsmbd-base-samba4.so(cups_cache_reload+0x74e) [0x7fc9b10996ce]
#4 /usr/lib64/samba/libsmbd-base-samba4.so(pcap_cache_reload+0x111) [0x7fc9b1096171]
#5 /usr/lib64/samba/libsmbd-base-samba4.so(+0xdf979) [0x7fc9b0f3d979]
#6 /lib64/libsmbconf.so.0(+0x48d08) [0x7fc9b0c1bd08]
#7 /lib64/libtevent.so.0(tevent_common_invoke_timer_handler+0x10f) [0x7fc9a1ec0abf[2022/07/13 15:25:00.564366, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:09:28.748819, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:14:07.904483, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:15:24.784264, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:16:29.504676, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:31:36.392161, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:44:23.781013, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:46:10.350232, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 00:58:36.544361, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/17 01:04:18.132680, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 01:39:47.640222, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:05:43.094499, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:18:05.558172, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:21:41.434983, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:26:24.841871, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/07/27 02:36:02.669102, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 02:01:05.078199, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 03:45:40.455074, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 03:57:26.183470, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 04:39:24.495496, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 04:48:21.277225, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 04:53:49.576476, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/12 05:06:00.205684, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/17 09:33:50.168480, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/17 09:41:57.468488, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/17 09:53:08.373075, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
[2022/10/17 10:06:59.670164, 0] ../../source3/smbd/server.c:1788(main)
smbd version 4.10.16 started.
Copyright Andrew Tridgell and the Samba Team 1992-2019
 
Old 10-19-2022, 01:51 AM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
You have an issue to sort...
Code:
[2022/07/12 19:08:28.440283, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:18:12.901700, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:32.923361, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:42.931600, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
 
Old 10-20-2022, 01:16 AM   #7
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ferrari View Post
You have an issue to sort...
Code:
[2022/07/12 19:08:28.440283, 0] ../../source3/lib/util.c:501(reinit_after_fork)
messaging_reinit() failed: NT_STATUS_DISK_FULL
[2022/07/12 19:18:12.901700, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:32.923361, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device
[2022/07/12 19:18:42.931600, 0] ../../source3/nmbd/nmbd_serverlistdb.c:317(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.: No space left on device



I solved this problem with disk space, but anyway smb doesn't workClick image for larger version

Name:	Captură.PNG
Views:	12
Size:	26.6 KB
ID:	39746
 
Old 10-20-2022, 01:33 AM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
So, what errors are you getting now? You can increase the samba logging to get further diagnostic information...

https://wiki.samba.org/index.php/Set...amba_Log_Level

Code:
sudo journalctl -u smb
 
Old 10-20-2022, 11:26 PM   #9
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
sudo journalctl -u smb

[QUOTE=ferrari;6387314]So, what errors are you getting now? You can increase the samba logging to get further diagnostic information...

https://wiki.samba.org/index.php/Set...amba_Log_Level


Quote:
[root@gallery ~]# sudo journalctl -u smb
-- Logs begin at Thu 2022-09-15 18:45:12 EDT, end at Fri 2022-10-21 00:14:01 EDT. --
Oct 12 02:01:04 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 02:01:05 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 02:01:05 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 02:01:05 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 02:01:05 gallery systemd[1]: smb.service failed.
Oct 12 03:45:40 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 03:45:40 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 03:45:40 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 03:45:40 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 03:45:40 gallery systemd[1]: smb.service failed.
Oct 12 03:57:26 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 03:57:26 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 03:57:26 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 03:57:26 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 03:57:26 gallery systemd[1]: smb.service failed.
Oct 12 04:39:24 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 04:39:24 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 04:39:24 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 04:39:24 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 04:39:24 gallery systemd[1]: smb.service failed.
Oct 12 04:48:21 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 04:48:21 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 04:48:21 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 04:48:21 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 04:48:21 gallery systemd[1]: smb.service failed.
Oct 12 04:53:49 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 04:53:49 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 04:53:49 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 04:53:49 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 04:53:49 gallery systemd[1]: smb.service failed.
Oct 12 05:06:00 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 12 05:06:00 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 12 05:06:00 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 12 05:06:00 gallery systemd[1]: Unit smb.service entered failed state.
Oct 12 05:06:00 gallery systemd[1]: smb.service failed.
Oct 17 09:33:49 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 17 09:33:50 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 17 09:33:50 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 17 09:33:50 gallery systemd[1]: Unit smb.service entered failed state.
Oct 17 09:33:50 gallery systemd[1]: smb.service failed.
Oct 17 09:41:57 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 17 09:41:57 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 17 09:41:57 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 17 09:41:57 gallery systemd[1]: Unit smb.service entered failed state.
Oct 17 09:41:57 gallery systemd[1]: smb.service failed.
Oct 17 09:53:08 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 17 09:53:08 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 17 09:53:08 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 17 09:53:08 gallery systemd[1]: Unit smb.service entered failed state.
Oct 17 09:53:08 gallery systemd[1]: smb.service failed.
Oct 17 10:06:59 gallery systemd[1]: Starting Samba SMB Daemon...
Oct 17 10:06:59 gallery systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Oct 17 10:06:59 gallery systemd[1]: Failed to start Samba SMB Daemon.
Oct 17 10:06:59 gallery systemd[1]: Unit smb.service entered failed state.
Oct 17 10:06:59 gallery systemd[1]: smb.service failed.
lines 13-56/56 (END)
 
Old 10-21-2022, 12:10 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Is this after you increased the logging level?
 
Old 10-21-2022, 02:43 AM   #11
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
yes

Quote:
Originally Posted by ferrari View Post
Is this after you increased the logging level?
yes
 
Old 10-21-2022, 02:45 AM   #12
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
yes

Quote:
Originally Posted by ferrari View Post
Is this after you increased the logging level?
I tried to reinstall the samba service but without success
 
Old 10-21-2022, 08:53 AM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,728

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
Just to make sure smbd is not running:
ps ax | pgrep smbd

Trying running smbd from the command line.

smbd -i

What are the error messages. You can use ctrl-X to quit smbd.
 
Old 10-21-2022, 01:14 PM   #14
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Quote:
Originally Posted by asea View Post
I tried to reinstall the samba service but without success
Who asked you to do that?
 
Old 10-22-2022, 10:33 AM   #15
asea
LQ Newbie
 
Registered: Oct 2022
Posts: 8

Original Poster
Rep: Reputation: 0
I alone decided to meet again, thinking that the error will be fixed and samba will work

Quote:
Originally Posted by ferrari View Post
Who asked you to do that?
I alone decided to meet again, thinking that the error will be fixed and samba will work
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
suddenly vlc audio chunky. got sound then no sound then got sound then no sound.. andrewysk Linux - Newbie 4 04-21-2021 08:19 PM
Hello everyone. I am brand new to linuxmint, and have really not used any flavour of linux since Redhat 8. Morris McCaul LinuxQuestions.org Member Intro 2 01-25-2016 11:50 PM
Since I installed fireFox and made it my default browser I can't enter the IE. michael! Linux - General 1 10-12-2006 02:55 AM
Does emacspeak work on Rh9? It's not an emergency since I'm not blind or anything King of Japan Red Hat 0 01-13-2004 02:07 AM
[Samba] Problems since update to samba 3 ffred Linux - Networking 6 01-02-2004 06:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 11:21 PM.

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