Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.raspberry-pi > #9310 > unrolled thread
| Started by | T M Smith <tmsmith36@tmsmith36.plus.com> |
|---|---|
| First post | 2015-08-04 19:15 +0100 |
| Last post | 2015-08-05 09:15 +0000 |
| Articles | 14 on this page of 34 — 14 participants |
Back to article view | Back to comp.sys.raspberry-pi
Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-04 19:15 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-04 19:49 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-04 23:33 +0100
Re: Logs JimR <NotReally@yahoo.com> - 2015-08-05 01:23 -0400
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-05 23:58 +0100
Re: Logs alister <alister.nospam.ware@ntlworld.com> - 2015-08-06 19:36 +0000
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-06 21:51 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-06 22:07 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-06 23:24 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-06 23:40 +0100
Re: Logs Stefan Enzinger <mindoms@aon.at> - 2015-08-07 10:23 +0200
Re: Logs Gordon Henderson <gordon+usenet@drogon.net> - 2015-08-07 13:51 +0000
Re: Logs Rob <nomail@example.com> - 2015-08-07 14:45 +0000
Re: Logs Dom <domafp@blueyonder.co.uk> - 2015-08-07 06:51 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-07 21:10 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-07 22:14 +0100
Re: Logs Rob Morley <nospam@ntlworld.com> - 2015-08-08 17:26 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-08 21:23 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-09 07:16 +0100
Re: Logs Dom <domafp@blueyonder.co.uk> - 2015-08-08 06:21 +0100
Re: Logs Rob <nomail@example.com> - 2015-08-08 08:06 +0000
Re: Logs Dom <domafp@blueyonder.co.uk> - 2015-08-08 09:25 +0100
Re: Logs Rob <nomail@example.com> - 2015-08-08 08:37 +0000
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-08 21:08 +0100
Re: Logs "A. Dumas" <alexandre@dumas.fr.invalid> - 2015-08-09 08:36 +0200
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-09 16:02 +0100
Re: Logs Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-08-09 13:19 -0400
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-09 20:45 +0100
Re: Logs "A. Dumas" <alexandre@dumas.fr.invalid> - 2015-08-17 17:44 +0200
Re: Logs Rob Morley <nospam@ntlworld.com> - 2015-08-04 20:34 +0100
Re: Logs druck <news@druck.org.uk> - 2015-08-04 20:38 +0100
Re: Logs mjb@signal11.invalid (Mike) - 2015-08-04 20:41 +0100
Re: Logs Martin Gregorie <martin@address-in-sig.invalid> - 2015-08-05 08:16 +0000
Re: Logs Gordon Henderson <gordon+usenet@drogon.net> - 2015-08-05 09:15 +0000
Page 2 of 2 — ← Prev page 1 [2]
| From | Rob <nomail@example.com> |
|---|---|
| Date | 2015-08-08 08:06 +0000 |
| Message-ID | <slrnmsbe3b.aul.nomail@xs9.xs4all.nl> |
| In reply to | #9376 |
Dom <domafp@blueyonder.co.uk> wrote: > On 07/08/15 21:10, T M Smith wrote: >> Dom, You have lost me here. >> Where is, and what is dhcpcd5. >> At one stage during my attempts to get things right it gave me a >> primary address of 192.168.1.90 and a secondary address of >> 192.168.1.95, >> My search for the 95 address is still running. > > Hi Malcolm, ok, maybe you don't have it installed, but it is standard on > the latest Raspbian images and bloddy annoying if you want to set a > static address. > > dhcpcd5 is a DHCP client deamon. It handles the DHCP on your network > interfaces. Unlike previous clients it ignores the settings in > /etc/network/interfaces and just does its own thing. So if you set a > manual address in /etc/network/interfaces you get two addresses - one > from interfaces and one set by dhcp. > > To check if you have it installed: > > dpkg -l dhcpcd5 > > If it comes up with a line starting with "ii dhcpcd5", then it is > installed. > > To remove it: > > sudo apt-get remove dhcpcd5 But why did they make this change? The old dhclient worked, didn't it? There appears to be a tendency to replace old and trusted software from trusted developers by newfangled crap that more mimicks the behaviour and stability of Microsoft Windows, but why would "we" want to do that? For example, with every package designed by Lennart Poettering I remove from a system, the system gains stability and improves in performance. (recently I again had that experience, this time with ifplugd, yet another completely useless program that only causes problems. just remove it!) However, all the time we have to row against the flood of such packages introduced by the distributors. Is there a secret plot behind that?
[toc] | [prev] | [next] | [standalone]
| From | Dom <domafp@blueyonder.co.uk> |
|---|---|
| Date | 2015-08-08 09:25 +0100 |
| Message-ID | <j2jxx.216375$3n4.114441@fx35.am4> |
| In reply to | #9377 |
On 08/08/15 09:06, Rob wrote: > Dom <domafp@blueyonder.co.uk> wrote: >> >> dhcpcd5 is a DHCP client deamon. It handles the DHCP on your network >> interfaces. Unlike previous clients it ignores the settings in >> /etc/network/interfaces and just does its own thing. So if you set a >> manual address in /etc/network/interfaces you get two addresses - one >> from interfaces and one set by dhcp. > > But why did they make this change? The old dhclient worked, didn't it? Mostly, yes. I believe the isc-dchp-client that was used before had some issues with IPv6 addresses. Using the new one is something to do with the choice of Wifi GUI tool. It works ok if all you want to do is use a standard DHCP setup. > > There appears to be a tendency to replace old and trusted software from > trusted developers by newfangled crap that more mimicks the behaviour > and stability of Microsoft Windows, but why would "we" want to do that? I'm not keen on the idea of "That has been the standard method since forever - let's get rid of it!" that seems to be going around. Notwork Mangler was one example that I never got on with, but at least that made a show of acknowledging the interfaces file. This new dhcp daemon doesn't seem to even bother with that (I'm willing to believe that there might be a way to configure it to work "properly" though)
[toc] | [prev] | [next] | [standalone]
| From | Rob <nomail@example.com> |
|---|---|
| Date | 2015-08-08 08:37 +0000 |
| Message-ID | <slrnmsbftu.aul.nomail@xs9.xs4all.nl> |
| In reply to | #9379 |
Dom <domafp@blueyonder.co.uk> wrote: > On 08/08/15 09:06, Rob wrote: >> Dom <domafp@blueyonder.co.uk> wrote: >>> >>> dhcpcd5 is a DHCP client deamon. It handles the DHCP on your network >>> interfaces. Unlike previous clients it ignores the settings in >>> /etc/network/interfaces and just does its own thing. So if you set a >>> manual address in /etc/network/interfaces you get two addresses - one >>> from interfaces and one set by dhcp. >> >> But why did they make this change? The old dhclient worked, didn't it? > > Mostly, yes. I believe the isc-dchp-client that was used before had some > issues with IPv6 addresses. > > Using the new one is something to do with the choice of Wifi GUI tool. > It works ok if all you want to do is use a standard DHCP setup. Ah... I do recognize that! We have some immediate requirement and replace the working system with a newly written untested program, and without looking into other requirements than the writer has on his own system... >> There appears to be a tendency to replace old and trusted software from >> trusted developers by newfangled crap that more mimicks the behaviour >> and stability of Microsoft Windows, but why would "we" want to do that? > > I'm not keen on the idea of "That has been the standard method since > forever - let's get rid of it!" that seems to be going around. Notwork > Mangler was one example that I never got on with, but at least that made > a show of acknowledging the interfaces file. This new dhcp daemon > doesn't seem to even bother with that (I'm willing to believe that there > might be a way to configure it to work "properly" though) Another one is the new idea of moving the entire system into the init program (then called systemd), and in the process modify many other things that "systemd cannot handle". (instead of implement changes into it to overcome those shortcomings) Fortunately I still have a raspbian image from 2013 that I still use on all my new deployments, and from which things like ifplugd can still easily be removed.
[toc] | [prev] | [next] | [standalone]
| From | T M Smith <tmsmith36@tmsmith36.plus.com> |
|---|---|
| Date | 2015-08-08 21:08 +0100 |
| Message-ID | <8e9817f054.Broadband@tmsmith36.plus.com> |
| In reply to | #9376 |
In message <Ulgxx.140284$aP2.106628@fx38.am4>
Dom <domafp@blueyonder.co.uk> wrote:
> On 07/08/15 21:10, T M Smith wrote:
>> Dom, You have lost me here.
>> Where is, and what is dhcpcd5.
>> At one stage during my attempts to get things right it gave me a
>> primary address of 192.168.1.90 and a secondary address of
>> 192.168.1.95,
>> My search for the 95 address is still running.
> Hi Malcolm, ok, maybe you don't have it installed, but it is standard on
> the latest Raspbian images and bloddy annoying if you want to set a
> static address.
> dhcpcd5 is a DHCP client deamon. It handles the DHCP on your network
> interfaces. Unlike previous clients it ignores the settings in
> /etc/network/interfaces and just does its own thing. So if you set a
> manual address in /etc/network/interfaces you get two addresses - one
> from interfaces and one set by dhcp.
> To check if you have it installed:
> dpkg -l dhcpcd5
> If it comes up with a line starting with "ii dhcpcd5", then it is
> installed.
> To remove it:
> sudo apt-get remove dhcpcd5
It does not appear to be installed using the above.
Malcolm
--
T M Smith
Using an ARMX6 and RISC OS 5.21 in the North Riding of Yorkshire
[toc] | [prev] | [next] | [standalone]
| From | "A. Dumas" <alexandre@dumas.fr.invalid> |
|---|---|
| Date | 2015-08-09 08:36 +0200 |
| Message-ID | <55c6f4f2$0$2833$e4fe514c@news.xs4all.nl> |
| In reply to | #9326 |
Op 05-08-15 om 00:33 schreef T M Smith: > Another puzzle is that it gave the Pi as 192.168.1.95 > Changing this to a static address of 192.168.1.90 has not worked, it > still comes up as 192.168.1.95 What's with the endless difficult problems?! Just go full dchp on all connected devices (ie. don't adjust anything from the standard install) and assign fixed addresses on the router, if you must have them.
[toc] | [prev] | [next] | [standalone]
| From | The Natural Philosopher <tnp@invalid.invalid> |
|---|---|
| Date | 2015-08-09 16:02 +0100 |
| Message-ID | <mq7q1d$f00$2@news.albasani.net> |
| In reply to | #9389 |
On 09/08/15 07:36, A. Dumas wrote: > Op 05-08-15 om 00:33 schreef T M Smith: >> Another puzzle is that it gave the Pi as 192.168.1.95 >> Changing this to a static address of 192.168.1.90 has not worked, it >> still comes up as 192.168.1.95 > > What's with the endless difficult problems?! > > Just go full dchp on all connected devices (ie. don't adjust anything > from the standard install) and assign fixed addresses on the router, if > you must have them. > so that they appear on random IP addresses? fine for clients, not fine for servers... OK you CAN get around it if the router or DHCP server allows you to create a linkage between MAC addresses and IP addresses.. -- New Socialism consists essentially in being seen to have your heart in the right place whilst your head is in the clouds and your hand is in someone else's pocket.
[toc] | [prev] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2015-08-09 13:19 -0400 |
| Message-ID | <im2fsa5hrf668jfbhu1ih19qa57dp0b67p@4ax.com> |
| In reply to | #9398 |
On Sun, 09 Aug 2015 16:02:03 +0100, The Natural Philosopher
<tnp@invalid.invalid> declaimed the following:
>
>OK you CAN get around it if the router or DHCP server allows you to
>create a linkage between MAC addresses and IP addresses..
There are routers that don't offer that?
Manually Add Client
Enter Client Name Assign IP Address To This MAC Address
[ ] 192 . 168 . 2.[ ] [ ]
Or I can check a box for the clients already connected and lock them
into their current IP assignments.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
[toc] | [prev] | [next] | [standalone]
| From | T M Smith <tmsmith36@tmsmith36.plus.com> |
|---|---|
| Date | 2015-08-09 20:45 +0100 |
| Message-ID | <255799f054.Broadband@tmsmith36.plus.com> |
| In reply to | #9389 |
In message <55c6f4f2$0$2833$e4fe514c@news.xs4all.nl>
"A. Dumas" <alexandre@dumas.fr.invalid> wrote:
> Op 05-08-15 om 00:33 schreef T M Smith:
>> Another puzzle is that it gave the Pi as 192.168.1.95
>> Changing this to a static address of 192.168.1.90 has not worked, it
>> still comes up as 192.168.1.95
> What's with the endless difficult problems?!
> Just go full dchp on all connected devices (ie. don't adjust anything
> from the standard install) and assign fixed addresses on the router, if
> you must have them.
Probably works well but a complete unkown to me.
Malcolm
--
T M Smith
Using an ARMX6 and RISC OS 5.21 in the North Riding of Yorkshire
[toc] | [prev] | [next] | [standalone]
| From | "A. Dumas" <alexandre@dumas.fr.invalid> |
|---|---|
| Date | 2015-08-17 17:44 +0200 |
| Message-ID | <55d20178$0$26748$e4fe514c@news.xs4all.nl> |
| In reply to | #9404 |
Op 09-08-15 om 21:45 schreef T M Smith: > "A. Dumas" <alexandre@dumas.fr.invalid> wrote: >> Just go full dchp on all connected devices (ie. don't adjust anything >> from the standard install) and assign fixed addresses on the router, if >> you must have them. > Probably works well but a complete unkown to me. Log on to your router's admin web page, look for a way to assign a fixed (but effectively dhcp assigned) ip address for clients. Most routers can do that, I'm sure.
[toc] | [prev] | [next] | [standalone]
| From | Rob Morley <nospam@ntlworld.com> |
|---|---|
| Date | 2015-08-04 20:34 +0100 |
| Message-ID | <20150804203433.55603db7@ntlworld.com> |
| In reply to | #9310 |
On Tue, 04 Aug 2015 19:15:59 +0100 T M Smith <tmsmith36@tmsmith36.plus.com> wrote: > Using Rasbian on a Pi is there a log kept of the data that scolls > past as the system boots? > You can view recent messages (which are held in a 16k? buffer) with the dmesg command.
[toc] | [prev] | [next] | [standalone]
| From | druck <news@druck.org.uk> |
|---|---|
| Date | 2015-08-04 20:38 +0100 |
| Message-ID | <mpr47u$ftl$2@dont-email.me> |
| In reply to | #9310 |
On 04/08/2015 19:15, T M Smith wrote: > Using Rasbian on a Pi is there a log kept of the data that scolls past > as the system boots? dmesg -T ---druck
[toc] | [prev] | [next] | [standalone]
| From | mjb@signal11.invalid (Mike) |
|---|---|
| Date | 2015-08-04 20:41 +0100 |
| Message-ID | <mpr4ge$7pc$1@posie.signal11.org.uk> |
| In reply to | #9310 |
In article <5df3fded54.Broadband@tmsmith36.plus.com>, T M Smith <tmsmith36@tmsmith36.plus.com> wrote: >Using Rasbian on a Pi is there a log kept of the data that scolls past >as the system boots? Try one or more of :- dmesg more /var/log/messages more /var/log/syslog and see what comes up ... -- --------------------------------------+------------------------------------ Mike Brown: mjb[-at-]signal11.org.uk | http://www.signal11.org.uk
[toc] | [prev] | [next] | [standalone]
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Date | 2015-08-05 08:16 +0000 |
| Message-ID | <mpsgo7$fuq$2@dont-email.me> |
| In reply to | #9327 |
On Tue, 04 Aug 2015 20:41:02 +0100, Mike wrote: > In article <5df3fded54.Broadband@tmsmith36.plus.com>, > T M Smith <tmsmith36@tmsmith36.plus.com> wrote: >>Using Rasbian on a Pi is there a log kept of the data that scolls past >>as the system boots? > > Try one or more of :- > > dmesg > more /var/log/messages > more /var/log/syslog > > and see what comes up ... > "dmesg | less" generally works better since most version of dmesg don't have built-in pagination. In any case, 'less' is considerably more than 'more' when it comes the general usability. -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
[toc] | [prev] | [next] | [standalone]
| From | Gordon Henderson <gordon+usenet@drogon.net> |
|---|---|
| Date | 2015-08-05 09:15 +0000 |
| Message-ID | <mpsk6o$12f$1@dont-email.me> |
| In reply to | #9327 |
In article <mpr4ge$7pc$1@posie.signal11.org.uk>, Mike <mjb@signal11.org.uk> wrote: >In article <5df3fded54.Broadband@tmsmith36.plus.com>, >T M Smith <tmsmith36@tmsmith36.plus.com> wrote: >>Using Rasbian on a Pi is there a log kept of the data that scolls past >>as the system boots? > >Try one or more of :- > >dmesg >more /var/log/messages >more /var/log/syslog > >and see what comes up ... Also /var/log/dmesg which is a snapshot of the boot messages. Usefull if you have a system that continually dumps more stuff. Gordon
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | comp.sys.raspberry-pi
csiph-web