I have been waiting more than one hour ... nothing happens.
Down below are some info from my system ... guess most of the stuff is OK 
but even 'wee_device' reports errors ... hmmm

$ ls -l /var/www/html/
-rw-r--r-- 1 root root 10701 nov 13 11:27 index.html

/etc/weewx/weewx.conf
HTML_ROOT = /var/www/html/weewx

$ cat /etc/weewx/apache/conf.d/weewx.conf
Alias /weewx /var/www/html/weewx
<Directory /var/www/html/weewx>
  Options FollowSymlinks
  AllowOverride None
# for apache 2.2
  Order allow,deny
  Allow from all
# for apache 2.4
#  Require all granted
</Directory>

$ ls -l /etc/weewx/
total 60
drwxr-xr-x 3 root root  4096 nov 13 11:18 apache
drwxr-xr-x 2 root root  4096 nov 13 11:23 import
drwxr-xr-x 2 root root  4096 nov 13 11:23 logrotate.d
drwxr-xr-x 4 root root  4096 nov 13 11:18 logwatch
drwxr-xr-x 2 root root  4096 nov 13 11:23 rsyslog.d
drwxrwxr-x 6 pi   pi    4096 nov 13 11:39 skins
drwxr-xr-x 3 root root  4096 nov 13 11:18 udev
-rw-r--r-- 1 pi   pi   15520 sep 13 18:13 weewx.conf
-rw-r--r-- 1 root root 13328 nov  8 20:24 weewx.conf.dist

$ wee_device /etc/weewx/weewx.conf --help
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 54, in <module>
    main()
  File "/usr/bin/wee_device", line 19, in main
    config_fn, config_dict = weecfg.read_config(None, sys.argv[1:])
  File "/usr/share/weewx/weecfg/__init__.py", line 223, in read_config
    config_dict = configobj.ConfigObj(config_path, file_error=True)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 1229, in 
__init__
    self._load(infile, configspec)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 1318, in _load
    raise error
configobj.ConfigObjError: Parsing failed with several errors.
First error at line 193.


-- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to