[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2013-04-22 Thread Andrea Corbellini
** Also affects: upstart (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: upstart (Ubuntu Precise)

** Summary changed:

- wol broken on HP ProLiant N40L (Broadcom tg3 driver)
+ Network interfaces are not correctly brought down on halt, disrupting 
Wake-on-LAN

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  Network interfaces are not correctly brought down on halt, disrupting
  Wake-on-LAN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-06-28 Thread Ubuntu Foundation's Bug Bot
The attachment "This patch fixes the handling of NETDOWN variable in
/etc/init.d/halt. Since upstart doesn't implement halt -i, do it in the
shell script." of this bug report has been identified as being a patch.
The ubuntu-reviewers team has been subscribed to the bug report so that
they can review the patch.  In the event that this is in fact not a
patch you can resolve this situation by removing the tag 'patch' from
the bug report and editing the attachment so that it is not flagged as a
patch.  Additionally, if you are member of the ubuntu-reviewers team
please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-06-28 Thread Unai Uribarri
This patch fixes the handling of NETDOWN variable in /etc/init.d/halt.
Since upstart doesn't implement halt -i, do it in the shell script.

** Patch added: "This patch fixes the handling of NETDOWN variable in 
/etc/init.d/halt. Since upstart doesn't implement halt -i, do it in the shell 
script."
   
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+attachment/3206481/+files/halt.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-06-28 Thread Unai Uribarri
This bug was introduced when Ubuntu migrated to upstart. I've reading
the upstart source code and -i flag was never implemented. So the
NETDOWN variable and related functionality in /etc/init.d/halt is
useless.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-06-28 Thread Unai Uribarri
I believe the bug is in the halt command. "halt -i" should shutdown all
the network interfaces but it doesn't do it realiabily.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-05-21 Thread AC
any progress on this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-04-30 Thread ossjunkie
Did you try /etc/init.d/halt and "NETDOWN=no"?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-04-18 Thread Stéphane Graber
I'll have to test when I get back home and have access to server
hardware.

Looking at our current initscripts "/etc/init.d/networking stop" gets
called in rc0.d which will call ifdown and ultimately do the "ifconfig
ethX down", unless the interface isn't defined in
/etc/network/interfaces.

So maybe we have a race somewhere and the interface doesn't reliably get
brought down on shutdown, causing this bug.

We can't call ethtool as it's not shipped by default in Ubuntu and certainly 
won't introduce it in an SRU.
Also, based on what I remember about that specific call and somewhat confirmed 
by the manpage entry, "wol g" actually turns on wake-on-lan ignoring the BIOS 
setting which we certainly don't want to do.

So what we want is for a machine where the BIOS is properly configured
and supports wake-on-lan to actually wake up on magic packet but not
make every single Ubuntu system suddenly boot when they get one ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-04-14 Thread Steve Langasek
** Changed in: ifupdown (Ubuntu Precise)
Milestone: None => precise-updates

** Changed in: ifupdown (Ubuntu Precise)
 Assignee: Canonical Foundations Team (canonical-foundations) => Stéphane 
Graber (stgraber)

** Changed in: ifupdown (Ubuntu Precise)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-04-14 Thread Robbie Williamson
One more note:  Anyone wanting to do WOL will also need to have ethtool
ran, e.g. ' ethtool -s eth0 wol g' at each boot to ensure WOL is set
during an 'ifconfig eth0 down'.  Placing it in /etc/rc.local worked for
me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-04-14 Thread Robbie Williamson
** Changed in: ifupdown (Ubuntu)
   Status: New => Incomplete

** Changed in: ifupdown (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: ifupdown (Ubuntu)
   Importance: Undecided => High

** Changed in: ifupdown (Ubuntu)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

** Also affects: ifupdown (Ubuntu Precise)
   Importance: High
 Assignee: Canonical Foundations Team (canonical-foundations)
   Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 981461] Re: wol broken on HP ProLiant N40L (Broadcom tg3 driver)

2012-04-14 Thread Robbie Williamson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/981461

Title:
  wol broken on HP ProLiant N40L (Broadcom tg3 driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/981461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs