search for: users_group

Displaying 4 results from an estimated 4 matches for "users_group".

Did you mean: user_group
2009 Oct 22
2
useradd: invalid numeric argument 'someuser'
CentOS 5.3 w/ updates Puppet 0.25.1.rc2 (installed from source) Mongrel + Nginx Am I making a mistake or is this a bug? I''ve experienced this issue using 0.24.8 from EPEL also. Thu Oct 22 13:59:43 -0700 2009 //user::virtual-users_groups/User [someuser]/ensure (err): change from absent to present failed: Could not create user someuser: Execution of ''/usr/sbin/useradd -G sshusers,someuser -d /home/someuser -u 4061 -s /bin/bash -c Some User - p $1$VezlG/$SSk0bJto9WNW4NRatiZJP1 -m someuser'' returned 3: useradd: inva...
2006 Apr 01
1
using find with multiple objects in active record
...;' parameter like group.size. Pretend group.size is a number from 1-10 and is precalculated. Can I do this is one query? Here are the relationships I set up: class User < ActiveRecord::Base has_and_belongs_to_many :groups end class Groupship < ActiveRecord::Base set_table_name "users_groups" belongs_to :recipes belongs_to :tags end class Group < ActiveRecord::Base has_and_belongs_to_many :users end Thanks! -- Posted via http://www.ruby-forum.com/.
2007 Nov 24
12
orphan habtm rows
HI, i use models User and Groups connected with many to many association, so i have users table, groups and groups_users. lets say i create one user and one group. next i add a group to user. so now my table groups_users has one entry i.e. group_id | user_id _________|________ 1 | 1 ok, when i delete both my group and user, above entry is not deleted, thus leaving alone without
2006 Jul 26
1
Three (Possibly Connected) Samba Issues
...= yes server string = [server name] workgroup = [workgroup] os level = 20 security = user max log size = 50 #=== Share Definitions === [homes] comment = Home Directories browseable = no writable = yes [data] writable = yes path = /data force directory mode = 775 force group = [users_group] force create mode = 775 public = yes create mode = 775 directory mode = 775 ---end-samba.conf---