My Samba server stopped working and I have no idea why.

I set up a samba server once I got arch installed and it was working like a boss for about a month. Then one day (i think the machine may have rebooted) it just stopped working. I can't access my samba share from any of my other machines (all running Windows 7). I hadn't changed anything so I don't know what the culprit is. I did some update and looked at the smb.conf file but everything seems to be in order. I also tried to connect with smbclient from the machine itself and I get an NT_STATUS_CONNECTION_REFUSED error.
What's going on?
Here is my smb.conf
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
# For a step to step guide on installing, configuring and using samba,
# read the Samba-HOWTO-Collection. This may be obtained from:
# http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
# Many working examples of smb.conf files can be found in the
# Samba-Guide which is generated daily and can be downloaded from:
# http://www.samba.org/samba/docs/Samba-Guide.pdf
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
workgroup = WORKGROUP
# server string is the equivalent of the NT Description field
server string = Vault Samba Server
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
security = share
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
; hosts allow = 192.168.1. 192.168.2. 127.
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
; load printers = yes
# you may wish to override the location of the printcap file
; printcap name = /etc/printcap
# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
; printcap name = lpstat
# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, cups, sysv, plp, lprng, aix, hpux, qnx
; printing = cups
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
; guest account = pcguest
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log
# Put a capping on the size of the log files (in Kb).
max log size = 50
# Use password server option only with security = server
# The argument list may include:
# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
# password server = *
; password server = <NT-Server-Name>
# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
; realm = MY_REALM
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
; passdb backend = tdbsam
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting.
# Note: Consider carefully the location in the configuration file of
# this line. The included file is read at that point.
; include = /usr/local/samba/lib/smb.conf.%m
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
interfaces = 192.168.1.109
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
; local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
; os level = 33
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
; domain master = yes
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
; preferred master = yes
# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
; domain logons = yes
# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
; logon script = %m.bat
# run a specific logon batch file per username
; logon script = %U.bat
# Where to store roving profiles (only for Win95 and WinNT)
# %L substitutes for this servers netbios name, %U is username
# You must uncomment the [Profiles] share below
; logon path = \\%L\Profiles\%U
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
; wins support = yes
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
; wins proxy = yes
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
dns proxy = no
# These scripts are used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
; add user script = /usr/sbin/useradd %u
; add group script = /usr/sbin/groupadd %g
; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
; delete user script = /usr/sbin/userdel %u
; delete user from group script = /usr/sbin/deluser %u %g
; delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /usr/local/samba/lib/netlogon
; guest ok = yes
; writable = no
; share modes = no
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
; path = /usr/local/samba/profiles
; browseable = no
; guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
;[printers]
; comment = All Printers
; path = /var/spool/samba
; browseable = no
;# Set public = yes to allow user 'guest account' to print
; guest ok = no
; writable = no
; printable = yes
[proraid]
comment = ProRaid Share
path = /proraid
public = yes
available = yes
brosable = yes
read only = no
writable = yes
# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = no
; printable = no
; write list = @staff
# Other examples.
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool directory,
# wherever it is.
;[fredsprn]
; comment = Fred's Printer
; valid users = fred
; path = /homes/fred
; printer = freds_printer
; public = no
; writable = no
; printable = yes
# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
; comment = Fred's Service
; path = /usr/somewhere/private
; valid users = fred
; public = no
; writable = yes
; printable = no
# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %U option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
; comment = PC Directories
; path = /usr/pc/%m
; public = no
; writable = yes
# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
;[public]
; path = /usr/somewhere/else/public
; public = yes
; only guest = yes
; writable = yes
; printable = no
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765

Hi,
My thought is to check the current IP of the server, as your smb.conf has the line interfaces = 192.168.1.109 which means samba will only listen on that interface for requests. If the IP of the server has changed, that would explain why samba isn't working.

