Displaying 3 results from an estimated 3 matches for "linuxit".
Did you mean:
linuxkit
1997 Aug 21
2
R-alpha: libf2c as a shared library
Ok, I did the following experiment
dyn.load("/usr/local/lib/libf2c.so.2.0")
dyn.load("try.so")
.Fortran("try", 10.5)
where try.so contains the following compiled subroutine
subroutine try(x)
double precision x
write(*,*) x
return
end
It worked just fine (at least here on my FreeBSD machine at home).
So it seems that it will be
2007 Mar 26
1
Upgrade 3.0.10 to 3.0.24 on RHEL4 - NT_STATUS_LOGON_FAILURE
Hi all,
I'm having a problem with an upgrade of Samba running on a Redhat4 Update 4 system. The default installation provides only 3.0.10 which doesn't include the privilege model or a number of fixes including some in 3.0.21a and 3.0.23 which it looks like we'll need.
The system runs in PDC mode with user accounts in an ldap database. On a test system which I'm using to
2004 Feb 28
1
Samba 3.0.2 as PDC -- /home Directory always mapped
Hello,
I am usin Samba 3.0.2 on RHES 3.0 with w2k Clients.
When i make the [homes] service available the clients can access the
directory. But die directory will not be mapped on the Winows clients.
When i comment it out the service in smb.conf, it is not available BUT
in the log file i see "cannot connect to service "user". I think this is
not good for performance.
I have