Search found 30 matches
- Tue May 09, 2017 10:13 am
- Forum: Raspberry Pi OS
- Topic: Network problem on wlan0 only, not on eth0.
- Replies: 2
- Views: 1063
Network problem on wlan0 only, not on eth0.
Hello, I have one headless raspberry pi 3 with: Linux rpi3 4.9.24-v7+ #993 SMP Wed Apr 26 18:01:23 BST 2017 armv7l GNU/Linux eth0 and wlan0 are connecting ok. Problem is that I don't receive any ping response from wifi interface, only from eth. Another computer located in the same dumb switch - LAN ...
- Fri Apr 14, 2017 7:55 pm
- Forum: Raspberry Pi OS
- Topic: please help me by making a script.
- Replies: 4
- Views: 1549
Re: please help me by making a script.
I just edited: /etc/default/mumble-server # 0 = don't start, 1 = start MURMUR_DAEMON_START=1 # 0 = don't use capabilities, 1 = start process as root and drop to non-privileged user # If started as root, mumble will keep the CAP_NET_ADMIN privilege and drop # all others. This allows it to set high-pr...
- Mon Apr 03, 2017 6:37 am
- Forum: Raspberry Pi OS
- Topic: CPU temperature a system status monitor
- Replies: 6
- Views: 10116
Re: CPU temperature a system status monitor
I made on my RPI3 a small bash script that is running every 15 min and save the CPU temp in a file located in a share that can be accessed remotely ( by www or samba/ftp... ). Change your paths ( for save data and stored scripts ) as you need: #!/bin/sh CPUD=`/opt/vc/bin/vcgencmd measure_temp` data=...
- Sun Apr 02, 2017 7:56 pm
- Forum: Raspberry Pi OS
- Topic: Latest upgrade broke my Samba shares
- Replies: 4
- Views: 1265
Re: Latest upgrade broke my Samba shares
have a look in samba.conf if you have the line:
delete it and will make the shares work again.
Code: Select all
follow symlinks = no
- Fri Mar 31, 2017 12:12 pm
- Forum: Advanced users
- Topic: (Is this) The correct ways to install the watchdog package?
- Replies: 46
- Views: 72762
Re: Is this the correct way to install the watchdog package?
paulv I want to thank you for investigating and solving this really important issue with watchdog ( at least for me ). I am using rpi3 as private email server and cctv monitor, headless in a remote location and unfortunately until now in 2 years I had several incidents when it stop respond to any ne...