The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
1k views

cannot start mysql 5.1 windows service under normal user account

MySQL 5.1 service can start under Local System account or Administrator User account. But MySQL 5.1 service cannot start under normal user account. It gives: Error 1067:The process terminated ...
3
votes
2answers
118 views

Apache groups & users web administration

I am looking for a web administration interface to manage my Apache users & groups. Basically, I would like to be able to : List all users Add a new user Remove a user Create a new group Delete ...
0
votes
2answers
337 views

Any way to allow local computer login to access domain network remotely?

I am setting up a laptop for a customer (Windows 7). He needs to be able to access SQL server on his office network while on the road. What we are trying to do: Since he will be out of the office, he ...
0
votes
2answers
71 views

Web server end user monitoring

I am searching for a solution to monitor access and activities on my web server. There are only a handful of people who are allowed to access my https or ftp/sftp server and I would like to know: Who ...
1
vote
1answer
114 views

Intermittent FTP login issues (Microsoft IIS FTP Service)

I've got a somewhat weird problem which I'm not sure how to troubleshoot. We have a FTP running on a Windows Server 2003 machine using the IIS FTP Service, this is for our clients and is configured ...
0
votes
1answer
57 views

Creating a restricted unix user

I have Fedora 15 installed on my VPS, and I want to create a user who can only view all files on the system but may only write to its own home folder. Thank you
0
votes
1answer
290 views

File/Directory permissions for SFTP user

After using the SSH quite a lot on my 1.5 week old Debian 6 VPS, I wanted to start uploading files through SFTP. I already tried that earlier, but with the root account, which isn't possible with SSH ...
0
votes
1answer
39 views

Distinguish between login, user name and uid in VMWare vShere Client

When creating a new user, I see this below box. What are the different between them?
0
votes
1answer
26 views

Can different Glassfish domains be owned by different unix users?

Is it possible to assign different unix users to each domain under ${GLASSFISH_HOME}/domains ? I tried assigning different users (even though same belonging to common group) I found permission ...
0
votes
1answer
711 views

How to make jailed shell?

How to make jailed shell? jailed shell means limited shell account for linux users. (as cpanel defination) I don't use any control panel like cpanel.
0
votes
1answer
389 views

MySQL: Replicating the MySQL database

I have a primary write server (server1) which replications to two servers (server2 and server3) which are query servers. I am replicating all databases to these servers including the MySQL database. ...
0
votes
1answer
151 views

Installing MoinMoin -wiki to my user directory on a server with no root access

I posted this on webapps, but they told me to come here :) I've been trying to install MoinMoin -wiki on this webserver, where I have no root access. The server doesn't support wsgi, but it does ...
1
vote
0answers
31 views

MSSE search server new user issue

I'm new to microsoft search server 2008 express. Installed it on Windows server 2003 and it works like a charm... But only from an session that is logged onto the server itself! I added a "demo" user ...
0
votes
0answers
54 views

Windows 7 can no longer access domain, stuck on one local account

thanks in advance for your time. I have a laptop on my domain that was recently re-imaged after having the same issue describe below, everything worked perfectly on it, could log on to my domain ...
0
votes
0answers
10 views

w2008 R2 - User and permission

I need to create a group or users or user that is able to download certain software. I know there are software that requires different type of permissions. I would like that user to have the privilege ...
0
votes
0answers
61 views

How do I reconfigure Apache to run as a different user on Mac OS X 10.8 Mountain Lion Server

I'm trying to get Mac OS X 10.8 Mountain Lion Server to run Apache as a different user (Other than _www). I've changed the lines in /private/etc/apache2/httpd.conf from User _www Group _www to ...
0
votes
0answers
127 views

Need to make a scheduled task run as another user but keep the current user’s environment

I need to backup users .pst files. The current method I am trying is making a shadow copy using Diskshadow. My script works great all but Diskshadow needs to be ran as administrator but also needs to ...