Similar Messages

  • My 4th row of keys on my mac book pro just suddenly stopped working and i have no idea why? Can someone help me fix them?

    My 4th row of keys on my mac book pro just stopped working all of a sudden,does anyone know how to fix it?

    Which model MBP do you have?
    If you are still under warranty and/or have AppleCare, call them.  Let them deal w/it. 
    Out of warranty DIY instructions can be found on... 
    iFixit 
    TakeItApart
    Search YouTube for Macbook Pro “How To” tutorials.
    How to replace keys on an Apple MacBook Pro SILVER Keyboard
    https://www.youtube.com/watch?v=JjRTQIfVTgU

  • When i open itunes its normal and then out of nowhere it says "itunes has stopped working" and i have to click 'close program'. help?

    when i open itunes its normal and then out of nowhere it says "itunes has stopped working" and i have to click 'close program'. help?

    Having the same issue here....a quick fix is to just minimize the window, and immediately maximize it.  It will now fit the screen.  Trouble is, after you close it, you'll have to do it again when you re-start itunes.  The good news is it takes all of about 2 seconds.  Apple should fix this.  Should.

  • HT1551 My remote for my Apple TV just stopped working and I have tried putting in a new battery, re-pairing the remote, resetting the device by unplugging it, and I checked the infared coming from the remote is working. The light just blinks at me 3 times

    My remote for my Apple TV just stopped working and I have tried putting in a new battery, re-pairing the remote, resetting the device by unplugging it, and I checked the infared coming from the remote is working. The light just blinks at me 3 times what else can I try to fix it?

    Have you tried unpairing the remote? You do this by pointing your remote at the Apple TV and holding the MENU and Left buttons down together for 6 seconds.

  • HT1766 When in Itunes with my iphone connected to my computer I click on my iphone icon and itunes stops working and I have to close itunes, every thing is uptodate?

    Hi When I am in Itunes on my Windows 7 computer with my ipone connected (5s latest) it syncs OK I then click on the iphone icon and itunes stops working and I have to close down? all software is latest version? can any one help?

    Hello Dowad,
    Thank you for the details of the issue you are experiencing when connecting your iPhone to your computer.  I found an article with steps you can take if iTunes stops working when you connect your iPhone:
    iTunes: May become unresponsive when connecting iPhone, iPad, or iPod touch
    http://support.apple.com/kb/TS3219
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Because once a month acrobat stops working and I have to reinstall

    because once a month acrobat stops working and I have to reinstall

    Hi Aleotto,
    When you say Acrobat stops working then what does exactly happen?
    Does it nit launch at all? Do you get any error messages?
    What if you try to repair Acrobat installation instead of uninstalling and reinstalling?
    Have you checked in a new Admin account and noted the behavior?
    Try turning off any Antivirus software you have or add acrobat to its exception list and check.
    Regards,
    Rave

  • I cannot use apps on my ipod as when i turn on my ipod the wi-fi works but after a minute of 2 it stops working and then have to wait ages for it to work again. i have checked my internet but my laptop and playstation works work fine.

    i cannot use apps on my ipod as when i turn on my ipod the wi-fi works but after a minute of 2 it stops working and then have to wait ages for it to work again. i have checked my internet but my laptop and playstation works work fine.

    Try here
    iOS: Troubleshooting applications purchased from the App Store

  • Strange Files Appear on Desktop  and I Have No Idea Why or What They Do.

    Hello all,
    For the past long while strange '.part' and '.pdf' files started appearing on my desktop and I have no idea why, how, or what they do/are for!
    The files are just random strings of letters and numbers sometimes ending in .pdf, sometimes .part, sometimes both. Here is an example:
    J0f0IS2p.jpg.part
    qtz0MxdS.ai.part
    _Z8WxpbN.pdf.part
    My uniformed guess thinks it has something to do with Firefox and when I download something. I recently downloaded an Adobe Illustrator file from my email, and 'qtz0MxdS.ai.part' appeared on my desktop. it has an '.ai' in it. The '.pdf' files, I think, appear when I download .pdfs using Firefox.
    Does anyone know why this happens and how I can stop it? I dont think/hope its not a serious issue or bug but it does get tedious deleting all these weird files. Thanks for your time!!
    Best,
    -Reid

    They occur when a Web-browser like firefox is the downloading a file. Some Web browsers download files with a different name than change to the real name when the download completes. having these funny names on your desktop means that the download did not complete or the download is presently occurring.
    In firefox as you can press: command-j to see downloaded manager

  • I never had an APPLE ID with this email address and I have no idea why this is this showing to me?

    Every time I restore my iPhone from iCloud Backup, this apple id SHOWS UP  and asking password. But I never had an APPLE ID with this email address and I have no idea why this is this showing to me? Could anyone help me to remove it from my Applr ID as it seems somehow its linked to my iCloud Backup. Thank you.
    <Email Edited By Host>

    Hi Ralph,
    I have received the iPhone 5s from my carrier EE UK. I never had a second hand device as all my previous iPhones received from my carrier. Every time I restore from iCloud backup, first I enter my Apple ID and Password, then it authenticates and goes through next process and updates iCloud settings, right after initial settings then it displayes enter your password where the Apple ID is the metntioned Apple ID and in the bottom it says "Skip this to go next process" or something. I have to press that everytime to skip it, then restore my backup from iCloud and then when I'm in iPhone home it asks me for the password of that mentoned email. So everytime I change the email address to my Apple ID then enter my password that activates my iCloud services and start downloading all the apps I installed.
    Its really weird to be honest and I don't know how to remove that email address from that process and seems its there.
    N.B. When I had iPhone 4s, Apple Store did replace my iPhone 4s with a new one due to the faulty WiFi.

  • When I type my email address in the "To:" field, a random name comes up next to it as "Holidays in United States". This just started happening out of the blue and I have no idea why. Does anyone else have any idea?

    When I type my email address in the "To:" field, a random name comes up next to it as "Holidays in United States". This just started happening out of the blue and I have no idea why. Does anyone else have any idea?

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • TS4463 Sometimes, one of my iCloud folders becomes a sub folder and I have no idea why.  I can't move it to folder status with my mouse.  How to make it a folder again?

    Sometimes, when I am in iCloud mail one of my mail folders becomes a sub folder and I have no idea why.  I've tried to move the sub folder to the left using my mouse but it won't move.  I don't know whey this is happening and I don't know how to make the sub folder back to a folder.  Please help.

    OK, I was hoping that the problem would not effect a newly created folder.  I'm not sure it fix the problem, but if you have already tried I would try going to System Preferences>iCloud, unchecking Mail, restarting your Mac, then go back and check Mail again.  Then see if you can drag your subfolders to promote them to folders again.  (Incidentally, you don't drag them to the left to do this, you drag them up above the folder they are under until the position indicator shows that it is promoted to a folder, then drop it.)

  • This is my first new apple product. The viewing screen on my laptop has three long cracks along the sides and I have no idea why!

    This is my first new apple product. The viewing screen on my laptop has three long cracks along the sides and I have no idea why!

    Take it to an Apple store or AASP.

  • My windows say the quicktouch on screen display has stopped working and i have no volume??

    HP Pavillion Entertainment PC dv6000
    p/n KC302UA
    operating system-Windows Vista
    message says Quicktouch Screen display has stopped working. I have no volume and my volume bar wont work.
    How do I fix this?

    Please do a BIOS update and this may fix the issue,
    If you wanna know how to do the same, please go to HP.com- Support & Drivers- Enter product number - Choose OS - Select BIOS - Download and install. Make sure that the Charger is connected to the Computer.

  • I recently installed 7.0.1 on two Windows 7 Enterprise x64 systems. Now everytime I close Firefox I receive an error "Firefox has stopped working" and I have to click close. Works fine on a Windows XP SP3 x86 machine.

    "Firefox has stopped working"
    "A problem caused the program to stop working correctly. Please close the program."
    I tried installing two ways; clean and upgrading from 6.0.2. I receive the same error message upon exit.

    I followed the troubleshooting guide for extensions and themes, and still have the issue.
    I modify the package to redistribute with SCCM, and I like to modify Firefox manually. This process has worked fine until 7.0 or 7.0.1. I extract the files from firefox setup 7.0.1.exe, then I extract the files from omni.jar, so I can modify settings in firefox.js to remove updates, setting firefox as the default browser, etc.. I run setup.exe and include a setup.ini as part of my installation command line to remove icons.
    I tried just extracting .exe, and the files from omin.jar but not modifying anything and left out the .ini file and it still fails to close properly.
    Like I said the above process works fine on XP.
    If I install 7.0.1 via the download .exe on Win7 Enterprise x64 it works fine. I'm still looking into it.

  • 3000 N100 SD Reader Stopped Working and Now have XD Card Logo....WH​AT??

    So my SD card reader has been fine and the other day it stopped working.  I go to my computer after putting in a SD card and instead of the SD logo, I have a XD Picture Card Logo and it doesnt work....and the logo stays even if there is nothing in the drive.  I have no clue what happened...I didnt add or delete anything and Im not having any other issues. 
    Any please have any ideas?  IT would be greatly appreciated as I use it all the time for my business.......I looked on the Lenovo site for a driver, but didnt see any....
    Thanks in advance
    Mike

    This issue is on and off again with my laptop.  The card reader constantly wants to download
    new driver and when I do it does not recognize or acknowledge i have downloaded and installed update.  I guess its time for a mac...........p.s.  I am really disappointed in this vista crap!

Maybe you are looking for

  • Filename in XFDF - Acrobat 9?

    While submitting the PDF form field data, do we have to manually add the 'f href' element in the XFDF when running on Acrobat 9? Or, is it the acrobat javascript method 'submitForm' which generates the XFDF with field names and 'f href' ? Please let

  • Image is not showing up on Dialog.

    Hi Guys I am getting problem with Dialog. In my Dialog I have created the image field which accepts image from dam by Drag and drop. Whil Iam dropping the image it is showing up inside the Dialog properly and is showing up on the screen also But when

  • TS1363 windows 8 and ipod nano issues

    I just installed Win8 and downloaded the latest version of itunes now my ipod nano isn't syncing. I followed the troubleshooting steps with no results.

  • Problem during installation of NetWeaver 7.1 Trail version

    Hi, i am a just new brown baby in the field of NetWeaver 7.1. I download trial version of net weaver 7.1 from the SDN.SAP download portion. While logging got the following error: "WSAECONNREFUSER : Connation refused".  I donu2019t have any version of

  • Filtering system.log & console.loog

    I have a few problems which I have been trying to find in console.log & system.log I have a couple of applications which write a lot of entries here, which makes it very difficult to read. Is it possible to filter events in console.log - saying for e