search for: unixserv

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

Did you mean: uniserv
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 part -------------- An HTML attachment was scrubbed... URL: http://ruby...
2000 Mar 22
0
help please anybody - [ homes ] problem
...r test.clearcase I get the answer: finger test.clearcase Login name: test.clearcase In real life: Test Cleaecase user Directory: /users/soft/ttc Shell: /usr/bin/tcsh Never logged in. No unread mail No Plan. However when I try to see this share from the nt box ( \\unixserver\test.clearcase ) while I am logged in as test.clearcase, I get the following dialog: \\unixserver\test.clearcase is not accessable . The network name can not be found. All other shares on this Unix box can be seen. Does anyone have any idea ? Have a nice day. --------------------------------...
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
...Windows credentials. Since Windows does not (as far as I can tell) allow you to authenticate to the same server with different id's, the workaround is to set up DNS aliases for the Samba server. That way, for instance, you connect to 'winserver' with your windows credentials, and 'unixserver' with your UNIX credentials. Bear in mind again that both these DNS names point at the same server. Unfortunately, I can only authenticate via LDAP to the server name that is in the netbios name = field in smb.conf (or the hostname if I don't specify netbios name). I have added a netbi...
2006 Jul 20
1
Can't connect with force user set (3.0.23)
...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 interfaces only = Yes security = DOMAIN client NTLMv2 auth = Yes client lanman auth = No client plaintext auth = No log level = 2 log file = /var/log/samba.log time server = Yes os level =...
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...
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 = us...
1998 Apr 03
1
configuring samba as a PDC
...make Samba behave as a PDC, so that the win 95 machines can log on? Would this would make the users' home directory shares available without any more authentication? (Currently, all the users share the same logon in the NT domain, and then access their home directory shares on unix by running \\unixserver\share from the win 95 "run command" menu, and then have to type their unix passwords again). If it can, it will make things very easy for users on our LAN, because many of them are not comfortable with FTP. Using the network neighbourhood from win 95 is much easier for them. It would a...
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....
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
...SELF_PIPE.each { |io| io.close rescue nil } - SELF_PIPE.replace(Kgio::Pipe.new) - SELF_PIPE.each { |io| io.fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC) } - end - def inherit_listeners! # inherit sockets from parents, they need to be plain Socket objects # before they become Kgio::UNIXServer or Kgio::TCPServer diff --git a/lib/unicorn/worker.rb b/lib/unicorn/worker.rb index 1fb6a4a..e74a1c9 100644 --- a/lib/unicorn/worker.rb +++ b/lib/unicorn/worker.rb @@ -12,6 +12,7 @@ class Unicorn::Worker # :stopdoc: attr_accessor :nr, :switched attr_writer :tmp + attr_reader :to_io # IO...