Displaying 20 results from an estimated 1000 matches similar to: "setting up Dovecot"
2006 Oct 29
2
write to clipboard under Linux
Dear all,
I am trying to use the clipboard when writing a table.
Typing:
write.table(object, file="clipboard")
leads to the message:
Fehler in file(file, ifelse(append, "a", "w")) :
'mode' f?r die Zwischenablage muss unter Unix 'r' sein
My interpretation is that I am not allowed to write into the
clipboard from a program called from R. Is there a
2011 Apr 13
2
[LLVMdev] Issues running LLVM tests on Windows + MKS; filed 4 PRs and have patches
I have filed a number of problem reports about getting the LLVM test
infrastructure working for an environment with: Windows + MSVC9 +
Cmake + NMake makefiles + MKS. (MKS provides unix-like tools for
Windows, but based on very old versions, so they have quirky or
minimal compatibility with GNU tools.)
http://llvm.org/bugs/show_bug.cgi?id=9689 - Fix Cmake generation of
compile_cxx for MSVC -
2011 Apr 14
0
[LLVMdev] Issues running LLVM tests on Windows + MKS; filed 4 PRs and have patches
Good morning David,
I won't accept your patches for now. It breaks lots of things in
current environments, autoconf - msys, cmake - msys, cmake -mingw and
cmake - msvs.
- You should never forget other environments. (eg., MSYS and CMD.EXE)
You should implement detecting MKS if you tweak MKS-specific stuff.
- Bash should be assumed to be mature.
I suppose MKS bash might be
2014 Dec 05
3
Version 4.1.13 can't join domain as BDC
Hi All
Having problem to join Samba as BDC in existing domain
PDC - w2003
Partition[DC=MKS,DC=lan,DC=net] objects[10114] linked_values[0]
Refusing to replicate DC=NN\0ADEL:9aac4878-b274-4bf6-92aa-4f42e40d1c43,DC=MKS,DC=lan,DC=net from a read-only repilca into a read-write replica!
Failed to convert object DC=NN\0ADEL:9aac4878-b274-4bf6-92aa-4f42e40d1c43,DC=MKS,DC=lan,DC=net:
2007 Jul 13
2
Postfix Question
I've googled around and although I get a lot of hits about postfix
smarthost authentication with ssl, I can not find out how to
actually accomplish the task.
I've read through smatterings of postings from Neophasis and the
like searching for just the syntax and what file (I assume it's
main.cf) I should be using; however, any smtpd_ lines I have tried
result in postfix hanging and
2007 Mar 19
1
xclip and wine
Hello
I perform the following command
$ echo "Text to clipboard" | xlip -i -selection clipboard
$ xclip -o -selection clipboard
Text to clipboard
I can also paste the text in mozilla by pressing shift-insert.
I cannot paste it into application running under Wine.
I have to invoke ctrl-insert explicitly on selected text in order to be
able to paste it into this wine application.
Do
2014 Dec 05
2
Re Version 4.1.13 can't join domain as BDC
Sat, 06 Dec 2014 07:19:29 +1300 from Andrew Bartlett <abartlet at samba.org>:
>On Fri, 2014-12-05 at 11:50 +0300, ?????? wrote:
>> Hi All
>>
>> Having problem to join Samba as BDC in existing domain
>>
>> PDC - w2003
>>
>> Partition[DC=MKS,DC=lan,DC=net] objects[10114] linked_values[0]
>> Refusing to replicate
2001 Oct 22
10
Winbind, RedHat 7.1, Pam 0.74-22 ohh so close to working
Hello,
I have gone through the howto provided but I am not yet able to
logon to my linux box using NT4 domain accounts. I can however authenticate
to restricted shares and I can obtain groups and users via "getent" and
"wbinfo -u". All I really need now is a working /etc/pam.d/login. I've tried
examples from the howto as with others from the mailing list but I can not
2002 Apr 26
9
port forward from local net to local machine
Hi!
I have a Linux shorewall firewall that is the default gw of the network.
I want to redirect all localy originating traffic to port 80 into another
machine on port 8002 into the local network.
This machine is a WIN2000 machine running a commercial software (proxy,
content filtering) that only runs into Windows... :-(
I tried something like this but this doesn''t seem to work:
local
2006 Nov 13
2
CentOS 4.4 - Email Out
Hi
I need to set some of our boxes to send mail through our smarthost. In
the sendmail.mc file i have set the smarthost and rebuilt the
sendmail.cf file. When i send a mail locally on the box though i get
this error
Diagnostic-Code: SMTP; 553 5.1.8 <root at localhost.localdomain>... Domain
of sender address root at localhost.localdomain does not exist
What else do i need to edit as
2015 Jun 16
0
howto copy a voicemail message to another machine ?
On Tue, 16 Jun 2015, sean darcy wrote:
> There's no problem setting up vm on *. I can't use email off the instance,
> since the assigned ip address doesn't have a PTR.
>
> It looks too much like spam. The mail relays drop it.
Would configuring your own (or your ISP's) smarthost help?
--
Thanks in advance,
1999 Nov 17
6
Samba 2.0.6, MKS' touch.exe, and file/dir time stamps
Hello all,
we are experiencing problems with samba 2.0.6 and the MKS touch command.
during our builds, we touch files and directories so that our make
dependencies work correctly. Unfortunately, it seems that MKS' touch.exe
doesn't actually change the time stamp of a file or directory. The
command returns without an error, but the timestamp does not change.
The same problem exists
2005 Dec 01
1
slow responding firewall server
Hi There,
I recently suffered a serious hardware failure on one of my firewalls,
(motherboard died), this machine was originally a redhat 9 box, on an
Athlon 2200 with 512Megs RAM, this machine was doing the following jobs
for a small network at a relatives house:
Firewall (IPTABLES)
Transparent proxy (squid)
Sendmail smarthost
IMAP mail server
SAMBA file server
IPSEC tunnel to my home.
The
2006 Apr 17
1
voicemail use external smtp server for sendingmail
I had the same question, and I want to make sure I'm clear..... This
implies to me that Asterisk itself doesn't use SMTP, but rather dumps a
message into some directory that Sendmail on the same box will see and
process? I have no problem getting Sendmail to use a smarthost, but am
I understanding the Asterisk part of this properly, or is there a way to
get Asterisk to DIRECTLY use a
2007 Nov 23
7
Modules design patterns ?
Hi,
I''m writing puppet modules since a couple of weeks now, so I''m still
considering myself as a new comer in this field.
It seems that modules I can find on the web or the recipe page on the
wiki almost all use a design pattern where the module is shipped in one
or several class(es) whose configuration are determined by "global" or
nodes variables ala:
module:
class
2005 Feb 16
7
Easy cut & paste from Excel to R?
Hi!
Is it possible to easily cut & paste data from an
Excel spreadsheet to
an R edit( ) grid or to variable?
It seems that R cannot handle the cell delimiters
Excel hands over.
Regards,
Werner
2011 Dec 26
1
managesieve vacation script bounces/frozen with a 550 error.
Dear all,
I have been trying to get this problem out of the way but I just cant seem
to get it right. I hope someone can point me in the right direction here. I
have come up with a vacation script as below, which can be send out from my
Postfix SMTP server to my smarthost at the ISP, and yet for some reason it
is not sent out at my ISP server. The guys at the ISP have sent me the full
error they
2012 Jan 10
1
Centos 6.2 Postfix - forward through SMTP smarthost with SMTP-AUTH
Hi All,
I have set up three servers in a development environment. Via CR they're
updated to Centos 6.2
It appears that these servers have postfix installed on them by default,
which unfortunately I'm not very well acquainted with.
All I want is a quick and dirty way to enable these hosts to send email
through my own SMTP host.
My (sendmail) SMTP host uses SMTP AUTH on a non-standard
1997 Dec 01
1
Why \pipe\MKSPipe ?
I've got Source Integrity installed on our network and at least one person
is having a problem checking files in.
A tcpdump shows that the client is trying to open \pipe\MKSPipe (MKS is the
Source Integrity Manufacturer). SAMBA (of course) replies with:
SMBError = ERRSRV - ERRaccess (The requester does not have the necessary
access rights within the specified context for the requested
2007 Jan 11
1
rename or mv not possible when unix write mode not set
Hi,
I'm wondering if anyone knows of a workaround or fix
for the below issue.
The Samba server is running on:
Red Hat Enterprise Linux AS release 3 (Taroon Update
4)
kernel=2.4.21-27.0.2.1.9.ELsmp
Samba version = 3.0.20b
chmod and mv are from the MKS toolkit.
The question/issue:
In unix I can do:
touch kltest
chmod 544 kltest
mv kltest kltest3
If I create a directory on the samba