Relogin on wakeup mostly does not work

Bug #224217 reported by sander
2
Affects Status Importance Assigned to Milestone
Coccinella
New
Medium
Mats

Bug Description

The option"Relogin on wakeup" mostly does not work. Instead, I get an error (see attachment).

Revision history for this message
sander (s-devrieze) wrote :
Changed in coccinella:
assignee: nobody → matsben
importance: Undecided → Medium
Revision history for this message
Mats (matsben) wrote :

I have never seen this error but have a note in the code:

      # We must give the system (WiFi) some time to setup the
      # network before loggin in. Some kind of trying multiple
      # times would be better...
      after 5000 ::Login::LoginCmd

where "5000" means wait 5 secs until do something.
You could try to switch off this relogin and see what type of time interval you need to wait until it is possible to login again. Maybe I should design ::Login::LoginCmd to have a -retry # switch or something.

Revision history for this message
sander (s-devrieze) wrote :

Yes, the retry thing is probably a good idea for after next release. I tried to change the "5" of the value in a "6" and that seems to work better so far (only tested once!). Maybe you can still increase this value in "6000" before tomorrow? I guess this cannot hurt anyone, right?

Revision history for this message
Mats (matsben) wrote : Re: [Bug 224217] Re: Relogin on wakeup mostly does not work

I will increase it to 6000 or 8000.
Just noted that there is no barrier for multiple tries to connect,
which I also need to fix.

Revision history for this message
sander (s-devrieze) wrote :

I also have the error with 6000. Probably it depends on how much programs are open, the speed of the computer, etc.

Revision history for this message
Mats (matsben) wrote :

I've put it to 8000 now and added a barrier so that it will never
conflict with any manual attempt to login. This have to be fixed
before next release but is to risky so close to a release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.