Skip to main content
17 events
when toggle format what by license comment
Apr 13, 2017 at 12:56 history edited CommunityBot
replaced http://raspberrypi.stackexchange.com/ with https://raspberrypi.stackexchange.com/
Dec 7, 2015 at 16:24 history edited goldilocks CC BY-SA 3.0
[Edit removed during grace period]
Dec 7, 2015 at 16:08 history edited goldilocks CC BY-SA 3.0
added 26 characters in body
Dec 4, 2015 at 11:25 history edited goldilocks CC BY-SA 3.0
deleted 214 characters in body
Dec 4, 2015 at 11:10 history edited goldilocks CC BY-SA 3.0
added 22 characters in body
Jan 15, 2014 at 19:56 history edited goldilocks CC BY-SA 3.0
deleted 139 characters in body
Aug 29, 2013 at 9:33 history edited goldilocks CC BY-SA 3.0
deleted 5 characters in body
Aug 29, 2013 at 9:31 comment added goldilocks So: I am aware of this post and intend to keep it updated if one of the major distro streams (debia and fedora and derived) introduces something that messes with it. I will also add some emphasis to the points about what needs to be disabled and how.
Aug 29, 2013 at 9:28 comment added goldilocks @jeremiah : That's a good fear. I wrote the script, tweaked it over years, and feel I have some understanding of general context in which it operates and therefore what I need to watch out for. However, it is probably harder to pass on understanding than code snippets. To me it is just an alternative approach to trying to work with NetworkManager, by reducing the situation to some very basic elements. This is something to offer people with a similar perspective as "this is what's worked for me" across the linux distro spectrum in the circumstance of a simple stand-alone system.
Aug 29, 2013 at 8:56 comment added jeremiah I worry that sometimes shell scripts can be fragile and break in hard to see ways when there are updates or if other networking software is installed. Just a note of caution on this approach.
Mar 1, 2013 at 11:03 vote accept andig
Feb 26, 2013 at 18:21 history edited goldilocks CC BY-SA 3.0
added 59 characters in body
Feb 26, 2013 at 18:10 comment added goldilocks @andig : I added a few paragraphs about start-up via rc.local. WRT log rotation, that is a separate question that relates to log files in general (but see man logrotate). Right now that script will clobber (overwrite) any previous log if it exists with the same path, not append. For debugging I've sometimes used wifi.$$.log in the wifi.conf file, so that the last log is (unlikely) to get clobbered and I can compare one session to another after I've tweaked something. $$ is the pid of the "wifi" process.
Feb 26, 2013 at 17:50 history edited goldilocks CC BY-SA 3.0
added 1477 characters in body
Feb 26, 2013 at 16:09 comment added andig Sounds worth testing. Not being a linux pro- how would I set the script to run on startup- put into cron? Would it be possible/required to add log rotation as well?
Feb 25, 2013 at 18:06 history edited goldilocks CC BY-SA 3.0
added 7 characters in body
Feb 25, 2013 at 15:15 history answered goldilocks CC BY-SA 3.0