Displaying 20 results from an estimated 4000 matches similar to: "synchronizing Samba & Unix passwords"
2010 Mar 24
0
Suggestions for synchronizing multisite R use?
In the past, I have been using various rsync scripts for
synchronizing, but just realized that I could upload the contents of
my .Rprofile to google docs (to maintain a single copy with revision
history), and then having each of my local .Rprofiles source the url.
(Haven't tried it). Does anybody have any experience with this issue?
I'm sure one could write some external code for .First
2005 Aug 31
4
Oddities with Debian unstable dovecot
Hello,
I'm running an Debian etch box with unstable and ever since the last upgrade to dovecot, I've seen odd things. At times, I would see emails would go missing from the Inbox or other folders, and I couldn't move emails that were moved from the Inbox to another folder back into the Inbox. These have seen gone away since I removed all dovecot.* files and .index* files from my
2007 Jul 25
0
Samba to Windows 2003 READ errors
I'm running Samba version 3.0.10-1.4E on Red Hat Enterprise Linux ES
release 4 (Nahant) Kernel 2.6.9-5.ELsmp on an i686 and I'm trying to
connect to a Windows 2003 Server (not a domain controller) as a shared file
using EITHER ONE of the following command lines:
#smbmount //img1/docs /home/documents -o
dmask=777,fmask=0444,gid=100,uid=501,username=documents,password=passd
-or-
2009 Oct 22
2
CentOS-5.3 yum-priorites
I visited http://wiki.centos.org/PackageManagement/Yum/Priorities
which tells me to install the package yum-priorities available from
extras. I try this and it fails.
# yum install yum-priorities
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.csclub.uwaterloo.ca
* base: mirror.csclub.uwaterloo.ca
* extras: mirror.csclub.uwaterloo.ca
* updates:
2003 Dec 17
2
Assert in Fedora dovecot-0.99.10.4-1
Hello,
I'm seeing this in my dovecot log file:
imap(blair): Dec 16 13:53:06 Panic: file istream.c: line 93
(i_stream_set_read_limit): assertion failed:
(stream->v_size == 0 || v_offset <= stream->v_size)
I get this consistently when I search for the string
"unknown C primitive"
across 10 mailboxes using the Windows Netscape 4.80 client.
If there's any more
2020 Jun 12
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Wayne,
that one is unrelated, but interesting - you can fix it with
sudo install_name_tool -change \
/usr/local/lib:/opt/X11/lib/libtk8.6.dylib \
/usr/local/lib/libtk8.6.dylib \
/usr/local/bin/wish8.6
There is a bug in tcltk with IDs on the libraries which I have worked-around for R, but not for wish.
Back to the original question - do you have any example of a file that doesn't
2002 Feb 21
0
plot.hclust: strange behaviour with "manufactured"
This worked for me with your example:
source("dumpdata.R")
storage.mode(x.hc$merge) <- "integer"
plot(x.hc)
(R-1.4.1 compiled from source on WinNT4.)
Andy
> -----Original Message-----
> From: Hugh Chipman [mailto:hachipma at icarus.math.uwaterloo.ca]
> Sent: Wednesday, February 20, 2002 5:32 PM
> To: andy_liaw at merck.com
> Cc: r-help at stat.math.ethz.ch
2020 Jun 11
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Wayne and Peter,
FWIW, I observe exactly the same problem in Catalina. The error and my session info:
-------- snip --------
> tkimage.create("photo", file = fname)
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] encountered an unsupported criticial chunk type "eXIf".
> sessionInfo()
R version 4.0.0 (2020-04-24)
Platform:
2005 Oct 12
1
How to set up a passwd file for virtual hosting
Hi,
Exim4 is running fine and I am trying to set up Dovecot 0.99 to handle
virtual users (http://wiki.dovecot.org/moin.cgi/VirtualhostingWithExim)
so I don't have to set up user accounts for each e-mail address I want
to server out via pop3.
I need to create a user and passd file, a bit like /etc/passwd, but in a
different location for my dovecot virtual users. I can create a blank
file
2009 Oct 08
1
bsdauth with cache_key failed
hi
i test bsdauth with cache_key=%u on OpenBSD and get this error
Oct 8 10:04:11 pegasus dovecot: Dovecot v1.2.6 starting up
Oct 8 10:04:12 pegasus dovecot: auth(default): Panic: file passdb.c:
line 201 (passdb_init): assertion failed:
(passdb->passdb->default_pass_scheme != NULL || passdb->passd
b->cache_key == NULL)
Oct 8 10:04:12 pegasus dovecot: dovecot: child 8407 (auth)
2005 Dec 29
3
Why do plugins use class_eval?
I''m writing my own plugin and all the plugins I''ve seen use class_eval in the
method that is called in the including module. For example:
http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActsAsFoxPlugin
module Foo
module Acts #:nodoc:
module Fox #:nodoc:
def self.included(base)
base.extend(ClassMethods)
end
# declare the class level
1999 Dec 13
0
SUMMARY: IMAP security across the net
Since the number of responses to my query was large, Roger has asked
me to summarise the information.
The summary is listed below
Thanks to all the people who bothered to help me out:
Alan Mead <adm@ipat.com>
Beattie, Jay <JBeattie@accdir.com>
Bruce Elrick <bruce.elrick@saltus.ab.ca>
Christian Hammers <ch@lathspell.westend.com>
David J. M. Karlsen
2006 Feb 03
5
Limiting the columns loaded from a legacy db
I''m setting up a new Rails project that is a nice front end for a
company''s personnel database with a legacy schema.
Unfortunately, the table that contains all the standard information
(first name, last name, email address) has some 20+ columns, one of
which is a BLOB of a picture of the person.
Loading all this takes a while, when the application really only
needs the
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Simon,
> On Jun 11, 2020, at 9:00 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote:
>
> Wayne,
>
> that one is unrelated, but interesting - you can fix it with
>
> sudo install_name_tool -change \
> /usr/local/lib:/opt/X11/lib/libtk8.6.dylib \
> /usr/local/lib/libtk8.6.dylib \
> /usr/local/bin/wish8.6
>
> There is a bug in tcltk with
2008 Dec 01
1
trivial spelling correction
Good evening,
Spotted a very minor spelling mistake in the source for the grep help.
And thanks to R-Core for all their work - it's a tribute to R-Core,
that these sort of "problems" are rare indeed.
Best regards,
Sean O'Riordain
Dublin
sean at sean7:~/R/RSVN/R/trunk/src/library/base/man$ svn diff
Index: grep.Rd
2000 Apr 06
0
NT, LINUX and device sharing
Hello LINUX users!!
I am having LINUX RED HAT 5 and NT 4.0 on INTEL platform in network. I
want to share NT DAT tape device for backup. Can somebody help me in
this reagrd?
I have configured SAMBA on LINUX, what do I need to configure on NT to
use DAT tape.
Thanks in Advance
regards
v.p.kulkarni
vpk@cgl.co.in
2009 Jan 31
0
[LLVMdev] -O4 -fvisibility=hidden
I was able to also build sparky (http://www.cgl.ucsf.edu/home/sparky/)
at -O4 under llvm-gcc-4.2 and llvm-g++-4.2 on darwin with minor patches...
--- sparky/c++/_tkinter.c.orig 2009-01-30 22:14:28.000000000 -0500
+++ sparky/c++/_tkinter.c 2009-01-30 22:16:40.000000000 -0500
@@ -3089,6 +3089,9 @@
}
}
+PyMODINIT_FUNC
+init_tkinter(void)
2018 Sep 27
2
Synchronizing passwords to Samba 4
Thank you.
"syncpasswords" seems useful to push passwords from Samba to something.
I need to do it the other way : push passwords from OpenLDAP to Samba.
--
Sébastien BEAUDLOT
Université d'Avignon et des Pays de Vaucluse
--
----- Mail original -----
De: "samba" <samba at lists.samba.org>
À: "samba" <samba at lists.samba.org>
Envoyé: Jeudi 27
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
I don't know what has changed with Catalina
But I just tried my tk console from the shell command tkcon
And got the following error.
Here is my shell:
$ tkcon
dyld: Library not loaded: /usr/local/lib:/opt/X11/lib/libtk8.6.dylib
Referenced from: /usr/local/bin/wish
Reason: image not found
Abort trap: 6
I don't know whether this is a red herring or not, but the
1998 Aug 20
0
macro subsitution inconsistancies
I'm having a problem with 1.9.18p7 (and I've checked the sources for 1.9.18p8 and the ntdom branch also, so I suspect the problem exists for those builds also).
I want to have certain shares show up and configurations happen depending on the user name, so I've defined parameters in /etc/smb-confs/smb.conf.USERNAME, like so:
/etc/smb-confs/smb.conf.abakun:
[onlyabakun]
blah =