Re: need sd card backup on r-pi-3b

2017-09-24 Thread Alan Corey
I was just thinking of how waiting for wifi to connect hangs my pis booting. Times out at 1 minute 20 seconds or so. If the interface was supposed to be connected to the router to be considered to be up that could be a problem. lo is loopback, 127.0.0.1, always points to the machine you're on.

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 17:50:22 Alan Corey wrote: > Try putting your static route in interfaces, in the eth0 section with > an up, like > > iface eth0 inet static > address 192.168.71.3/24 > netmask 255.255.255.0 > up route add default gw 192.168.71.1 > > I think post-up might be

Re: found net prob, temp fixed. installed xfce4, how to autostart it?

2017-09-24 Thread Andrew M.A. Cater
On Sun, Sep 24, 2017 at 12:47:59PM -0400, Gene Heskett wrote: > Greetings; Rock64, minimal stretch install. > > I'd like to auto-start xfce4 on a rock64. Its installed now but startx > can't be found. > Same hardware and base system here.You might need to add a login manager - I'll check :)

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Alan Corey
Try putting your static route in interfaces, in the eth0 section with an up, like iface eth0 inet static address 192.168.71.3/24 netmask 255.255.255.0 up route add default gw 192.168.71.1 I think post-up might be too late, maybe there's a pre-up. On 9/24/17, Gene Heskett

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 16:20:31 Mark Morgan Lloyd wrote: > On 24/09/17 19:45, Gene Heskett wrote: > >>> I wouldn't put the manual route command in rc.local, I'd put it in > >>> the network interface definition as in > >>> > >>> allow-hotplug eth0 > >>> iface eth0 inet static > >>>

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Mark Morgan Lloyd
On 24/09/17 19:45, Gene Heskett wrote: I wouldn't put the manual route command in rc.local, I'd put it in the network interface definition as in allow-hotplug eth0 iface eth0 inet static address 172.27.200.5/24 post-up route add default gw 172.27.200.1 dev eth0 metric 0 pre-down

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 14:08:25 Gene Heskett wrote: > On Sunday 24 September 2017 13:43:20 Mark Morgan Lloyd wrote: > > On 24/09/17 16:30, Gene Heskett wrote: > > > On Sunday 24 September 2017 11:59:57 Alan Corey wrote: > > >> But what's the purpose of having the gateway fields in interfaces

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 13:43:20 Mark Morgan Lloyd wrote: > On 24/09/17 16:30, Gene Heskett wrote: > > On Sunday 24 September 2017 11:59:57 Alan Corey wrote: > >> But what's the purpose of having the gateway fields in interfaces > >> if not to to be reliant on the routing table? > >> > >> But

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Mark Morgan Lloyd
On 24/09/17 16:30, Gene Heskett wrote: On Sunday 24 September 2017 11:59:57 Alan Corey wrote: But what's the purpose of having the gateway fields in interfaces if not to to be reliant on the routing table? But it's worth a shot, something like route add default gw 192.168.71.1 That was it!

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 12:36:41 Alan Corey wrote: > Try obconf from openbox, I have 4 workspaces on my hp laptop done with > that. I think it's LXDE. They survive reboots for me. > This is on the pi? Humm, not found on it either. I'll need to install it? Thanks Alan. Cheers, Gene Heskett

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 12:26:49 Alan Corey wrote: > So this is on the rock64 or one of your pis? I thought the rock64 was > too experimental to be able to use apt. Raspbian or Debian? > Once I had a network, apt on the rock64 runs fine. installed sd card image is:

found net prob, temp fixed. installed xfce4, how to autostart it?

2017-09-24 Thread Gene Heskett
Greetings; Rock64, minimal stretch install. I'd like to auto-start xfce4 on a rock64. Its installed now but startx can't be found. Also, I'm getting warnings as I install stuff because the locale isn't set, how do I fix that on the arm64 version of stretch? I see an /etc/locale.gen but while

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Alan Corey
Try obconf from openbox, I have 4 workspaces on my hp laptop done with that. I think it's LXDE. They survive reboots for me. On 9/24/17, Alan Corey wrote: > So this is on the rock64 or one of your pis? I thought the rock64 was > too experimental to be able to use apt.

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Alan Corey
So this is on the rock64 or one of your pis? I thought the rock64 was too experimental to be able to use apt. Raspbian or Debian? On 9/24/17, Gene Heskett wrote: > On Sunday 24 September 2017 11:59:57 Alan Corey wrote: > >> But what's the purpose of having the gateway

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 11:59:57 Alan Corey wrote: > But what's the purpose of having the gateway fields in interfaces if > not to to be reliant on the routing table? > > But it's worth a shot, something like > route add default gw 192.168.71.1 That was it! Now I've used apt to update 5

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Alan Corey
But what's the purpose of having the gateway fields in interfaces if not to to be reliant on the routing table? But it's worth a shot, something like route add default gw 192.168.71.1 It's simple enough to undo it with route del default to take it back out if it doesn't work. I dunno, I haven't

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 07:39:34 Alan Corey wrote: > There isn't some limit on number of machines that can connect coming > from somewhere? Could be political/economic or technical. I see wifi > routers advertised as only working with n clients. > I think its been found, but no clue how to

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 04:34:50 Mark Morgan Lloyd wrote: > On 23/09/17 20:00, Gene Heskett wrote: > I'd suggest checking using traceroute -I and then looking at route > -n and/or ip route ls which should give you a bit more of an > indication of what's going on. IME this sort of thing

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Alan Corey
There isn't some limit on number of machines that can connect coming from somewhere? Could be political/economic or technical. I see wifi routers advertised as only working with n clients. Sent from my Motorola XT1505 On Sep 24, 2017 4:35 AM, "Mark Morgan Lloyd" <

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Mark Morgan Lloyd
On 23/09/17 20:00, Gene Heskett wrote: So my local network is working as expected. BUT: root@rock64:/etc# ping -c1 yahoo.com PING yahoo.com (98.138.253.109) 56(84) bytes of data. From 192.168.71.2 (192.168.71.2) icmp_seq=1 Destination Host Unreachable Note that the dns request did resolve.

Re: need sd card backup on r-pi-3b

2017-09-24 Thread Gene Heskett
On Sunday 24 September 2017 00:28:34 Alan Corey wrote: > > I'm out of ideas. And obviously I cannot configure this rock64 > > until the network works. > > It sounds like only 1 machine doesn't work, your email got out after > all. > > > and 4 other wheezy machines work as expected thru this > >