Add:
now the web interface not loading. with o without usb dongle.
for ssh no problem.
thanks
Msa-lacie wrote:Hi! many thanks,
I've see your message, (but, the replies are disabled?)
I had copied the image and rebooted, all works normaly, but, if I connect by ssh, I not have "lsusb" command to see the dongle.
this is the dmesg:
I not see nothing about usb.
[ 12.178464] Register Driver 'rtl8192cu'
[ 12.182595] usbcore: registered new interface driver rtl8192cu
ps -ef | grep httpd
/usr/bin/httpd -f httpd.conf -d /etc
root@fvdwsl-base:/ # ps -ef | grep httpd
root 956 947 0 12:24 ttyp0 00:00:00 grep httpd
root@fvdwsl-base:/ # /usr/bin/httpd -f httpd.conf -d /etc
AH00112: Warning: DocumentRoot [/share/1000/tflux/tflux2/html] does not exist
root@fvdwsl-base:/ # ls -la /share/1000/
total 60
drwxrwxrwx 7 root root 4096 2013-10-01 15:10 .
drwxrwxrwx 3 root root 4096 2013-09-29 17:30 ..
drwx------ 2 root root 16384 2013-09-29 17:25 lost+found
drwxrwxrwx 2 root root 4096 2013-10-01 15:09 matteo
drwxrwxrwx 3 root root 4096 2013-10-01 15:14 minidlna
drwxrwxrwx 6 root root 24576 2013-10-02 13:32 movie
drwxrwxrwx 13 root root 4096 2013-10-02 10:16 public
Of course because the httpd server was not runningMsa-lacie wrote:Hi!
the http server works, but... look here:
- Code: Select all
root@fvdwsl-base:/ # ps -ef | grep httpd
root 956 947 0 12:24 ttyp0 00:00:00 grep httpd
I can't open from web browser...
Msa-lacie wrote:and if I restart the service:
- Code: Select all
root@fvdwsl-base:/ # /usr/bin/httpd -f httpd.conf -d /etc
AH00112: Warning: DocumentRoot [/share/1000/tflux/tflux2/html] does not exist
ps -ef | grep httpd
login as: root
root@10.20.30.100's password:
root@fvdwsl-base:/ # ps -ef | grep httpd
root 1127 1118 0 21:29 ttyp0 00:00:00 grep httpd
root@fvdwsl-base:/ # /usr/bin/httpd -f httpd.conf -d /etc
AH00112: Warning: DocumentRoot [/share/1000/tflux/tflux2/html] does not exist
root@fvdwsl-base:/ # ps -ef | grep httpd
root 1136 1118 0 21:30 ttyp0 00:00:00 grep httpd
root@fvdwsl-base:/ #
cat /var/log/httpd/error_log
root@fvdwsl-base:/ # /usr/bin/httpd -f httpd.conf -d /etc
AH00112: Warning: DocumentRoot [/share/1000/tflux/tflux2/html] does not exist
root@fvdwsl-base:/ # ps -ef | grep httpd
root 852 839 0 10:05 ttyp0 00:00:00 grep httpd
root@fvdwsl-base:/ # cat /var/log/httpd/error_log
[Fri Oct 04 10:05:12.401984 2013] [core:emerg] [pid 847] (22)Invalid argument: A
H00024: Couldn't set permissions on the rewrite-map mutex; check User and Group directives
AH00016: Configuration Failed
cat /etc/httpd.conf | grep Group
cat /etc/httpd.conf | grep User
root@fvdwsl-base:/ # cat /etc/httpd.conf | grep Group
# User/Group: The name (or #number) of the user/group to run httpd as.
# . On SCO (ODT 3) use "User nouser" and "Group nogroup".
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group #-1 on these systems!
Group #-1
root@fvdwsl-base:/ # cat /etc/httpd.conf | grep User
# User/Group: The name (or #number) of the user/group to run httpd as.
# . On SCO (ODT 3) use "User nouser" and "Group nogroup".
User nobody
# UserDir: The name of the directory that is appended onto a user's home
UserDir public_html
# Control access to UserDir directories. The following is an example
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%{User-agent}i" agent
#LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
root@fvdwsl-base:/ #
Users browsing this forum: No registered users and 11 guests