[Touch-packages] [Bug 1465183] Re: ubuntu 15.04 dhcp: option routers and option rfc3442-classless-static-routes

2015-11-24 Thread renard
I can confirm I hit the same bug in a full Linux environment. 
- server: 4.2.4-7ubuntu12.3 
- client: 4.3.1-5ubuntu4

All clients (+500 hosts) in 4.2.4-7ubuntu12.3  work like a charm.


I cannot understand why this had changed. Any planned date to resolve this 
issue?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu.
https://bugs.launchpad.net/bugs/1465183

Title:
  ubuntu 15.04 dhcp: option routers and option rfc3442-classless-static-
  routes

Status in isc-dhcp package in Ubuntu:
  Confirmed

Bug description:
  Hi.
  Sorry for my bad english.
  Iam using  option rfc3442-classless-static-routes in my dhcp-server.

  # cat /var/lib/dhcp/dhclient.eth0.leases 
  lease {
interface "eth0";
fixed-address 192.168.120.170;
option subnet-mask 255.255.255.0;
option routers 192.168.120.1;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers 192.168.120.1;
option dhcp-server-identifier 192.168.120.1;
option ntp-servers 192.168.120.1;
option rfc3442-classless-static-routes 24,10,125,0,192,168,120,110;
option broadcast-address 192.168.120.255;
option domain-name "home.xmu";
renew 1 2015/06/15 05:45:48;
rebind 1 2015/06/15 17:04:48;
expire 1 2015/06/15 20:04:48;
  }

  In other operation system:
  # route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  0.0.0.0 192.168.120.1   0.0.0.0 UG0  00 eth0
  10.125.0.0  192.168.120.110 255.255.255.0   UG0  00 eth0
  192.168.120.0   0.0.0.0 255.255.255.0   U 0  00 eth0

  In ubuntu 15.04:
  # route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  10.125.0.0  192.168.120.110 255.255.255.0   UG0  00 eth0
  192.168.120.0   0.0.0.0 255.255.255.0   U 0  00 eth0

  No default gateway!!!

  # cat /var/lib/dhcp/dhclient.leases
  lease {
interface "eth0";
fixed-address 192.168.120.169;
option subnet-mask 255.255.255.0;
option routers 192.168.120.1;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers 192.168.120.1;
option dhcp-server-identifier 192.168.120.1;
option ntp-servers 192.168.120.1;
option rfc3442-classless-static-routes 24,10,125,0,192,168,120,110;
option broadcast-address 192.168.120.255;
option domain-name "home.xmu";
renew 1 2015/06/15 07:41:11;
rebind 1 2015/06/15 16:57:38;
expire 1 2015/06/15 19:57:38;
  }

  If i comment option rfc3442-classless-static-routes in my dhcp-server.
  Default gateway works fine:
  # route -n
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  0.0.0.0 192.168.120.1   0.0.0.0 UG0  00 eth0
  192.168.120.0   0.0.0.0 255.255.255.0   U 0  00 eth0

  # cat /etc/issue
  Ubuntu 15.04 \n \l

  # uname -a
  Linux wp01 3.19.0-20-generic #20-Ubuntu SMP Fri May 29 10:10:47 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  # aptitude show isc-dhcp-client
  Package: isc-dhcp-client 
  State: installed
  Automatically installed: no
  Version: 4.3.1-5ubuntu2.2
  Priority: important
  Section: net
  Maintainer: Ubuntu Developers 
  Architecture: amd64
  Uncompressed Size: 698 k
  Depends: libc6 (>= 2.15), libdns-export100, libirs-export91, libisc-export95, 
debianutils (>= 2.8.2), isc-dhcp-common (= 4.3.1-5ubuntu2.2), iproute2
  Suggests: resolvconf, avahi-autoipd, apparmor
  Provides: dhcp-client

  # aptitude show isc-dhcp-common
  Package: isc-dhcp-common 
  State: installed
  Automatically installed: no
  Version: 4.3.1-5ubuntu2.2
  Priority: important
  Section: net
  Maintainer: Ubuntu Developers 
  Architecture: amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1465183/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 932225] Re: logrotate cron script fails for logs with a space

2015-06-09 Thread renard
Hi guys,

Any news about that fix?

We we it in production with no issues.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to logrotate in Ubuntu.
https://bugs.launchpad.net/bugs/932225

Title:
  logrotate cron script fails for logs with a space

Status in logrotate package in Ubuntu:
  New

Bug description:
  /etc/cron.daily has a script called logrotate which will kick off
  logrotate. Before logrotate is executed, the script scans the
  logrotate status file, located in /var/lib/logrotate/status to search
  for non-existant files and remove them from the status file.

  This script is written in a way which assumes all log files will not
  have spaces in their name, causing logrotate not to be passed these
  log files for rotation. The sequence of events is:

  1) logrotate bash script starts, starting logrote, which looks into 
/etc/logrotate.d for logrotate configuration files. It inserts the relevant log 
file names into /var/lib/logrotate/status. On first detection of the log type, 
logrotate will not rotate the log.
  2) Once one hour has passed, cron calls the logrotate bash script again. It 
scans /var/lib/logrotate/status for non-existant files. It is unable to parse a 
log file with a space in the name, and assumes the log file does not exist. It 
then removes the log from the status file.
  3) logrotate starts, and as it does not have an entry for the log, adds it 
back into the status file, but does not rotate (same as 1) )

  Attached is a patch - a replacement logrotate cron script.

  -

  Ubuntu Server 11.04 Natty x64
  logrotate 3.7.8-6ubuntu3.1
  cron 3.0pl1-116ubuntu1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp