Search found 10 matches
- Tue Mar 08, 2016 7:06 pm
- Forum: Troubleshooting
- Topic: UFW Issue on Jessie with OpenVPN
- Replies: 0
- Views: 1803
UFW Issue on Jessie with OpenVPN
I have a raspberry pi2 running wheezy with the following OpenVPN server, OpenVPN client to PIA and UFW I can connect locally over wifi and remotley using ddns and port forwarding, all works great. The idea behind it is that i have an openvpn client that connects to PIA over tun1 and acts as a kill s...
- Mon Sep 14, 2015 12:11 pm
- Forum: Troubleshooting
- Topic: Invalid response packet from host
- Replies: 7
- Views: 6403
Re: Invalid response packet from host
i think this will actually do it... someone correct me if im wrong should remove all lines containing 'Invalid response packet from host' from /var/log/syslog sudo sed -i '/Invalid response packet from host/d' /var/log/syslog if you want to create a backup of the syslog first you can use sudo sed -i...
- Mon Sep 14, 2015 12:02 pm
- Forum: Troubleshooting
- Topic: Invalid response packet from host
- Replies: 7
- Views: 6403
Re: Invalid response packet from host
Any update on this? i have a syslog filled with these Sep 14 07:41:22 pi-server avahi-daemon[2628]: Invalid response packet from host 192.168.1.15. Sep 14 07:41:47 pi-server avahi-daemon[2628]: Invalid response packet from host 192.168.1.15. Sep 14 07:41:51 pi-server avahi-daemon[2628]: Invalid resp...
- Mon Sep 14, 2015 11:58 am
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
Re: CIFS Mounted drive becomes unresponsive
Solved ! Thanks JimmyN
USB drive was set to selective sleep in windows 10. Disabled that and now everything ok
USB drive was set to selective sleep in windows 10. Disabled that and now everything ok
- Sun Sep 13, 2015 6:20 pm
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
Re: CIFS Mounted drive becomes unresponsive
I gotta say i have been using windows in one form or another for what seems like forever and i didn't even know that USB power setting was in there !! mental !! re the rest of my settings, I'm on 'High Performance', but the USB suspend settings was still set to enabled !! Ive just set it to disabled...
- Sun Sep 13, 2015 1:59 pm
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
Re: CIFS Mounted drive becomes unresponsive
The Cron job kept everything working ok. No the windows machine is not sleeping...and the network power management is off too these are in dmesg 22.024100] tun: Universal TUN/TAP device driver, 1.6 [ 22.024121] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 22.595871] uart-pl011 3f201000.u...
- Sat Sep 12, 2015 7:53 pm
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
Re: CIFS Mounted drive becomes unresponsive
so checked at 8.50 pm ... so about 5 hours and the share was down...
rebooted and ok again.
setting the cron job now to run every 10 mins overnight
will check again in morning...see what happened
rebooted and ok again.
setting the cron job now to run every 10 mins overnight
will check again in morning...see what happened
- Sat Sep 12, 2015 5:08 pm
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
Re: CIFS Mounted drive becomes unresponsive
Ye that's done.
Nothing scheduled running now. It's just sat. I'll try logging in again first thing and see what happens.
Nothing scheduled running now. It's just sat. I'll try logging in again first thing and see what happens.
- Sat Sep 12, 2015 3:42 pm
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
Re: CIFS Mounted drive becomes unresponsive
Thanks...im still learning how to understand the logs. The network is fine as far as pinging goes and i can ssh in also.. But I saw another post like mine that said it might be to do with the wifi adapter dropping packets I was using a wifi dongle so I have moved it over to ethernet and so far no dr...
- Sat Sep 12, 2015 8:09 am
- Forum: Troubleshooting
- Topic: CIFS Mounted drive becomes unresponsive
- Replies: 10
- Views: 2473
CIFS Mounted drive becomes unresponsive
Morning i have a pi 2 running Rasbian. i have a windows 10 box with 3tb usb drive which is shared with no credentials needed i mount this on my pi in fstab on boot using cifs //192.168.1.15/nas /media/nas cifs guest,uid=1000,iocharset=utf8 0 0 after booting up this work great. i can navigate to /med...