Go to advanced search

by epoch1970
Sat May 28, 2016 10:10 am
Forum: General discussion
Topic: First time poster! Multiple questions
Replies: 29
Views: 4905

Re: First time poster! Multiple questions

My math skills are very poor and I am afraid I am beyond the age I can remedy to that really. But what comes to my mind is that instead of trying to replicate what your GF can do, you could have the machine do a simpler task, repeatedly. Like, 'brightest color on the left, others on the right'. Or p...
by epoch1970
Sat May 28, 2016 9:54 am
Forum: Troubleshooting
Topic: ssh - broken pipe/connection refused, wlan interface
Replies: 3
Views: 3696

Re: ssh - broken pipe/connection refused, wlan interface

At my desk I have a mac mini with OSX 10.11 and I connect over wifi to a Pi 3 which is setup in AP mode. The 2 machines are next to each other, the wifi connection is very robust, lasting days. Throughput is good too. I rarely use the Pi as a wifi client, but it doesn't seem to have issues connectin...
by epoch1970
Sat May 28, 2016 2:00 am
Forum: Networking and servers
Topic: How To: Wifi to Ethernet Bridge(Updated for RPi 3)
Replies: 88
Views: 213878

Re: How To: Wifi to Ethernet Bridge

The bridge doesn't have an address on the network, it has an ipv4ll (auto-ip, APIPA address). wlan0 has got the address. It should not have one anymore. This attempt is futile. Bridging wlan in client mode is not allowed by the wifi standard. Only if the interface is in AP mode, meaning use hostapd.
by epoch1970
Sat May 28, 2016 1:44 am
Forum: Troubleshooting
Topic: WI-FI Failure to Launch in PI 3
Replies: 14
Views: 2779

Re: WI-FI Failure to Launch in PI 3

Well wifi seems to work, hardware and driver.
What seems to be missing is your configuration input (password, ssid). Then the wifi interface will "associate".
I'm not using the GUI so I can't help you there.
by epoch1970
Sat May 28, 2016 1:25 am
Forum: Troubleshooting
Topic: bad fstab file, can you start the pi
Replies: 9
Views: 2233

Re: bad fstab file, can you start the pi

Well, first you can't put what you want in Fstab. This file has a mandatory format because it is being parsed by programs. Fstab is a static file, you can't put a program in it. Second the program you propose allows to delay boot by 2 seconds. That is not a very powerful remedy to the variety of boo...
by epoch1970
Fri May 27, 2016 7:04 pm
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

Mhh. I'm not happy with it. I think it's better than last time I tried, but still... - The "same channel" requirement is awkward. In effect you're generating interference against the main AP. Biting the hand that feeds you... - For some reason hostapd_cli doesn't work any longer, and I use that to s...
by epoch1970
Fri May 27, 2016 1:08 pm
Forum: Troubleshooting
Topic: bad fstab file, can you start the pi
Replies: 9
Views: 2233

Re: bad fstab file, can you start the pi

For a local drive that may or may not be available via USB I use: "nofail,x-systemd.device-timeout=10" - nofail: if the USB drive is not present, boot will pause for a while and continue. Without this option the system would go to failsafe mode if the drive was missing. - x-systemd.device-timeout=10...
by epoch1970
Thu May 26, 2016 4:24 pm
Forum: Troubleshooting
Topic: error writing etc/hostapd/hostpad.conf\; no such file or dir
Replies: 5
Views: 5343

Re: error writing etc/hostapd/hostpad.conf\; no such file or

I would try "sudo /usr/sbin/hostapd /etc/hostapd/hostapd.conf"
by epoch1970
Wed May 25, 2016 9:56 am
Forum: Beginners
Topic: RPi File Transfer Solution
Replies: 6
Views: 1311

Re: RPi File Transfer Solution

aumudin wrote:Even if power was an issue I could hook up a motion sensor which uses hardly any power and if it detects anything it would trigger it to turn the wifi on for 20 minutes then turn it back off.
That's a funny idea: use your own cameras to identify the boss and then start the network :)
by epoch1970
Wed May 25, 2016 9:41 am
Forum: Beginners
Topic: RPi File Transfer Solution
Replies: 6
Views: 1311

Re: RPi File Transfer Solution

