Displaying 20 results from an estimated 3000 matches similar to: "Integrating Misys into existing Samba network"
2009 Mar 03
2
Misys Tiger with Wine 1.01
Fellow Winos:
I am a nubee to Wine. I am using Ubuntu 8.10 with Wine from the repository, which is 1.01. I have a business program that is used to connect a windows PC to an AIX server in our office. So it is basically an emulator. the program is called Misys Tiger. I am able to install the program without difficulty, but it will not run. It goes to the initial splash screen, and then the
2004 Oct 21
2
test51 dumping core
OpenBSD 3.6 -current (i386)
dovecot-1.0-test51
I'm now getting this error message as soon as I start dovecot:
"Authentication client 0 not compatible with this server (mixed old and new
binaries?)"
Here's the process I'm using:
./configure --sysconfdir=/etc \
--with-ssl=openssl \
--with-pam=NO \
--with-ldap=no \
--with-vpopmail=no \
2002 Mar 08
0
High CPU load with Samba
Hello all,
We are running Samba 2.2.2 on Soalris 2.6, clients are Windows NT4.
Samba works fine for nearly all applications exept one were we
encounter very high CPU-load. This is when we access data using the
Version Manager librairy for Power Builder.
We do not find any errors in Samba log file. We tried to upgrade to
2.2.3a but it didn't seem any better.
I know it is a very particular
2004 Jan 27
0
re: cannot map ntgroup to ldap group-fixed
ok, i noticed the gid of ldap group "users" was 539, but the one it was migrated from in /etc/group was 100, so I changed the gid and everything seems to work now? but why should it care that the gid is the same as it's /etc/group counterpart?
--- On Tue 01/27, John H. < mrmailer@myway.com > wrote:
From: John H. [mailto: mrmailer@myway.com]
To: samba@lists.samba.org
2004 Oct 20
1
test49 "killed with signal 6" errors...
I upgraded yesterday from 1.0test46 to 1.0test49 in an attempt to eliminate an
error that a couple of my users were getting. Both users were using Thunderbird
0.6 over imaps, and were getting errors that said:
"The current command didn't succeed. The mail server responded: Error in IMAP
command UID: Invalid Body [..] Parameter: Missing '>'in'<14336-13057>'.
2004 Jan 27
0
problems with group mappings with ldap
the weirdness continues
net groupmap modify ntgroup="Domain Admins" unixgroup="ntadmin"
NT Group Domain Admins doesn't exist in mapping DB
--- On Mon 01/26, John H. < mrmailer@myway.com > wrote:
From: John H. [mailto: mrmailer@myway.com]
To: samba@lists.samba.org
Date: Mon, 26 Jan 2004 17:40:49 -0500 (EST)
Subject: Re: [Samba] net:
2003 Nov 05
1
save(iris,file=
I tried it using file and it seems to work for saving:
> data(iris)
> con <- file("clipboard","w")
> save(iris,ascii=T,file=con)
> close(con)
> readLines("clipboard")
... lengthy output follows which seems correct ...
but not for loading:
> con <- file("clipboard","r")
> load(con)
Error in load(con) : loading from
2003 Dec 25
1
problem with pipes (PR#5053)
I gather that the pipe problem is a difficult one to solve
since its highly desirable (at least for me) to be able to
use Windows pipes yet its been outstanding since the previous
R release.
I have one idea on a possible workaround and associated
feature and I wonder if this feature is feasible?
I just noticed that
z <- system("c:\\a.bat", intern = TRUE, invisible = TRUE)
is
2004 Jan 27
0
re:ldap group mapping problems
well, they both have the same sid, for some bizarre reason.
net groupmap list -s /etc/samba/smb.ldap |grep "Admin"
Domain Admins (S-1-5-21-4070452498-3149834983-2923667569-512) -> 512
Administrators (S-1-5-21-4070452498-3149834983-2923667569-544) -> 544
Domain Admins (S-1-5-21-4070452498-3149834983-2923667569-512) -> ntadmin
and see, it has a posixgroup entry?
# LDIF Export
2006 Nov 28
1
Duplicate Icons on Desktop after Upgrade
Hi,
I'm recently upgraded to samba-3.0.23d from 3.0.21 on an OpenBSD 4.0
server. I'm using folder redirection to redirect the Application Data,
Desktop, My Documents, and Favorites folders off to /profiles/username
on the server. Two users now have duplicate file icons on their
desktops. For example, if there is a file named test.doc in the
/profiles/username/Desktop directory on
2004 Jul 12
0
Where does R search when source() ?
I have found the use of save( ) and attach( ) when supported by a pair
of functions written by my colleague John Miyamoto, move( ) and rm.sv( )
quite useful in managing (1) collections of useful homebrew functions,
(2) project workspaces, and (3) "packages" under development. An .Rdata
file containing these and other handy functions together with a brief
supporting document can be
2005 Jul 01
3
error while connecting from squirrelmail
Hi all,
I am new to dovecot and squirrelmail and I am trying to configure squirrelmail with dovecot as its imap server. When i disable "Secure Imap (TLS)" option (2-A-7) from squirrelmail configure menu, it's working fine. But when i try to enable tls support, squirrelmail is giving the following error:
Warning: fsockopen(): unable to connect to 192.xx.xx.xx:993 in
2003 Oct 14
1
Web Site Suggestion Regarding R Source
In the Lua language they have put the entire source on the net in
such a way that you can easily browse it. Go to:
http://www.lua.org/source/5.0/
to see what I mean.
One of the nice things about R is that if you want more info on
a function than in the help page you can just type the name of
the function at the R prompt and you get its source, at least if
it itself was written in R.
2005 Jul 06
1
dovecot not able to access sentmail folder in home directory(chdir)
using dovecot version 0.99.11
while accessing through squirrelmail or even connecting manually(using openssl) to the server dovecot is not able to access the folder
the mail.err log file has the following entry:
dovecot: (/home/user) permission denied error no 89 returned by child process
the squirrel mail error was
connection dropped by imap server
Query capability
thanks
vineet
2006 Sep 27
1
Almost 300 hours of videos about Free and Open Source Software
Hello!
People from International Free Software Forum (the largest brazilian event about FLOSS) have done it two times in a row. They've put online the whole video coverage for this year's event (also online are the videos from last year). It's almost 300 hours in Ogg Theora. I think it's worth a mention in theora.org website. It's a shame there's no subtitles, for most of
2004 Apr 20
1
Re: [R] Error message during debug (PR#6804)
On Tue, 20 Apr 2004 13:48:43 -0400 (EDT), "Gabor Grothendieck"
<ggrothendieck@myway.com> wrote :
>
>In R 1.9.0 on Windows XP Pro I get an error if I try to
>debug the identity function f shown:
>
> > f <- function(x)x
> > debug(f)
> > f(1)
> debugging in: f(1)
> Error in f(1) : Unimplemented feature in eval
> > R.version.string
> [1]
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted
for a filename when dealing with ASCII files.
> data(iris)
> save(iris,ascii=TRUE,file="clipboard")
Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w'
Also this (where gclip is a utility found at unxutils.sourceforge.net
that copies its standard input to the
2006 Aug 09
3
Regarding samba compilation
Hi,
Am trying to add some Debug statement to smbd, for example in service.c. But problem is when I recomplile and make install, smbd doesnt get updated with that code. problem here is this smbd executable(usr/sbin/smbd) doesnt get updated with the latest install. please help..
Regards,
Samid.
_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way
2004 Jan 07
3
different win machines on PDC not accessible at different times
I am having nearly the EXACT same problem as
http://lists.samba.org/archive/samba-technical/2003-December/033315.html
I have samba 3.0.1-1 rpms and fedora core 1.
Samba is set as a WINS server, which the win2k machines, who use DHCP from router, are pointed to by the WINS server address specified in router(each of the win2k machines, via ipconfig /all reveal they do in fact use the wins server).
2004 Mar 01
0
protocol negotiation fails on connections to certain computers
Samba 3 on mandrake system. I can connect to other windows machines, but they cannot connect, getting "network path not found" or whatever. I cannot connect to myself(I am not a PDC or anything), because I get this error...
smbclient3 -L \\192.168.111.200 -U user
protocol negotiation failed
or sometimes more specifically...
[2004/03/01 14:24:25, 0]