Displaying 20 results from an estimated 1000 matches similar to: "Deliver question"
2008 Apr 04
2
Dovecot config
Hi,
I've installed dovecot 1.0.13 on FreeBSD 6.3 RELEASE and now trying to
configure it. Below is my config file:
$ dovecot -n
# 1.0.13: /usr/local/etc/dovecot.conf
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot-info.log
protocols: imap
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
2008 Mar 28
1
Dovecot Startup error on FreeBSD
Hi,
I have installed latest Dovecot 1.0.13 on a FreeBSD 6.2 with XMail
(www.xmailserver.org). It works OK except one thing: error on startup.
After each reboot there are lots of such error:
dovecot: Mar 28 08:54:38 Error: child 916 (login) returned error 89
dovecot: Mar 28 08:54:54 Error: imap-login: No authentication sockets found
When I restart dovecot by running startup script
2008 Apr 08
3
Dovecot features
Hi,
We would like to switch from courier-imap to dovecot. I have installed
dovecot on a machine running FreeBSD 6.3 and now testing it. My
questions are below:
1. Can I configure dovecot to delete all files that are older, say 10
days, from defined mail boxes (for example Trash or Spam).
2. After I access mail box (using web mail squirrel imap) all emails
moved from 'new' directory
2001 Dec 11
2
printing from unix to NT printer
Setup:
samba 2.2.2
Solaris 8
Trying to print to a printer attached to an NT4/sp6a machine. Printer passes 'test print page' test on NT and is shared.
Problem:
An error occurs when the smbclient command is used:
cat afile | smbclient \\\\tech223\\testprn -U username%password -P -c "translate;print -"
The error reported is "ERRDOS - ERRbadaccess (Invalid open mode.)
2004 Jun 03
2
Force user
Hello list
The Samba Howto Collection repeatedly asserts that by setting the sticky
bit on directories any files created in those directories will be created
with the owner set to that of the directory (for example, see
http://samba.mirror.ac.uk/samba/docs/man/howto/AccessControls.html#id2541262).
This has never worked for me. Files created inherit the group of the
directory, but not the owner.
2010 Sep 11
1
'programatically' list or call objects for use in a function?
Esteemed R users and developers,
How does one 'programatically' list or call objects for use in a function?
For example, i thought i could do something better than this:
save(A.cwb, B.cwb, C.cwb, D.cwb, E.cwb, F.cwb, file="afile.RData")
with something like these-
prfxs <- c("A", "B", "C", "D", "E", "F") #**
2006 Sep 15
3
How to catch a parameter that contains a full url
Hi
I need some help!
I have controller that I need to pass a full url (with its own
parametrs) as a parameter, e.g. I want to call my controller with:
/mycontroller/catchurl?url=http://somedomain.com/afile.jsp?param1=xx¶m2=yy
and in action "catchurl" in mycontroller.rb I would like to have
params[:url] to be
"http://somedomain.com/afile.jsp?param1=xx¶m2=yy"
2005 Apr 12
2
FXSettings problem
Hi all.
I tried to subclass FXSettings in order to add some functionality to it
but I ran into the following problem.
The code which shall be executed looks like this:
def test
reg = Registry.new("test.reg")
reg.Parse
end
The Registry class basically looks this way:
require "fox12"
include Fox
class Registry < FXSettings
2007 May 16
2
read.table opening a website incl Password
Dear all,
in the past I have been able to access websites with data directly. For
example the following code works nicely
mydata <-
read.table("http://www.lifetable.de/data/MPIDR/POL_2004.txt", header=TRUE)
But what happens if I need a username and password (a different site)?
How do I do that? Or is it not possible to this in R?
I tried something like this
mydata.frame <-
2009 Dec 04
1
Saving predict
Hi all,,Im using function arima()
I.e
series is my data
model<-arima(series,c(1,0,0))
forecast<-predict(model,80)
I want to create a variable:
b1<-forecast$pred - 1.96*forecast$se
and save in a txt file
but using this:
save(b1, file= "b1.txt")
creates afile butwith this inside:
]{HQ ~|LJIiW*-l)% )m#),
RIiSfdbGur9p94; H"L#Rez
1y3pN8{,I6W!6=
{6l?OMw_5KZ+
=
2004 Jul 14
3
hosting library (ie. PVCS) on Samba
Hello.
I believe that I've done my due diligence in researching what info. is
currently available on this issue.
I have been jacking with this for days, & believe that I have tried all
possible solutions.
I am basically trying to move a [Merant] PVCS installation from an OS/2
file server to a SuSE/Samba file server.
This installation consists of 'standard' source archives,
2006 Aug 01
2
managing Win2K3 ACL from debian server
I want to modify ACL on files which are on a win2K3 server from a Debian
Sarge server.
my config. is:
Linux Debian Sarge testing with kernel 2.6
samba 3.0.22 configured with winbind
krb5 installed, the Linux server is member of a AD domain on witch the
win2K3 server is a domain controller.
I want to do the following (as root):
smbmount //mywin2k3server/share /mnt/smb/mountingfolder -o
2007 Sep 20
1
Sweave vignettes and bitmap on windows
During vignette generation on Windows, Sweave seems to clean up before
all graphics files are completely processed. For instance, if tmp.Rnw
is:
\documentclass[12pt]{article}
\begin{document}
<<>>=
bitmap("afile.png")
plot(1:100)
dev.off()
@
\end{document}
Then:
C:\R\tmp>R CMD Sweave tmp.Rnw
Writing to file tmp.tex
Processing code chunks ...
1 : echo term verbatim
2006 Jun 26
1
/bin/tar bug
It like we may have a bug in tar that ships with Centos.
It looks like -o is mapped to --same-owner.
Some basic info....
uname -a
Linux jazzy 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 08:14:29 CDT 2006
i686 i686 i386 GNU/Linux
cat /etc/redhat-release
CentOS release 4.3 (Final)
% /bin/tar --version
tar (GNU tar) 1.14
--same-owner try extracting files with the same ownership
--no-same-owner
2015 Sep 14
3
[Bug 11521] New: rsync does not use high-resolution timestamps to determine file differences
https://bugzilla.samba.org/show_bug.cgi?id=11521
Bug ID: 11521
Summary: rsync does not use high-resolution timestamps to
determine file differences
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2007 Apr 24
2
chmod sftp command and setgid/setuid bit
Hi OpenSSH developers,
I'm using OpenSSH on a daily basis and I'm very pleased
with the work you've done.
I am contributing to some Open Source software hosted at Savannah
https://savannah.nongnu.org/projects/tsp
and we recently hit some sftp unexpected behavior:
https://savannah.gnu.org/support/?105838
when using chmod sftp client command
it appears that setuid / setgid bits are
2011 Feb 14
3
R command line and pipe using in Linux?
Hi,
I have a very large data file(GB) from which I only want to extract one
column to draw histogram. This would be done several times, so I would like
to ask if there is anyway to plot this using R from the linux command line,
something look like this
cut -f1 xxx.txt |RplotHist ....
Thanks and hope to hear from you.
Best regards,
Hang
[[alternative HTML version deleted]]
2007 Nov 01
0
File permissions issue: different behavior between samba and unix
I'm seeing behavior that I was hoping somebody could explain. I have a
share set up that will be a repository for company-wide data. There are
three classes of people who can access it, readers, read/writers, and
admins. Readers and read/writers are self explanatory, admins have
read/write access, and can change the permissions/ownership of files.
Read and write access is controlled by
2004 Mar 23
1
Which file to use?
To Whom It May Concern:
We see three files, openssh-3.8pq.tar.ga, openssh-3.8p1.tar.gz.sig, and
openssh-3.8p1-vs-openbsd.diff.gz
Do we need one of these or a different file to load? Currently, we're
running SCO UnixWare 7.1.1, and could upgrade to 7.1.3.
Thanks for your help.
-Tom Phan
2004 Mar 09
4
how to use conditional statements to handle exceptions?
Hello,
I have a problem to handle the following statements.
for(i in [1:3])
{
file=paste("file", i, ".dat")
bb <- read.table(file)
x11()
plot(bb)
dev.off()
}
When the input .dat file is empty, the program stops
running and an error message appears. Could someone
tell me how to handle this exception?
Thanks