Current time: 11-25-2024, 03:35 PM Hello There, Guest! (LoginRegister)


Post Reply 
Creating user seems to be stalled
Author Message
mike548141 Offline
Junior Member
*

Posts: 49
Joined: Nov 2009
Reputation: 0
Post: #10
RE: Creating user seems to be stalled
Creating the vmail user seems to have cleared up that issue, for anyone that needs it this is what I did...
Quote: # Generate a random password for the vmail user
export vmail_password=`dd if=/dev/urandom count=128 bs=1 2>&1 | sha512sum | cut -b-50`

# Get the group ID (GID) of the mail group
export mail_gid=`cat /etc/group | grep 'mail:' | sed '; s/mail:x://; s/://;'`

# Create the user vmail for VHCS
useradd -g $mail_gid -p $vmail_password --system vmail

No luck getting the request manager to run automatically so far... Hoping to get this sorted but I can't see any logs that are helpful, so things I have to fix...
1) Get request manager to run automatically
2) Fix the work flows that leave the control panel on a blank page (rau3.php)
3) Seems that a bunch of things like the traffic counters are not working...
VHCS is looking worse and worse as a viable option...

(04-08-2010 07:56 AM)joximu Wrote:  I think you also could "compile" ispcp (it's the daemon to be compiled, nothing else) on a similar machine and then copy the things to the production server...

Hmm I'm interested... Do you happen to know if there are any 'how to's', manuals or general info that I can look at to achieve this?
I'm happy to attempt compiling a RPM but I would say I would need the forums help... If its achievable I can post it back here for others of course.

Thanks,

MC
04-09-2010 02:52 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Creating user seems to be stalled - mike548141 - 04-09-2010 02:52 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)