Search found 108 matches
- Fri Oct 24, 2014 4:26 pm
- Forum: Raspberry PI
- Topic: wifi cautionary tale
- Replies: 8
- Views: 7568
Re: wifi cautionary tale
Thanks for that, I have only changed the order of the interfaces in the interfaces file as you suggested and my Ralink Technology, Corp. RT5370 Wireless Adapter certainly does start up much faster at a reboot.
- Tue Aug 12, 2014 1:09 pm
- Forum: Raspberry PI
- Topic: rsync permission problem
- Replies: 0
- Views: 2311
rsync permission problem
I can sync the data OK, but get this Permission error each time on lost+found
receiving incremental file list
rsync: opendir "/lost+found" (in data) failed: Permission denied (13)
receiving incremental file list
rsync: opendir "/lost+found" (in data) failed: Permission denied (13)
- Tue Jul 29, 2014 7:08 pm
- Forum: My Station
- Topic: My new weather station In Mennecy France
- Replies: 14
- Views: 32629
- Tue Jul 29, 2014 9:47 am
- Forum: My Station
- Topic: Dunfermline Weather (Meteohub RPi)
- Replies: 0
- Views: 11642
Dunfermline Weather (Meteohub RPi)
This has been my personal weather station since 2010 http://www.dunfermline-weather.co.uk/index.html , as you can see I have modelled it on the style developed by Meteo - Mennecy which I found so appealing. I have added some new things like Cumulus which is running on a small Windows Laptop as a ...
- Tue Jul 29, 2014 9:38 am
- Forum: My Station
- Topic: My new weather station In Mennecy France
- Replies: 14
- Views: 32629
Re: My new weather station In Mennecy France
Good to see the station webpage working today, it came up with a certificate not verified error or something at the start then after continuing back to the home page it worked again and I can see the data on the charts again. Edit: This is because the site now uses secure https now.
I notice the UV ...
I notice the UV ...
- Sun Jul 27, 2014 4:33 pm
- Forum: My Station
- Topic: My new weather station In Mennecy France
- Replies: 14
- Views: 32629
Re: My new weather station In Mennecy France
Hello, I wonder what has happened to your station, I have not seen any data for a long time now? I noticed your UV sensor failed some time ago, as mine has now also 
- Sat Jul 26, 2014 5:11 pm
- Forum: Raspberry PI
- Topic: rsync - daemon not running (Solution)
- Replies: 3
- Views: 4047
Re: rsync - daemon not running (Solution)
In order to get the rsync daemon to start at bootup I had to edit /etc/default/rsync and change the line
RSYNC_ENABLE=false
to
RSYNC_ENABLE=true
RSYNC_ENABLE=false
to
RSYNC_ENABLE=true
- Wed Jul 23, 2014 1:44 pm
- Forum: Raspberry PI
- Topic: Backup?
- Replies: 7
- Views: 6183
Re: Backup?
I think the command ./fullbackup will work from any directory, however the script is in /home/meteohub so you could cd to there first .
Code: Select all
cd /home/meteohub
./fullbackup- Sun Jul 20, 2014 10:53 pm
- Forum: Raspberry PI
- Topic: Backup?
- Replies: 7
- Views: 6183
Re: Backup?
Hello,
Could you try giving the command "fullbackup" from the terminal? This does work for me, but using the button in the web interface does not, as you are finding also.
If I do that then the backup does start and eventually the Meteohub.backup is created in the smb share "public". (The public ...
Could you try giving the command "fullbackup" from the terminal? This does work for me, but using the button in the web interface does not, as you are finding also.
If I do that then the backup does start and eventually the Meteohub.backup is created in the smb share "public". (The public ...
- Sat Jul 19, 2014 5:15 pm
- Forum: Raspberry PI
- Topic: Backup?
- Replies: 7
- Views: 6183
Re: Backup?
Hello again, I tried running fullbackup from the command line via ssh and that appears to work, I then do get a message in the meteohub log that full backup has started. I see from the fullbackup script that the gzip file is hidden until it is completed.
I am not sure why running from the web ...
I am not sure why running from the web ...
- Sat Jul 19, 2014 1:42 pm
- Forum: Raspberry PI
- Topic: rsync - daemon not running (Solution)
- Replies: 3
- Views: 4047
rsync - daemon not running (Solution)
As I did not seem to be able to create a backup in the /public folder, I thought I would try rsync instead.
I am not sure if the rsync daemon is running because when I try I get:
./rsync -uav --info=progress2 rsync://root@meteohub/data /Users/david/Desktop/Meteohubdata
rsync: getaddrinfo: meteohub ...
I am not sure if the rsync daemon is running because when I try I get:
./rsync -uav --info=progress2 rsync://root@meteohub/data /Users/david/Desktop/Meteohubdata
rsync: getaddrinfo: meteohub ...
- Sat Jul 19, 2014 1:40 pm
- Forum: Raspberry PI
- Topic: Backup?
- Replies: 7
- Views: 6183
Backup?
I don't seem to be able to get backup to work on the RPi. In the logfile I see:
Sat Jul 19 10:45:40 BST 2014: backup already running.
No message in the log to say that the backup has started when I pressed backup application data.
No sign of any file created in /public.
Does the created backup ...
Sat Jul 19 10:45:40 BST 2014: backup already running.
No message in the log to say that the backup has started when I pressed backup application data.
No sign of any file created in /public.
Does the created backup ...
- Fri Jul 18, 2014 8:08 pm
- Forum: Raspberry PI
- Topic: Latest Build?
- Replies: 5
- Views: 5149
Re: Latest Build?
Thanks for the news. I have updated to build 32, I notice the log says build 33 starting.
- Fri Jul 18, 2014 5:35 pm
- Forum: Raspberry PI
- Topic: Wireless access point?
- Replies: 2
- Views: 3229
Re: Wireless access point?
Andrew, I am also using a RPi B with meteohub, and a USB webcam plus a PiHut WLAN USB adaptor. The weather console and webcam are on an unpowered USB hub. It all works (most of the time at least), I am still shaking the bugs out of the system . I have been restarting things a lot as I experiment ...
- Thu Jul 17, 2014 12:11 am
- Forum: Raspberry PI
- Topic: New RPi Model B+ not working with Meteohub?
- Replies: 10
- Views: 8361
Re: New RPi Model B+ not working with Meteohub?
I was not pleased with the change from SD to micro SD myself, mainly because I have so many SD cards available, but had none of the micro sized ones. I was not aware of the differences in reliability between them. That is bad news, as otherwise the B+ is a nice improvement with the greater number of ...