search for: userservic

Displaying 6 results from an estimated 6 matches for "userservic".

Did you mean: userservice
2013 Oct 22
0
problem while deploying with capistrano-unicorn
Hi, since today I have some issue when I try to stop / start / restart unicorn I can''t understand why but it seems to be mixing my local user and my server user on config/unicorn/production.rb I have user ''userserver'', ''userserver'' where ''userserver'' is the name of the user on server so when I launch command cap unicorn:restart I
2019 May 07
0
Symlinked mailboxes and dovecot-uidlist.lock
I have a scenario where I have two users, one account (user1) with it's own Maildir account, and another account (user2) (which I wish to see the same messages) with a symlinked Maildir to user1's Maildir.? I.E.: /home/user1/Maildir /home/user2/Maildir (where this Maildir is symlinked to /home/user1/Maildir) Both users are in a group together (usergroup), and so all of the permissions
2018 May 30
1
Scripting the next UID/GID number to use
Hello. If you want. I have already implemented something like this : ############################### # get user rfc2307 attributes # ############################### # get the new uid # userUid=$(s4ldbsearch -H $samDatabase -s base -b CN=$shortDomain,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$baseDN msSFU30MaxUidNumber | grep 'msSFU30MaxUidNumber:') if [ -z "$userUid"
2018 May 30
2
Scripting the next UID/GID number to use
On Wed, 30 May 2018 10:33:55 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > So, in AD LDAP lingo, a 'modify' is not atomic, and a 'delete/add' > > > yes? > > Ahem, i meant: > > So, in AD LDAP lingo, a 'replace' is not atomic, and a
2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2 i am using this command to mount a windows share from windows xp mount_smbfs //user@server/share_name /path/to/mount_point and everytime i get this message mount_smbfs: can't get server address: ssyerr = operation timed out i have also tried this command mount -t smbfs //user@server/share_name /path/to/mount_point and get the same message can any one give me some
2008 Jul 21
1
Re: Observer
eh, like so? def after_create(model) generate_hotel_param_files(model.id) generate_hotel_setup_files(model.id) end def after_update(model) generate_hotel_param_files(model.id) generate_hotel_setup_files(model.id) end On Jul 21, 9:59 am, David Nguyen <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > Hi, > I have to make an observer if a