[Bug 340437] Re: cannot get ip address from dhcp

2009-03-18 Thread Jamie Strandboge
Marking Fix Released per reporter's comments.

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete => Fix Released

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 340437] Re: cannot get ip address from dhcp

2009-03-18 Thread Sebastian Martinez
no

2009/3/18 Jamie Strandboge 

> For clarity, you did NOT add 'network udp,' as suggested and today's
> update fixed it for you?
>
> --
> cannot get ip address from dhcp
> https://bugs.launchpad.net/bugs/340437
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-18 Thread Jamie Strandboge
For clarity, you did NOT add 'network udp,' as suggested and today's
update fixed it for you?

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-18 Thread Sebastian Martinez
after today updates including dhcp3-client dhcp3-common the dhcp work
ok.

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-18 Thread Jamie Strandboge
Thanks for your response. Can you update /etc/apparmor.d/sbin.dhclient3 to have 
in it's '/sbin/dhclient3' section:
  network udp,

Then do:
sudo /etc/init.d/apparmor force-reload

and report back if that works for you?

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-18 Thread Sebastian Martinez
i run sudo aa-complain /sbin/dhclient and it works in this mode.

this logs are generated when i run de command sudo dhclient eth3

The kern.log when the policy in enforce mode

Mar 18 07:31:03 sebas-desktop kernel: [ 3390.631622] type=1503 audit(1237372263.
138:35): operation="socket_create" family="inet" sock_type="dgram" protocol=17 p
id=6983 profile="/sbin/dhclient3"


in complain mode

Mar 18 07:32:13 sebas-desktop kernel: [ 3460.880724] type=1502 audit(1237372333.
391:48): operation="socket_create" family="inet" sock_type="dgram" protocol=17 p
id=7014 profile="/sbin/dhclient3"
Mar 18 07:32:13 sebas-desktop kernel: [ 3460.880735] type=1502 audit(1237372333.
391:49): operation="socket_post_create" family="inet" sock_type="dgram" protocol
=17 pid=7014 profile="/sbin/dhclient3"
Mar 18 07:32:14 sebas-desktop kernel: [ 3461.952225] type=1502 audit(1237372334.
462:50): operation="socket_create" family="inet" sock_type="dgram" protocol=17 p
id=7014 profile="/sbin/dhclient3"
Mar 18 07:32:14 sebas-desktop kernel: [ 3461.952240] type=1502 audit(1237372334.
462:51): operation="socket_post_create" family="inet" sock_type="dgram" protocol
=17 pid=7014 profile="/sbin/dhclient3"
Mar 18 07:32:14 sebas-desktop kernel: [ 3461.952733] type=1502 audit(1237372334.
462:52): operation="socket_create" family="inet" sock_type="dgram" protocol=17 p
id=7014 profile="/sbin/dhclient3"
Mar 18 07:32:14 sebas-desktop kernel: [ 3461.952743] type=1502 audit(1237372334.
462:53): operation="socket_post_create" family="inet" sock_type="dgram" protocol
=17 pid=7014 profile="/sbin/dhclient3"
Mar 18 07:32:14 sebas-desktop kernel: [ 3461.952753] type=1502 audit(1237372334.
462:54): operation="socket_setsockopt" family="inet" sock_type="dgram" protocol=
17 pid=7014 profile="/sbin/dhclient3"
Mar 18 07:32:14 sebas-desktop kernel: [ 3461.952763] type=1502 audit(1237372334.
462:55): operation="socket_bind" family="inet" sock_type="dgram" protocol=17 pid
=7014 profile="/sbin/dhclient3"

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-17 Thread Jamie Strandboge
Actually, just removing apparmor-utils should not prevent apparmor from 
protecting applications, but it also shouldn't have helped your problem. Please 
make sure you have the following installed when reporting back with the problem:
apparmor
apparmor-utils
libapparmor-perl
libapparmor1

Simply doing 'apt-get install apparmor apparmor-utils' should give you
everything you need.

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-17 Thread Jamie Strandboge
Can you please post the contents of your /var/log/kern.log when you were
having the problem? Please see https://wiki.ubuntu.com/DebuggingApparmor
for details.

I highly recommend you reinstall apparmor-utils otherwise all apparmor
protected programs are no longer protected. A better alternative is to
leave apparmor enabled and put the profile in complain mode. See the
above link for details.

** Changed in: dhcp3 (Ubuntu)
 Assignee: (unassigned) => Jamie Strandboge (jdstrand)
   Status: New => Incomplete

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-10 Thread Austin Lund
** Changed in: dhcp3 (Ubuntu)
Sourcepackagename: None => dhcp3

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs