Search found 7 matches
- Fri Nov 20, 2015 1:17 am
- Forum: Raspberry PI
- Topic: Expanding Image File on a Mac
- Replies: 3
- Views: 4570
Re: Expanding Image File on a Mac
Mac OS X does not include the Linux command "unrar" that you need to expand the image. Search on the Apple App Store for "unrar" and you will find many apps that will extract .rar files. I have a Mac but I used a Linux box to expand my RPI image, so I haven't used any of these tools myself yet. Good ...
- Thu Oct 29, 2015 5:38 am
- Forum: Raspberry PI
- Topic: 5.0i rsync daemon abgeschaltet ?
- Replies: 7
- Views: 8296
Re: 5.0i rsync daemon abgeschaltet ?
To get rsync to run do this:
1. vi /etc/default/rsync
2. change "RSYNC_ENABLE=false" to "RSYNC_ENABLE=true"
1. vi /etc/default/rsync
2. change "RSYNC_ENABLE=false" to "RSYNC_ENABLE=true"
- Wed Oct 21, 2015 8:41 pm
- Forum: Meteohub Application
- Topic: FTP Upload problems **solved**
- Replies: 2
- Views: 3435
Re: FTP Upload problems
Thank you for the reply, Boris.
I located and fixed the problem. I just upgraded and transferred my meteohub license from an old iConnect to a new RPI 2. The old iConnect was deactivated, but was still trying to upload files to the same FTP server on the same schedule. This caused lots of strange ...
I located and fixed the problem. I just upgraded and transferred my meteohub license from an old iConnect to a new RPI 2. The old iConnect was deactivated, but was still trying to upload files to the same FTP server on the same schedule. This caused lots of strange ...
- Sat Oct 17, 2015 7:05 pm
- Forum: Meteohub Application
- Topic: FTP Upload problems **solved**
- Replies: 2
- Views: 3435
FTP Upload problems **solved**
I am having issues with the FTP uploads using meteohub v5.0k on Raspberry Pi. I am getting errors related to renaming the uploaded files and errors related to UTIME. The errors do not seem to occur on every upload. The errors happen periodically, but often. The error messages in the meteohub system ...
- Thu Oct 15, 2015 1:44 am
- Forum: Raspberry PI
- Topic: rsync not starting at boot **solved**
- Replies: 1
- Views: 2918
Re: rsync not starting at boot
I guess I answered my own question.
If I edit /etc/default/rsync and change the value of RSYNC_ENABLE from "false" to "true" then rsync starts at reboot, as desired.
If I edit /etc/default/rsync and change the value of RSYNC_ENABLE from "false" to "true" then rsync starts at reboot, as desired.
- Sun Oct 11, 2015 4:29 pm
- Forum: Raspberry PI
- Topic: Upgrade to Raspberry PI 2
- Replies: 2
- Views: 3806
Re: Upgrade to Raspberry PI 2
I used the instructions here to migrate from iConnect to RPI 2. I believe they should work for you also:
viewtopic.php?f=23&t=5415
If you need them, the instructions for setting up Metoehub on the new RPI are here:
http://wiki.meteohub.de/Setup_RPI
viewtopic.php?f=23&t=5415
If you need them, the instructions for setting up Metoehub on the new RPI are here:
http://wiki.meteohub.de/Setup_RPI
- Sun Oct 11, 2015 4:11 am
- Forum: Raspberry PI
- Topic: rsync not starting at boot **solved**
- Replies: 1
- Views: 2918
rsync not starting at boot **solved**
I've been running metehohub since 2012 on an iConnect. I just successfully migrated to a RPI 2 and everything seems good, except the rsync service is not starting at boot time. If I login via SSH and issue "/etc/init.d/rsyncd start" I can use rsync, but it does not start automatically. Is this still ...