similar to: "guest ok = no" but guest user is used

Displaying 20 results from an estimated 10000 matches similar to: ""guest ok = no" but guest user is used"

2008 May 19
2
no bookeeping using public folders
Using dovecot 1.0.10. In the config: namespace public { separator = / hidden = no prefix = Flock/ location = maildir:/home/baratin/PublicMaildir:CONTROL=~/Maildir/control/Flock:INDEX=/var/dovecot/index/%u/Flock } This should be a public mail folder owned by "baratin", "read only" for all other users. Every user has his/her own control and index area
2002 Sep 25
4
spool directory
I'm using CUPS and Samba for my printing needs and was wondering if there was a way to remove the files in the samba spool directory automatically when a job completes? I just noticed that it is shrinking the remaining space on my /var partition. Thanks for any help
2013 Sep 10
3
to delete lines by means of a vector
Hi I would like to eliminate a large number of lines of the dataframe df1 The lines to delete are given here by the values of Mat (ex : 2,4,7,10). but I have a large number (300) values of Mat dput(df1) structure(list(Mat = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 11,
2009 Jun 20
1
Transfer incomming email to INBOX
I've installed dovecot with maildir format in /home/claude/mail. I fetch my email with fetchmail and they are placed in /var/spool/mail/claude. How can I transfer them automatically in /home/claude/mail/INBOX/new How can I setup something to transfer my email automatically as they arrive. Claude
2005 Feb 21
2
1.1.6 Manual sampledec.c mistake
Le lundi 21 f?vrier 2005 ? 15:08 +0100, Claude Brisson a ?crit : > Why not move the manual on the wiki ? Because it's already written in LyX and can be easily converted to pdf, html or anything. However, the trouble shooting part could be on a wiki. Do you volunteer? Jean-Marc > Claude > > On Mon, 2005-02-21 at 21:35 +0800, James Oh wrote: > > Hi, > > > >
2010 Jul 01
2
[LLVMdev] Fail to unroll loop on simple examples.
Hi all, I have tried to use the loop-unroll pass on a large example, but without success. So I have tried on smaller examples, and I did not get more success. My simplest example is attached. It comes from this C code (using llvm-gcc, but similar result with clang): int main (int argc, char *argv[]) { int i; for (i = 0; i!=5; ++i) {} return 0; } I use this command (version 2.8svn, from
2024 Feb 08
1
Is simplify2array working for dimension > 2?
Jean-Claude: Well, here's my "explanation". Caveat emptor! Note that: "simplify2array() is the utility called from sapply() when simplify is not false" and > sapply(a, I, simplify = "array") [,1] [,2] [1,] list,2 list,2 [2,] list,2 list,2 So it seems that simplify2array() is not intended to operate in the way that you expected, i.e. that recursive
2005 Jan 10
2
64 bit integer spx_word64_t
On Tue, 2005-01-11 at 02:07 -0500, Jean-Marc Valin wrote: > > noticed there's a 64 bit integer being used in the long term prediction. > > any chance of using a 32 bit integer without incurring some major side-effects? > > A 32-bit integer may overflow (which is why I used a 64-bit int). Of > course, it's possible to emulate it using 32-bit arithmetic. Otherwise, >
2023 Apr 24
1
nsd issue
Hi Jean Claude, The message is printed when the bind operation failed. Why that happens is hard to say, I'd need more information for that. As the message does not say: address already in use (or similar), I'm guessing the address is not configured? Best regards, Jeroen On Fri, 2023-04-21 at 18:03 +0200, HAKIZIMANA Jean Claude via nsd-users wrote: > Dear nsd Users, > kindly can
2003 Mar 06
1
Re: samba Digest, Vol 3, Issue 10
----- Original Message ----- From: <samba-request@lists.samba.org> To: <samba@lists.samba.org> Sent: Thursday, March 06, 2003 8:01 PM Subject: samba Digest, Vol 3, Issue 10 > Send samba mailing list submissions to > samba@lists.samba.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.samba.org/mailman/listinfo/samba > or, via email,
2010 Jul 01
0
[LLVMdev] Fail to unroll loop on simple examples.
[I am a newcomer to llvm, so don't believe me.] Hi Claude, I added -debug to the command line in an attempt to study your example, and got out this: Loop Unroll: F[main] Loop %bb1 Loop Size = 4 Can't unroll; loop not terminated by a conditional branch. The source code for that is on line 116 (or so) in lib/Transforms/Utils/LoopUnroll.cpp Based on a quick look at the source code,
2005 Jan 13
3
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
On Thu, 2005-01-13 at 12:42 -0500, Jean-Marc Valin wrote: > Le jeudi 13 janvier 2005 ? 10:59 -0500, Jared Whitby a ?crit : > > Interestingly enough.. I started playing around with preprocessing > > options in 1.1.6 and happened upon the denoise filter > > (SPEEX_PREPROCESS_SET_DENOISE). When i run the test tone using that > > option it is completely filtered out and I
2014 Dec 16
4
interrupt pipe disabled
Hello, I'm testing an APC SMT3000RMI2U connected to an USB port with Nut 2.7.2. I've got the message : "interrupt pipe disabled (add 'pollonly' flag to 'ups.conf' to get rid of this message)" I've been looking for "pollonly" in the usbhid-ups man page, but it didn't help me. Could someone explain me what does this means exactly ? What are
2009 Jun 20
2
procmail/dovecot error
My procmail log keep filling with the following error procmail: Program failure (75) of "/usr/libexec/dovecot/deliver" Can't open log file /var/log/dovecot.log: Permission denied ls -l /usr/libexec/dovecot/deliver -rwxr-xr-x. 1 root root 964760 avr 20 03:55 /usr/libexec/dovecot/deliver ls -l /var/log/dovecot.log -rw-------. 1 root root 34689 jun 20 15:26 /var/log/dovecot.log what
2005 Jul 22
2
memory cleaning
Hi R Users, After some research I haven't find what I want. I'm manipulating a dataframe with 70k rows and 30 variables, and I run out of memory when exporting this in a *.txt file after some computing I have used : > memory.size()/1048576.0 [1] 103.7730 and I make my export : > write.table(cox,"d:/tablefinal2.txt",row.names=F,sep=';') >
2014 Dec 05
2
Changing self test date
Le Thu, 4 Dec 2014 08:42:37 -0500 Charles Lepple <clepple at gmail.com> ?crivait: > On Dec 4, 2014, at 5:30 AM, Frantz de Germain <frantz at info.univ-angers.fr> > wrote: > > > Hello, > > > > does any one know how to change the date of the self tests on APC UPSes ? > > I'd like to be able to choose the day and the hour so that it happens at >
2003 Jan 15
3
guest ok = yes
Hi, I've got samba up and running, but I have the guest ok = yes option. Now I have the book Using Samba by o'reilly, and if I'm correct this setting should enable be to access the share without using a username/password, however it doesn't work, then if I enter a valid samba user when it prompts it works fine! I've included my smb.conf file, any suggestions would be
2005 Jan 25
4
'security = ads' & 'valid users ='
I will be upgrading my Samba server from 2.2.8a to 3.0.10. I currently have security set to 'share' and plan on migrating to 'ads' for improved authentication. I have one snag, though... I have remote users who reside in and are managed by a Windows domain that is not in my control. There is no trust relationship at all. If I use 'ads' security, can I add a 'valid
2017 Apr 27
2
Error with installed.packages with R 3.4.0 on Windows
Hello, I am currently getting a strange error when I call installed.packages(): Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) && : missing value where TRUE/FALSE needed Calls: installed.packages I am working with R 3.4.0 on Windows. I didn't get this error with R 3.3.3. Apparently, file.mtime() is returning NA well applied to a directory, and
2014 May 31
1
second connected PBX not showing Caller ID
Hello, We have two asterisk PBXs connected. PBX 1 has SIP trunks connected to our provider. PBX 2 is a remote PBX and SIP Trunk connected to PBX 1. We are able to dial extensions either way and PBX 2 is able to dial out using PBX 1 SIP trunks connected to our provider. We would like to use a separated Caller-ID for PBX 2 and cannot figure out how to do this. Any suggestions