search for: unixservers

Displaying 12 results from an estimated 12 matches for "unixservers".

Did you mean: unixserver
2007 Oct 26
1
BackgroundRB on Windows: UNIXServer required!
I have Backgroundrb working with a Rails project on my OS X box at work, but when I attempt to run migrations or tests at home on my windows box, it fails stating: UNIXServer required! If I remove Backgroundrb from the plugins directory, things work on Windows so I know this is somehow related to Backgroundrb. Does anyone have a tip on what might be going on? Thanks, Nathan -------------- next
2000 Mar 22
0
help please anybody - [ homes ] problem
Hi - I have samba 2.0.6 running on solaris 2.5.1 I am trying to access it from an NT box with the username 'test.clearcase' My home section of smb.conf is defined as follows: [homes] read only = no comment = Unix home directories create mode = 0750 path = %H/pchome browseable = no writeable = yes If I do finger test.clearcase I get the answer: finger test.clearcase
2006 Sep 01
11
mongrel thread safety and global variables
In environment.rb file, I initialize a connection to some data vending servers, through TCP sockets. The connection object is global and hence the code: #environment.rb $generic_connection = ConnectionClass.instance (singleton class) $generic_connection.connect_me( this call will make the connection) The above approach is to make sure that, only one connection is made to the data vending
2005 Mar 30
0
LDAP authentication and server name
Hello, I am running Samba 3.0.10 under Debian. I have the Samba server running with security=ADS, and I can save files to Samba shares with my windows credentials. We now have some users that need to save files to a share using their UNIX user permissions. To this end, I have set up an LDAP password back end with OpenLDAP 2.1.30, and populated the database with the IDEALX smbldap-tools. So I
2006 Jul 20
1
Can't connect with force user set (3.0.23)
Hi, after an update to samba 3.0.23 i can't connect to shares if i set the option force user. Samba is used on a Freebsd 5.5p1 Server, the Domain Controller is a Windows 2003 Server. The [Global] part and a [Share] part follows: # Global parameters [global] workgroup = IPRO.LEO netbios name = UNIXSERVER server string = IPRO Samba %v interfaces = bge0 bind
2006 Jan 26
0
Fw: SAMBA on AIX 5.1
...I get: Can anyone help - thanks in advanced. What does "oslevel -r" report? 5100-09 is available at the IBM site and those functions should be supported in that release (I think actually at 06 or 07). http://www-03.ibm.com/servers/eserver/support/unixservers/aixfixes.html Select AIX 5.1 under Maintenance Packages. Cheers, Bill /opt/Samba/3.0.21a/sbin> ./nmbd -D & [1] 544860 oldpetes: root] /opt/Samba/3.0.21a/sbin> exec(): 0509-036 Cannot load program ./nmbd because of...
2004 Feb 27
1
Authentication problem when using LDAP
...f file.. > > my smb.conf file looks like this [global section]: > > > > [global] > > printing = sysv > > printcap name = /etc/printcap > > load printers = yes > > ; basic server settigns > > workgroup = UnixServers > > netbios name = reymaster > > server string = Samba File Server > > socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 > > SO_RCVBUF=8 > > 192 > > > > ; security and login > > security = user...
1998 Apr 03
1
configuring samba as a PDC
Hello. I am new to Samba, so if my questions are basic, please forgive me. A few weeks ago, I managed to get Samba running on my BSD/OS 2.1 server. The samba version is 1.9.15p4 as supplied by default with this OS distribution. Everything seems to work well on it. The shares are accessible OK. We also had an NT 4.0 server on our LAN that was the PDC. Unfortunately, it died a horrible death last
2006 Jan 26
2
SAMBA on AIX 5.1
I installed the binary from http://us2.samba.org/samba/ftp/Binary_Packages/AIX/ Opt-samba-AIX5-3.0.21a.tar.gz Installed fine but when I go to run the samba binaries, this is what I get: Can anyone help - thanks in advanced. /opt/Samba/3.0.21a/sbin> ./nmbd -D & [1] 544860 oldpetes: root] /opt/Samba/3.0.21a/sbin> exec(): 0509-036 Cannot load program ./nmbd
2006 Sep 12
2
AIX Testers Needed.
...packages were built with gcc on AIX 5.2 and should work fine on AIX 5.3. (I'm already working on an AIX 5.3 only version to take advantage of compiling on the native OS.) You should, wherever possible and appropriate, upgrade AIX to recent levels: http://www-03.ibm.com/servers/eserver/support/unixservers/aixfixes.html You must agree to a license agreement that basically is a disclaimer that I and my institution will not be held responsible, that they may adhere to GPL, LGPL and other appropriate licensing agreements (where applicable) and that copyrights are held by their respective owners. Whe...
1998 Apr 03
4
smbclient (1.9.18p3) dies or needs killing when used for backups (via Amanda)
Has anyone noticed that there appears to be a few problems with regards to Samba and in particular the usage of smbclient, which can do one of the following : 1) Complete & udder death of the NT networking subsystem (which requires a reboot to cure) 2) smbclient appears to lose its connection with the host being contacted and eventually needs to be killed. I'm not too sure how
2013 Dec 09
2
[PATCH] rework master-to-worker signaling to use a pipe
Signaling using normal kill(2) is preserved, but the master now prefers to signal workers using a pipe rather than kill(2). Non-graceful signals (:TERM/:KILL) are still sent using kill(2), as they ask for immediate shutdown. This change is necessary to avoid triggering the ubf (unblocking function) for rb_thread_call_without_gvl (and similar) functions extensions. Most notably, this fixes