I think that's a good starting point. You don't really need the network address translation thing (NAT) since AFAIK your Pis will not be connected to the internet or together. You can do away with the dhcp server requirement, and use either IPv4LL (although you need a thinggy that delivers the 169.2...
by epoch1970
Tue May 24, 2016 10:58 pm
Forum: General discussion
Topic: Citrix announce a thin Pi
Replies: 22
Views: 7046

Re: Citrix announce a thin Pi

Cool. But I'm afraid the cost of VDI still remains in the server(s), I'm not too sure about a SoHo VDI solution.
by epoch1970
Tue May 24, 2016 10:49 pm
Forum: Beginners
Topic: RPi File Transfer Solution
Replies: 6
Views: 1311

Re: RPi File Transfer Solution

Oh yes you can. Search for "hostapd".
Be aware than all usb keys are not created equal, and hostapd performance or even support will vary according to brand/model.
On Pi 3 the integrated hardware runs fine, BTW.
by epoch1970
Tue May 24, 2016 10:33 pm
Forum: Troubleshooting
Topic: Time is not updating
Replies: 14
Views: 12771

Re: Time is not updating

Talking about reboot, I am about sure that systemd competes with ntpdate. The dreadful timesyncd-systemd service tries to step the clock with ntp servers at boot time, exactly what ntpdate did. As usual the feature comes unannounced. So I think on jessie you can remove ntpdate. This is what I did af...
by epoch1970
Tue May 24, 2016 10:04 pm
Forum: Beginners
Topic: RPi File Transfer Solution
Replies: 6
Views: 1311

Re: RPi File Transfer Solution

So you don't want to use wifi? I'm not sure wifi consumes much more power than BT, regular or LE, I'll leave that to others. If you were to create a wifi access point on each Pi, then I think I would try using syncthing on each Pi (and on your laptop) It's 2-way replication, so you have to be carefu...
by epoch1970
Tue May 24, 2016 9:40 pm
Forum: Troubleshooting
Topic: Time is not updating
Replies: 14
Views: 12771

Re: Time is not updating

Did /etc/ntp.conf get honked on a recent update? I participated in the sinking of another thread about ntp recently :) (But that wasn't really my fault, nor ntp's I think) I have one Pi 3 I use as my lab mouse, it is up to date with the stable distro. I have my own ntp.conf, I can assure you nothin...
by epoch1970
Tue May 24, 2016 9:27 pm
Forum: Raspberry Pi OS
Topic: dd takes so long...
Replies: 31
Views: 68763

Re: dd takes so long...

I'll be pedantic and point out that dd on OS X accepts units in lowercase, not uppercase for block size. If the number ends with a "b", "k", "m", "g", or "w", the number is multiplied by 512, 1024 (1K), 1048576 (1M), 1073741824 (1G) or the number of bytes in an integer, respectively. When I backup a...
by epoch1970
Tue May 24, 2016 7:57 pm
Forum: Troubleshooting
Topic: Messed Permission of all directory
Replies: 6
Views: 1273

Re: Messed Permission of all directory

Well, it could have been "rm -rf . /*" instead of "rm -rf ./*". Yes, I did that, a long time ago. And that was on a networked server. I still remember the look the admin who restored the tape gave me the next morning... If it's not too late, perhaps you can avoid starting from scratch. A lot of file...
by epoch1970
Tue May 24, 2016 7:05 pm
Forum: General discussion
Topic: ECM/BPM with Pi 3?
Replies: 1
Views: 615

ECM/BPM with Pi 3?

I'm looking for advice about the possibility to install/customize an Entreprise Content Management (documents) + Business Process Management (workflows) platform on Pis. The application is management of small-scale building projects. I wish to use a multi-site, fault-resistant peer-to-peer network d...
by epoch1970
Tue May 24, 2016 11:33 am
Forum: Troubleshooting
Topic: Stuck in read-only file system
Replies: 8
Views: 22127

Re: Stuck in read-only file system

I just tried mounting it with rw with no success. I also physically unplugged the pi to reboot it. Does remounting the file system reset all the configuration files? I'm about to try repairing the file system on Ubuntu laptop. The SD has a problem so as part of the boot process it is mounted RO ins...
by epoch1970
Mon May 23, 2016 10:01 pm
Forum: Troubleshooting
Topic: Partition letters constantly changing
Replies: 3
Views: 828

Re: Partition letters constantly changing

That's right. I'll elaborate a bit. You need to recognize the current kernel name of the device. If you just plugged the drive, then "dmesg | tail" will show you the name of the recently arrived device, e.g. /dev/sda with 1 single partition /dev/sda1 Then you can use the "blkid" command: blkid /dev/...
by epoch1970
Mon May 23, 2016 9:28 pm
Forum: Troubleshooting
Topic: Stuck in read-only file system
Replies: 8
Views: 22127

Re: Stuck in read-only file system

(I don't know anything about the device tree, so if your issue relates to that, just disregard.) If you type "mount" do you see something like this: /dev/mmcblk0p2 on / type ext4 (rw,noatime,data=ordered) ... except your mount would be "ro" instead of "rw"? If so, all is not lost because the root pa...
by epoch1970
Mon May 23, 2016 7:31 pm
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

Oops. Poor Pi ;)
Encouraging news, I'll look into it myself when I have time. Thanks again!
by epoch1970
Mon May 23, 2016 5:51 pm
Forum: Networking and servers
Topic: Problem with hostapd
Replies: 8
Views: 10877

Re: Problem with hostapd

Would this be suitable to configure in this way for a Tor relay? I don't know what a Tor relay is. This thread (or at least my last post) is about making a wireless Access Point out of the Pi. Like a real-life AP you can buy off the shelf: plug an ethernet cable on one side, and start using wifi in...
by epoch1970
Mon May 23, 2016 12:32 pm
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

Ah yes, I think I was there when I tried doing this.
What definitely put me off was: "use the same password on STA and AP". For me that was a definite "no".

I'll be glad to hear your impressions, thanks ;)
by epoch1970
Mon May 23, 2016 8:33 am
Forum: General discussion
Topic: RPi3 jessie - NPTD does not work
Replies: 35
Views: 10282

Re: RPi3 jessie - NPTD does not work

what I found is that momentarily I can update time using ntpdate even if I don't turn ntpd off. No, you can't. This is a machine, it's not magic. You don't order it around and bend it to your will. You learn how to make it do what you want. If you were able to run ntpdate without message it means p...

Go to advanced search