标题:
[求助]
mysql组已存在,bad user name www 问题怎样解决
[打印本页]
作者:
monkey880
时间:
2012-10-31 17:02
标题:
mysql组已存在,bad user name www 问题怎样解决
本帖最后由 monkey880 于 2012-10-31 17:03 编辑
安装过程的代码提示
Preparing... ########################################### [100%]
1:lanmp_wdcp ########################################### [100%]
groupadd:mysql 组已存在
groupadd:www 组已存在
Starting MySQL.Manager of pid-file quit without updating file.[FAILED]
chown: “www.www”: 无效的用户
Starting httpd: httpd: bad user name www
[FAILED]
Starting nginx: nginx: [emerg] getpwnam("www") failed in /www/wdlinux/nginx/conf/nginx.conf:4
[FAILED]
Starting httpd: [ OK ]
Starting pure-config.pl: Running: /usr/sbin/pure-ftpd --daemonize -S21 -A -c50 -B -C8 -D -E -fftp -H -I15 -L10000:8 -m4 -s -U133:022 -u100 -k99 -Z -lunix -p20000:20500 -lmysql:/www/wdlinux/etc/pureftpd-mysql.conf
安装好后,后台不能远行
提示 无法连接mysql,请检查mysql是否已启动及用户密码是否设置正确!:
作者:
monkey880
时间:
2012-11-1 09:42
用户www 在nginx 配置文件注释后仍提示
Starting nginx: nginx: [emerg] getpwnam("www") failed
[FAILED]
下面是nginx的配置文件
# nginx conf conf/nginx.conf
# Created by
http://www.wdlinux.cn
# Last Updated 2010.06.01
#user www www;
worker_processes 3;
error_log logs/error.log notice;
pid logs/nginx.pid;
worker_rlimit_nofile 5120;
events {
use epoll;
worker_connections 5120;
}
http {
include mime.types;
default_type application/octet-stream;
server_names_hash_bucket_size 128;
client_header_buffer_size 32k;
large_client_header_buffers 4 32k;
client_max_body_size 8m;
limit_zone one $binary_remote_addr 32k;
sendfile on;
tcp_nopush on;
keepalive_timeout 60;
tcp_nodelay on;
gzip on;
gzip_min_length 1k;
gzip_buffers 4 16k;
gzip_http_version 1.0;
gzip_comp_level 2;
gzip_types text/plain application/x-javascript text/css application/xml;
gzip_vary on;
log_format wwwlogs '$remote_addr - $remote_user [$time_local] $request $status $body_bytes_sent $http_referer $http_user_agent $http_x_forwarded_for';
#include default.conf;
include vhost/*.conf;
}
作者:
monkey880
时间:
2012-11-1 09:48
目前
service nginxd restart 提示 [emerg] getpwnam("www") failed
service httpd restart 提示 bad user name www
后台可以正常使用
添加的网站打开是 It works! 页
作者:
admin
时间:
2012-11-1 10:08
看不到"提问三步曲"?
作者:
monkey880
时间:
2012-11-1 11:06
问题已经解决
是因为原系统装有mysql ,apache,vsftp,再安装时没能成功添加www用户和组,我手动改了etc/passwd和etc/group 文件后,用户问题解决
之后把原来软件安装的目录全删除,重启后问题解决
欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/)
Powered by Discuz! 7.2