similar to: (retry) 3.0.7: 'map to guest' incomplete behavior

Displaying 20 results from an estimated 1000 matches similar to: "(retry) 3.0.7: 'map to guest' incomplete behavior"

2004 Oct 08
0
(retry) 3.0.7: username map doesn't work with security=ADS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 (OK, my first message got mangled because of the attachments, so I'm reposting) I've got a samba 3 box that's part of an AD domain. It works correctly for most users; but there was a problem where certain users couldn't connect. We'd get a log message that looks like this: Username SAMPLE.COM\pcuser is invalid on this system
2010 Nov 12
1
Problem retrieving data from R2InBUGS
Dear list I am calling the functiton bugs() provided by R2WinBugs to performs an IRT analysis. The function returns a set of estimated parameters over n replications/iterations. For each replication, two sets of person measures (theta1 and theta2) and two sets of item difficulty parameters (diff1 and diff2) are returned. The code used to obtain these estimates is as follows: sim <-
2017 Mar 21
0
[PATCH] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++------------------ 1 files changed, 30 insertions(+), 20 deletions(-) diff
2017 Mar 21
0
[PATCH] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++------------------ 1 files changed, 30 insertions(+), 20 deletions(-) diff
2017 Mar 21
1
[PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- Changelog: v2: - remove comment about the missing hardware, I've tested this change with qemu drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++------------------ 1 files changed, 30 insertions(+), 20
2017 Mar 21
1
[PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- Changelog: v2: - remove comment about the missing hardware, I've tested this change with qemu drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++------------------ 1 files changed, 30 insertions(+), 20
2009 Jan 29
1
Inconsistency in F values from dropterm and anova
Hi, I'm working on fitting a glm model to my data using Gamma error structure and reciprocal link. I've been using dropterm (MASS) in the model simplification process, but the F values from analysis of deviance tables reported by dropterm and anova functions are different - sometimes significantly so. However, the reported residual deviances, degrees of freedom, etc. are not different.
2014 Oct 16
1
Unable to get virtual users set up with database auth
I can't seem to get imap virtual users to work with database authentication on new Scientific Linux 6.5 server with Sendmail 8.14.4 & Dovecot 2.0.9 Apparently I have to also create system users because sendmail/procmail/dovecot want to check directory ownership. So I created a database, made entry for the user, created the user chayes on the system. But %u always contains just chayes
2009 Sep 11
1
mrepo - RHEL5
OK this is talking about downloading from rhn but does anyone have any tips with getting mrepo on a CentOS 5 box to be able to download from rhn reliably? Seemingly everything is configured OK as it downloads a package or 2 but mainly bombs out with... Error communicating with server. The message was: Forbidden avalon-framework-manual-4.1 avalon-framework-manual-4.1
2013 Mar 10
2
list + lapply insead of matrix + apply
I need to develop a simple list manipulation. Although it seems easier to do it in matrix form, but I need it in list form. I have a matrix x <- matrix(c(12.1, 3.44, 0.1, 3, 12, 33.1, 1.1, 23), nrow=2) for list form example, the conversion is x.list <- lapply(seq_len(nrow(x)), function(i) x[i,]) ### list version calcnorm=function(a, b){ diff <- mapply("-", a, b)
2014 Oct 15
1
Permissions problem on new installation
I am setting up a new mail server using imap only on Scientific Linux 6.5 and dovecot 2.0.9. How do I fix this problem? I keep getting these errors regardless of permissions ... even up to 777. Oct 15 13:56:01 avalon dovecot: imap(chayes at domain.tld): Error: opendir(/var/email/chayes at domain.tld/Maildir) failed: Permission denied (euid=497(chayes) egid=12(mail) missing +r perm:
2004 Aug 06
2
optimization possible?
hi, i did some tests about performance in jspeex ... uls@mainframe:~/eclipse/avrelay$ java TestClient Diff1: 0 10 Diff2: 141 started. uls@mainframe:~/eclipse/avrelay$ <p>{ SpeexEncoder e1=new SpeexEncoder(); e1.init(0,1,44100,1); byte[] by1=new byte[320]; long l1=System.currentTimeMillis(); long l2=System.currentTimeMillis(); System.out.println("Diff1:
2014 Dec 19
2
RPC Server Unavailable Message
Greetings, We've been testing Sernet Samba AD and are running into trouble with the RPC server unavailable message when trying to edit group policy and manage users with Windows 8.1. Upon restarting the service, we can connect to the RPC server, but after 24 hours or less, we can no longer connect. I've been trying to find more information about this issue, which was apparently
2004 Aug 06
0
optimization possible?
hi, Ulrich B. Staudinger wrote: > uls@mainframe:~/eclipse/avrelay$ java TestClient > Diff1: 0 > 10 > Diff2: 141 > started. > uls@mainframe:~/eclipse/avrelay$ Sorry, i think this number (diff2) occured due to jvm startup load ... when doing repetive encoding the numbers are much closer to Marc's minimum requirements (with Diff being the elapsed time for encoding on my
2012 Oct 10
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285 avalon at friendofpooh.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avalon at friendofpooh.com --- Comment #6 from avalon at friendofpooh.com --- (In reply to comment #1) ... > config. This is
2003 Jul 24
0
Password expire problem
In a samba PDC 2.2.8a I've begun to experience a message on wxp sp1. Whenever a user logs on they recieve a message stating that the password will expire in 3 days. This message never decreases nor will it go away. I looked in the archives and found users who have had similar problems but no solutions. Could anyone comment and offer up a solution? thanks Ross [global] domain master =
2014 Dec 19
0
RPC Server Unavailable Message
Try to give your samba server another NetBIOS hostname than localhost and comment out the lines with server services and dcerpc endpoint servers. Check your DNS back end. For now it seems due to your smb.conf that you are not using the samba internal DNS server. It's not a must have, but samba does not provide dns. NetBIOS name should be equal to your DNS hostname. After that restart samba
2013 Mar 26
3
Samba + ACLs: Can’t add group write permissions
Hi there, I?ve been trying to get my head around a problem I have with Samba. I?ve set up Samba 3.6.13 on a Raspberry Pi with Arch Linux ARM on it and let it serve a couple of folders from an attached external ext4 drive mounted to /srv/cifs (of course with the "acl" option enabled). I?ve been trying to create a share that is read-writable for all members of a particular UNIX user
2014 Dec 22
0
RPC Server Unavailable Message
I don't know the difference between ntvfs and s3fs. Which one should I use for folder redirection? localhost isn't the name of the ad dc, at least that's not what I intended. How do I change it without reprovisioning? Can you provide a link to some documentation? Thank you. On 12/19/14 3:33 PM, Rowland Penny wrote: > On 19/12/14 22:17, Tim wrote: >> Try to give your
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
Hi, I'm trying to migrate a user from Outlook.com IMAP to Dovecot. I'm using a setup similar to that on http://wiki2.dovecot.org/Migration/Dsync: imapc_host = imap-mail.outlook.com imapc_user = [...]@hotmail.com imapc_password = [...] imapc_features = rfc822.size fetch-headers mail_prefetch_count = 20 imapc_port = 993 imapc_ssl = imaps imapc_ssl_verify = yes ssl_client_ca_dir =