[Bug 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2013-11-08 Thread Jörg Frings-Fürst
I think this bug can closed. 
Or is there other objection?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/39249

Title:
  (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases:
  Permission denied

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

-- 
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 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2013-11-08 Thread Martin Pitt
** Changed in: dhcp3 (Ubuntu Hardy)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/39249

Title:
  (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases:
  Permission denied

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

-- 
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 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2010-03-14 Thread Phil M
I just noticed this on a Hardy server installation while investigating a
network outage. It's apparently unrelated, since this bug has been
appearing at least a week (according to syslog), while problems only
cropped up today.

I have dhcp3-client version 3.0.6.dfsg-1ubuntu9.1 installed.

Syslog entries:

Mar 14 13:12:13 style dhclient: DHCPREQUEST of null address on eth0 to 
128.174.252.4 port 67
Mar 14 13:12:13 style dhclient: DHCPACK of 128.174.236.247 from 128.174.252.4
Mar 14 13:12:13 style dhclient: can't create 
/var/lib/dhcp3/dhclient.eth0.leases: Permission denied
Mar 14 13:12:13 style dhclient: bound to 128.174.236.247 -- renewal in 42886 
seconds.



$ cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

$ cat /etc/dhcp3/dhclient.conf
request subnet-mask, broadcast-address, time-offset, routers, domain-name,
domain-name-servers, host-name, ntp-servers;

$ ls -ld /var/lib/dhcp3/
drwxr-xr-x 2 root root 4096 2009-10-05 18:18 /var/lib/dhcp3/
$ ls -l /var/lib/dhcp3/
total 0
-rw-r--r-- 1 root root 0 2009-10-05 18:18 dhclient.leases


I'm not going to try to reproduce this, because this is a production
system and attempts might be disruptive to users. I'm happy to provide
more information on request.

-- 
(Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied
https://bugs.launchpad.net/bugs/39249
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 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2009-07-31 Thread beritzi
I'm having the exact same problem.

Did you find a solution?

-- 
(Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied
https://bugs.launchpad.net/bugs/39249
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 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2009-07-29 Thread martinbures
I am having the exact same problem with a fresh install of 9.04.
Everything worked fine for me with 8.04.3...

I have 2 NICs - one facing the world and one for embedded linux
development - eth1

I installed dhcp3-server

So I have configured eth1 as:
mar...@adserver2:/var/run$ ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:01:03:dd:97:fd  
  inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
  inet6 addr: fe80::201:3ff:fedd:97fd/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:9624 (9.6 KB)
  Interrupt:22 Base address:0xef80 

Next, I edited the file /etc/dhcp3/dhcpd.conf and added this at the end:

subnet 10.0.0.0 netmask 255.0.0.0 {
range 10.0.0.20 10.0.0.30;
host tsboard{
}
}

In 8.04, the command:
sudo dhcpd3 -d eth1 would then bring up dhcp on that interface and all was good.

In 9.04, the same command results in:
mar...@adserver2:/var/run$ sudo dhcpd3 -d eth1
[sudo] password for martin: 
Internet Systems Consortium DHCP Server V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
WARNING: Host declarations are global.  They are not limited to the scope you 
declared them in.
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
Listening on LPF/eth1/00:01:03:dd:97:fd/10/8
Sending on   LPF/eth1/00:01:03:dd:97:fd/10/8
Sending on   Socket/fallback/fallback-net
Can't create PID file /var/run/dhcpd.pid: Permission denied.

I have absolutely no idea what to do...

Any thoughts?  Thanks.
Martin.

-- 
(Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied
https://bugs.launchpad.net/bugs/39249
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 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2009-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/dhcp3

-- 
(Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied
https://bugs.launchpad.net/bugs/39249
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 39249] Re: (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2009-06-09 Thread Martin Pitt
** Changed in: dhcp3 (Ubuntu Hardy)
 Assignee: Martin Pitt (pitti) = (unassigned)

-- 
(Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied
https://bugs.launchpad.net/bugs/39249
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