similar to: It seems to have bug for @group to set in valid or invalid conf

Displaying 20 results from an estimated 100 matches similar to: "It seems to have bug for @group to set in valid or invalid conf"

2020 Jun 13
0
It seems to have bug for @group to set in valid or invalid conf
No one care then i closed it. Thanks. On Fri, Jun 5, 2020 at 5:18 PM Jeremy <jeremy55662004 at gmail.com> wrote: > Hi all, > > I am using samba 4.10.7 and it seems to have bug for using @group in valid > or invalid conf (?). And i can't find fixed patch in later release. I > describe this issue detail below: > > 1. Firstly, there is my samba conf below (Add
2010 Jun 30
1
net rpc file checks in 3.5.x
When doing simple: net rpc file -Untadmin With ntadmin being a user belonging to properly groupmapped domain admins, (with rid 512), including cases with ntadmin being rid=500 itself, I always get: [2010/06/30 15:06:46.272578, 2] auth/auth.c:304(check_ntlm_password) check_ntlm_password: authentication for user [ntadmin] -> [ntadmin] -> [ntadmin] succeeded [2010/06/30
2010 May 16
3
searchlogic
Hey The guys at the searchlogic google groups seem to be asleep -.- They didnt'' grant me permission to post yet. But anyways, right now, I followed the searchlogic tutorial found here -http://www.binarylogic.com/2008/09/07/tutorial-pagination-ordering- and-searching-with-searchlogic/ however, in that tutorial, the results of the find displays all my items, before i even search for
2006 Jul 26
3
Polymorphic Association with Single Table Inheritance?
Hello, is it possible to setup a model/table schema like this: Groupable --> Membership <-- Group ^ ^ | | User UserGroup I tried the following but failed: Groupable (table with ''type'' column) has_many :memberships, :as => :groupable has_many :groups, :through => :memberships
2007 Dec 28
1
validation of acts_as_list in the model of the base class?
Lets say I have 3 models, user, user_group and user_group_nodes. A normal user has one user_group_id as a foreign key and a special user has multiple user_groups which are defined in the user_group_nodes. The user_group_nodes is a "acts_as_list" for user and contains a list of group_ids. When I build a form to get user input and I want to save it, is there a way to validate the
2008 Mar 28
1
Yum update erased jdk, jre, and fuse-davfs2
I just did a yum update. It pulled in a number of updates including the latest firefox and davfs2.i386. Then I watch the following show up during the cleanup phase of yum (/var/log/messages): Mar 28 15:42:18 nc2400 Erased: jdk Mar 28 15:42:25 nc2400 Erased: jre Mar 28 15:42:31 nc2400 Erased: fuse-davfs2 Are the first jsut removal of the alternatives? How do I tell and how do I find that
2008 Jan 17
3
mount -t devfs
I have installed fuse-davfs2-1.2.2-1.el5.rf.i386.rpm but mount -t davfs http://URL /mnt/dav gets /sbin/mount.davfs: group davfs2 does not exist what did I miss in the install???
2017 Nov 22
0
CentOS6 davfs2 shows invalid free/total storage capacity
Hello, I have a CentOS6 VM with davfs2 where I mount WebDAV Shares; one I have at a storage hoster and one I configured myself on a virtual server I rented on a hoster; why does 'df' always show the same value for capacity [root at centos6-vm ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 11249272 7074512 3596664 67% / tmpfs
2019 Nov 15
2
Some issues for Samba 4.10.7 on ZFS 0.8.1
Hi all, I got some samba issues on ZFS 0.8.1 below, but i have no idea these issues are belong to samba or ZFS. Q1. When i used Mac OS X 10.12.6 to mount smb (samba version 4.10.7) share folder and upload a folder which has few files then i got an unexpected error (error code -50). Q2. When using the file which has ntfs data streams :Zone.Identifier:$DATA can't upload to share folder
2003 Oct 02
0
3.0.0-2 on RH9 as domain member of win2k domain - not able to write to shares...
Hi, I'm unable to write to shares on the RH9 box from win2k clients. Have successfully joined domain with 'net join ads' getent passwd lists local unix users and win2k domain users successfully I've mapped a DOMAIN+user_group to unix user_group, which 'net groupmap list' shows successfully I have tried various ways to give DOMAIN+user.name access to the share, by changing
2005 Jun 09
3
[Bug 2781] rsync linked files not listed as uptodate
https://bugzilla.samba.org/show_bug.cgi?id=2781 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-06-09 09:34 ------- Rsync doesn't output "uptodate" for
2007 Sep 20
1
Relationship Proxies?
I''m trying to understand these results in irb, which implies that there''s some kind of proxy at play: >> aaron = User.find_by_login ''aaron'' => #<User:0xb7109cdc @attributes={"salt"=>"7e3041ebc2fc05a40c60028e2c4901a81035d3cd", "updated_at"=>nil, "contact_info_id"=>nil,
2019 Nov 05
0
Got unexpected error occurred (error code -50) when using Mac OS X 10.12.6 access samba 4.10.7
Hi all, When i used Mac OS X 10.12.6 to mount smb (samba version 4.10.7) share folder and upload a folder which has few files then i got an unexpected error (error code -50). Did anyone know what happened ? or what should i do on my configuration? My share conf is below: [myfolder] path = /tmpfs/mnt/pool/Pool_42442/v1/v1-f-1 write list = "admin" "@Administrator_Group"
2014 Mar 21
3
Local account login failed when samba join to LDAP
Dears, My samba version is 3.6.4 I have a problem to co-work with open LDAP server. When samba join to open LDAP server, my local account can NOT login samba anymore, only LDAP account can login. When my samba come back to standalone, the local account is OK. Did I miss something? The following is my configuration files, I list the part of them, smb.conf server string = "Samba Server"
2011 Jul 28
20
[Bug 8336] New: parent dir permission
https://bugzilla.samba.org/show_bug.cgi?id=8336 Summary: parent dir permission Product: rsync Version: 3.0.8 Platform: All OS/Version: Solaris Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: andras.porjesz at ericsson.com
2007 Aug 24
1
SSHFS installation
Hello, I'm trying to build a sshfs available environemnt. Info: [root at pandora /]# uname -a ; yum list \*fuse\* installed Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Loading "priorities" plugin Loading "protectbase" plugin Loading "installonlyn" plugin Loading "fastestmirror" plugin Setting up
2006 Jan 06
2
3ware disk failure -> hang
I've got an i386 server running centos 4.2 with 3 3ware controllers in it -- an 8006-2 for the system disks and 2 7500-8s. On the 7500s, I'm running an all software RAID50. This morning I came in to find the system hung. Turns out a disk went overnight on one of the 7500s, and rather than a graceful failover I got this: Jan 6 01:03:58 $SERVER kernel: 3w-xxxx: scsi2: Command
2013 Jan 04
2
[LLVMdev] TableGen patterns with multiple outputs
Are multi-output patterns in TableGen supposed to work, or is that a known limitation in the current implementation? If I have TableGen code like the following... 1242 def SDTTestNode : SDTypeProfile<2, 1, [SDTCisSameAs<0, 1>]>; 1243 def TestNode : SDNode<"NVPTXISD::TestNode", SDTTestNode>; 1244 1245 def MyTestNode : NVPTXInst<(outs Int32Regs:$dst0,
2010 Nov 12
1
Call failed becaus of SIP tanslate
Hi Guys, I have a the following issue when I ma trying to place a call through my voip provider, I am using an asterisk 1.2.21.1, do you have an idea what could fix this issue (as you can see when the other party answered, the call get dropped because of probably sip incompatibility) Nov 12 14:31:30 WARNING[21432]: chan_sip.c:2587 sip_write: Asked to transmit frame type 256, while native formats
2013 Jan 07
2
[LLVMdev] TableGen patterns with multiple outputs
Thanks for the info. Is this on someone's list of things to do? On Sun, Jan 6, 2013 at 7:41 PM, Bob Wilson <bob.wilson at apple.com> wrote: > > On Jan 4, 2013, at 9:52 AM, Justin Holewinski <justin.holewinski at gmail.com> > wrote: > > Are multi-output patterns in TableGen supposed to work, or is that a known > limitation in the current implementation? >