Displaying 6 results from an estimated 6 matches for "userserver".
Did you mean:
uberserver
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 have error u can see here https://gist.github.com/optimum-dulopin/7109877
If I simply change
user ''userserver'', '&...
2019 May 07
0
Symlinked mailboxes and dovecot-uidlist.lock
...permissions on the Maildir, new, cur, etc folders are rwxrwx--- or
rw-rw----.? All mail gets created and delivered correctly, both users
can move and create files, and everything generally seems to be working
fine.? However, I did notice one error showing up in the system logs:
May 2 11:35:13 userserver dovecot: imap(user1): Error:
inotify_add_watch(/home/user1/Maildir/dovecot-uidlist.lock) failed:
Permission denied
May 2 11:36:27 userserver dovecot: imap(user2): Error:
inotify_add_watch(/home/user2/Maildir/dovecot-uidlist.lock) failed:
Permission denied
May 3 10:10:11 userserver dovecot: imap...
2018 May 30
1
Scripting the next UID/GID number to use
...erClassGroup")
userGid=$(echo $strgid | cut -d ":" -f 3)
#################
#create the user
#################
echo "Creating s4 posix user $userName"
# create the user #
samba-tool user create $userName --userou=$userClassDN --random-password \
--profile-path="\\\\${userServer}\\${profileShare}\\${userName}" \
--home-directory="\\\\${userServer}\\${homeShare}\\${userName}" \
--home-drive="$homeDrive" \
--nis-domain=${shortDomain,,} \
--unix-home="/dnfs/${homeShare}/${userServer}/$userName" \
--uid-number="$userUid" \
--gid-num...
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
...files and generate_hotel_setup_files.
>
> is it possible to transmit this parameter to generate_hotel_param_files
> and
> generate_hotel_setup_files,
>
> is it possible to make 3 differents functions
> def after_create(hotel), def after_create(server), def
> after_create(userserver), or do I have to check model class
>
> How can I do that ?
>
> Thanks
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group...