Displaying 20 results from an estimated 1000 matches similar to: "File locking issues"
2000 Jul 12
2
Home Share Question
HPUX / AIX / Samba 2.0.6
I'm trying and getting frustrated with configuration of the SMB.CONF
file to get the [homes] share to be the only name listed when
users browse to these servers. I don't want to have the share
auto renamed to the user name that is attaching. The SMB.CONF
help file states that this can be done. Can someone please tell
me the SMB.CONF [homes] variables that need
2000 Aug 14
2
Working Fine - Suddenly Not
Hello All,
AIX 4.3.3 / Samba 2.0.6
Have had no problems in months accessing shares / using SAMBA. This morning users
called to say that they cannot connect. Stopped and restarted the NMBD and SMBD
services. smbstatus shows no issues. Log files show users attempting to connect but
no errors as to why they get the message "\\<server_name> is not accessible The session
was
2000 Jul 05
0
Recommended Share Configuration
Samba 2.0.7 / AIX 4.3.3 Works as expected currently
data path is /home. Using the special "share" of [homes]
End users would like the ability to see each other's $HOME i.e. /home/joeblow
browseable by all other users on the system or even just the users of the same
group. But have write ability restricted to the owner of the directory. In this case
joeblow can write/change
2003 May 14
0
SAMBA Server Not Seen in Network Brotherhood
AIX 5.1 / SAMBA 2.2.5
SAMBA server is a host server only (no PDC / WINS etc) in a 2000 AD domain. All shares can be accessed / authenticated correctly when mapped or called.
But when a client browses MicroSoft Network Neighborhood the server does not show up. It does show up in Active Directory. We've still got users that cannot get away from Network Brotherhood usage.
Kirk Shimek
2003 Mar 25
0
UNIX Server Not Seen In Network Nieghborhood
AIX 5.1 / Samba 2.2.5 / Active Directory DNS & WINS servers
The Samba server is only a client and is not configured to be a WINS / DNS / PASSWORD server to PCs. It passes all these requests to W2K AD.
Problem: The Samba server cannot be seen in Network Neighborhood / My Network Places when browsing.
Debug: Samba server has a valid name / IP address entry(s) in DNS and WINS. Can get to
2001 Apr 11
6
Changing Domains from NT4 / AD 2000
Hello all.
AIX 4.3.3 / Samba 2.0.6 / Production NT4.0 domain
Security = DOMAIN
encrypt passwords = yes
update encrypted = yes
Action: Moving from NT4.0 domain called nt40 to AD 2000 Domain called ad-domain
Problem: Users that have been migrated to ad-domain cannot authenticate to AIX SAMBA shares . . . the AIX SAMBA server is still part of the nt40 domain.
Explanation: I can however, map /
2013 Nov 28
4
puppet in java
We have bunch or property files(key/value pairs) used in different modules
in our java web applicaiton. our applicaiton is also distributed, part of
that runs on a head office and some of the parts run at the branch. All the
branches run a local server for day to day activities. We are looking to
automate these files when moving to different environments like deve, test,
prod. So that we can
2007 Aug 09
1
strange warning
Hi all,
I am using an asterisk as a client to connect to another asterisk server by
registering with the register string. Registration is done without any
hassel, but after sometime my asterisk loses the registration with the
server and the server starts displaying the following msgs repeatedly:
[Aug 9 06:37:59] NOTICE[8380]: chan_sip.c:8151 check_auth: Correct auth,
but based on stale nonce
2004 Aug 06
1
compile error in the new icecast 2
you also need the dev's aswell
<p>>
>hello!
>
>While trying to compile the new and final icecast2, I got this compile
>error on the make:
>
>make[3]: *** [xslt.o] Error 1
>make[3]: Leaving directory `/home/boink/icecast-2.0.0/src'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory `/home/boink/icecast-2.0.0/src'
>make[1]: ***
2006 Aug 21
4
indexing multiple languages with acts_as_ferret
I have an applicaiton where I''m indexing content in a number of
languages, all encoded in UTF8. I would think that having my locale
set to en_US.utf8 would be sufficient to make this work in
ferret/acts_as_ferret, but I keep running into problems, even with
english text.
What have others done to cope with these encoding difficulties?
-ryan
2007 Feb 27
2
running asterisk through cellphone
hi everybody,
I'm currently planning a small-sized web-applicaiton allowing users to
call-in via phone. the phonecalls should be recorded and processed further
by some custom scripts - sounds like asterisk is a perfect match for this
app.
however, during prototyping I have no ISDN-connection whatsoever available,
so I was asking myself if it's possible to connect a cellphone via
2007 Sep 04
3
Model Specs: Fixtures vs Mocks + Stubs?
What is the general opinion about fixtures versus mocking and stubbing
in model specs? I heard from agile on IRC that they save the database
testing for integration testing, but I also see that the caboose
sample applicaiton uses fixtures. I also noticed that on the rspec
site, it says "Ironically (for the traditional TDD''er) these are the
only specs that we feel should actually
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our
campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to
another switch if it doesn't violate the 100 metre rule, but this building
is several hundred metres away from my backbone. My only option for cabling
to the remote building is copper. My plan is to provision them with a Linux
bridge with 4
2006 Sep 07
4
Install config: lighttpd dead but pid file exists
I''m trying to run rails on RHED (centos 4) by following this tutorial:
http://wiki.rubyonrails.org/rails/pages/RailsOnRHEL
and something is gone a bit astray during the install process that is
not allowing lighttpd \ apache to run rails on the web.
Since i''m running Centos, I should mention I''m NOT running SELinux.
As it is, i''m at a total loss as to why
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code
when "winemaker" command is given i get these lines
admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase .
Winemaker 0.6.0
Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054.
closedir()
2006 Sep 25
2
How to insert data into a relational database?
Hi.
Please do bear with me as I am a newbie.
I think I understand how to setup the relation using "has_many" with
"through".
What I need to know is how to insert data into the tables in the controller.
For example, I have company details like name, address and country.
I also have a category table like audio, video, events and lighting.
Once I setup the relations, I need
2000 Mar 20
0
Testparm Error HPUX - DLD.SL Library
HP_UX 10.20 / SAMBA2.0.6 / gcc
Compiles just fine. Run the "testparm /opt/samba/lib/smb.conf" command
and get the following error . . .
"/usr/lib/dld.sl: Unresolved symbol: vsnprintf (code) from testparm
Abort (coredump)"
What are the pre-requisite(s) for libraries for Samba to function or is this
a
known error / fix. Please, could someone respond with a push in the right
2009 Nov 19
7
AXVoice Server Hacked.. accounts info leaked
AXvoice server hacked. Here are few working accounts
USE XLITE to make calls....
Registrar/Proxy
magnum.axvoice.com:9060
Free Sample account....
username=xMaxwellSmartx
secret=thanksapache
username=woodsy
type=friend
secret=haramikuttasala
username=wumingzi
type=friend
secret=kickyourass
Enjoy!
B.R
BaBa Jigger
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Dec 29
3
lowess + turnpoints = doubling integers?
Happy New Year, r-helpers!
I am using lowess to smooth a scatter plot,
xx<-lowess(xinput,f=.04) #defaults for other args
followed by
turnpoints(xx$y) #defaults for other args
I plot the smoothed result as well as turnpoints (using yy$tppos) on top of raw
data plot.
Result is exactly as expected, graphically.
For another purpose, I calcuate the difference between turnpoints (representing
2005 Oct 05
1
Xp-pc's disappear in Network Neighborhood
I have this problem. Window Xp machines show up in Network neighborhood
when they are started but after some time (20 minutes or more) they
disappear.
I can find them with search computer.
Mapped network drives still work.
They reappear if I restart the pc
They reappear if I restart Samba
Its only a small home network so I do not log in to a domain.
Whats going on?????
My samba.conf
# Global