Bug#775930: ipvsadm release v1.28

2015-02-11 Thread Jesper Dangaard Brouer

We are happy to announce the release of ipvsadm v1.28.

 ipvsadm is a utility to administer the kernels IPVS/LVS load-balancer service

It has been quite a while since the previous release, v1.27. A number of
fixes and improvements have been made; most noticeably in the area of IPv6.

One big addition is the support for heterogeneous pools (v4 and v6
mixed pools in 3.18), by Alex Gartrell (facebook).

Feature wise the SCTP protocol has been added which is available via the
cmdline parameter --sctp-service. The kernel has supported SCTP since
kernel 2.6.34 but up until now ipvsadm users have been restricted to using
fwmark-based virtual services for SCTP.

This release is based on the kernel.org git tree:
  https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git/

You can download the tarballs from:
 https://kernel.org/pub/linux/utils/kernel/ipvsadm/

Git tree:
 git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git

Shortlog:
 Alex Gartrell (2):
  ipvsadm: specify real server address family to netlink socket
  ipvsadm: do not truncate ipv6 members of v4 services

 Daniel Borkmann (2):
  ipvsadm: fix compile warning in print_largenum
  ipvsadm: fix compile warning in modprobe_ipvs

 Hibari Michiro (1):
  ipvsadm: enable displaying of IPv6 hostnames in listing

 Jesper Dangaard Brouer (1):
  Release: Version 1.28

 Julian Anastasov (3):
  ipvsadm: restrict different address family
  ipvsadm: allow different address family in connection listing
  ipvsadm: add SCTP support

 Ryan O'Hara (2):
  libipvs: Initialize ipvs_service_t variable
  ipvsadm: Fix list daemon to show backup daemon


-- 
Best regards,
  Jesper Dangaard Brouer
  MSc.CS, Sr. Network Kernel Developer at Red Hat
  Author of http://www.iptv-analyzer.org
  LinkedIn: http://www.linkedin.com/in/brouer

___
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-us...@linuxvirtualserver.org
Send requests to lvs-users-requ...@linuxvirtualserver.org
or go to http://lists.graemef.net/mailman/listinfo/lvs-users


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: small script for converting /etc/fstab to LABELs (Bug#617256: fixed in linux-base 3)

2011-03-16 Thread Jesper Dangaard Brouer
On Wed, 2011-03-16 at 13:36 +, Debian Bug Tracking System wrote:
 From: Ben Hutchings b...@decadent.org.uk
  We believe that the bug you reported is fixed in the latest version of
  linux-base, which is due to be installed in the Debian FTP archive
[...]

Thanks Ben!

People should notice that; when changing between cciss/hpsa drivers and
the devices named changes, your /etc/fstab fil must be converted to use
UUIDs or LABELs.

I have attached a small script, which I use to convert /etc/fstab to use
LABELs.


Keywords: HP ML350 G6 SmartArray P410i is also affected by this issue
(reported by Kostis Mentzelos (mentzelos at gmx.net))


convert_cciss_fstab_to_label.sh
Description: application/shellscript


Bug#617256: initramfs-tools: HP G6 hardware kernel boot issue 2.6.37 cciss/hpsa

2011-03-08 Thread Jesper Dangaard Brouer
On Mon, 2011-03-07 at 16:33 +, Ben Hutchings wrote:

 I'm not sure this is really the fault of initramfs-tools.

I'll post some more output/info shortly, which hopefully will help
tracking down the issue.

 We need to update device names as for the libata transition, and I
 have prepared changes to linux-base that will do this.

[...]
   == Here comes the BUG and work-around ==
  
  The BUG is that, if I compile the kernel and include the CCISS driver
  (even-though it will not be used), then initramfs will drop me into a
  shell, complaining that it cannot find /dev/disk/by-uuid/...
 [...]
 
 Are you really saying that:
 
 1. If only hpsa is included, then the /dev/disk/by-uuid link is
 created properly.
 2. If both hpsa and cciss are included then the link is not created
 properly.

Correct, that is what I'm saying!





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: Output follow-up 1

2011-03-08 Thread Jesper Dangaard Brouer

Compiling both driver CCISS and HPSA as part of the kernel (thus not a
modules).

Loading Linux 2.6.38-rc7-both-cciss-and-hpsa+ ...
Loading initial ramdisk ...
[0.127210] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d 
is 330)
Loading, please wait...
[5.033927] ixgbe :0f:00.1: HW Init failed: -21
[8.392973] ixgbe :12:00.1: HW Init failed: -21
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/disk/by-uuid/7afb0175-deb2-4dc4-9a48-bf075cb14ca2 does not exist.
Dropping to a shell!

BusyBox v1.17.1 (Debian 1:1.17.1-8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)
(initramfs)

(initramfs) ls /dev/disk
ls: /dev/disk: No such file or directory

(initramfs) ls /dev/sd*
/dev/sda/dev/sda11  /dev/sda5   /dev/sda8   /dev/sdb1
/dev/sda1   /dev/sda2   /dev/sda6   /dev/sda9   /dev/sdb2
/dev/sda10  /dev/sda3   /dev/sda7   /dev/sdb/dev/sdb3

(initramfs) ls /dev/cciss
ls: /dev/cciss: No such file or directory

(initramfs) ps aux | grep udev
 1261 0udevd --daemon --resolve-names=never
 1314 0udevd --daemon --resolve-names=never
 1315 0udevd --daemon --resolve-names=never

(initramfs) cat /proc/modules
ata_piix 23076 0 - Live 0xa022e000
ixgbe 132212 0 - Live 0xa01d
netxen_nic 91853 0 - Live 0xa0019000

(initramfs) ps aux | grep cciss
 1104 0[cciss_scan]




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: Output followup-2

2011-03-08 Thread Jesper Dangaard Brouer
Output followup-2

Compiling both driver CCISS and HPSA as part of the kernel (thus not a
modules).  BUT then remove the initrd line from grub config.

Loading Linux 2.6.38-rc7-both-cciss-and-hpsa+ ...
NOT Loading initial ramdisk ...
[0.126995] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d 
is 330)
[4.004697] Kernel panic - not syncing: VFS: Unable to mount root fs on 
unknown-block(0,0)
[4.004750] Pid: 1, comm: swapper Not tainted 
2.6.38-rc7-both-cciss-and-hpsa+ #7
[4.004811] Call Trace:
[4.004862]  [815dd746] ? panic+0x91/0x195
[4.004920]  [815dd88b] ? printk+0x41/0x46
[4.004965]  [81a341a4] ? mount_block_root+0x1d8/0x278
[4.005014]  [81a3429a] ? mount_root+0x56/0x5a
[4.005072]  [81a3440e] ? prepare_namespace+0x170/0x1a9
[4.005131]  [81a337c8] ? kernel_init+0x1ac/0x1bb
[4.005190]  [8100b6e4] ? kernel_thread_helper+0x4/0x10
[4.005248]  [81a3361c] ? kernel_init+0x0/0x1bb
[4.005306]  [8100b6e0] ? kernel_thread_helper+0x0/0x10


This output supports Ben Hutchings theory, that this bug/issue might no
be the fault of initramfs-tools.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: Output follow-up 3

2011-03-08 Thread Jesper Dangaard Brouer
Output follow-up 3

Compiling only driver HPSA as part of the kernel, thus NOT a module.

This case is interesting, as this case also fails! - but if I compile
HPSA as a module stuff starts to work... hmmm.


Loading Linux 2.6.38-rc7-only-hpsa-no-cciss+ ...
Loading initial ramdisk ...
[0.127209] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d 
is 330)
Loading, please wait...
[5.034037] ixgbe :0f:00.1: HW Init failed: -21
[8.395078] ixgbe :12:00.1: HW Init failed: -21

Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/disk/by-uuid/7afb0175-deb2-4dc4-9a48-bf075cb14ca2 does not exist.
Dropping to a shell!

BusyBox v1.17.1 (Debian 1:1.17.1-8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs) (initramfs) ls /dev/sd*
/dev/sda/dev/sda11  /dev/sda5   /dev/sda8   /dev/sdb1
/dev/sda1   /dev/sda2   /dev/sda6   /dev/sda9   /dev/sdb2
/dev/sda10  /dev/sda3   /dev/sda7   /dev/sdb/dev/sdb3
(initramfs)
(initramfs) ls /dev/disk
ls: /dev/disk: No such file or directory
(initramfs)
(initramfs) ls /dev/cciss
ls: /dev/cciss: No such file or directory
(initramfs)





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: Output follow-up 4

2011-03-08 Thread Jesper Dangaard Brouer
Output follow-up 4

Compiling only driver HPSA and as a module - works!

Loading Linux 2.6.38-rc7-hpsa-as-module-no-cciss+ ...
Loading initial ramdisk ...
[...]

Debian GNU/Linux 6.0 HOSTNAME tty1

HOSTNAME login:





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: Output follow-up 5

2011-03-08 Thread Jesper Dangaard Brouer
Output follow-up 5

Compiling both drivers HPSA and CCISS as modules - also works! - hmmm

Loading Linux 2.6.38-rc7-hpsa-and-cciss-as-modules+ ...
Loading initial ramdisk ...
[0.127208] [Firmware Bug]: the BIOS has corrupted hw-PMU resources
(MSR 38d is 330)
[...]

Debian GNU/Linux 6.0 HOSTNAME tty1

HOSTNAME login:




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: Output follow-up 6

2011-03-08 Thread Jesper Dangaard Brouer
Output follow-up 6

The problem seems to be related to the HPSA driver.  If the HPSA
driver is compiled in, then it does NOT work, it needs to be
compiled as a module in-order to work.

The state of the CCISS driver does not seem to have any impact.
I have now tried to compile CCISS in the kernel and HPSA as a module,
and the root uuid boot stuff works!


Loading Linux 2.6.38-rc7-hpsa-as-module-and-cciss-buildin+ ...
Loading initial ramdisk ...
[...]
HOSTNAME login:

Works!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617256: initramfs-tools: HP G6 hardware kernel boot issue 2.6.37 cciss/hpsa

2011-03-07 Thread Jesper Dangaard Brouer
Package: initramfs-tools
Version: 0.98.8
Severity: normal

I have a kernel booting problem with kernels above 2.6.37 on Debian
Squeeze, on HP G6 hardware, which have the harddisk controller:

 HP Smart Array P410i Controller / Smart Array G6 controllers

This problem is (of cause) related to the introduction of the driver
HPSA, which takes over from the driver CCISS (the overlapping PCI IDs
were removed in commit 6fa977520871 see below).

This driver transition causes the device names to change
  from /dev/cciss/c0d0p1
  to   /dev/sda1.

Thus, it would be really nice if UUID / LABEL / udev worked, as it
would make it possible to boot kernels above and below 2.6.37.

 == Here comes the BUG and work-around ==

The BUG is that, if I compile the kernel and include the CCISS driver
(even-though it will not be used), then initramfs will drop me into a
shell, complaining that it cannot find /dev/disk/by-uuid/...

The work-around is, either
 1) to avoid using initrd images, or
 2) don't compile the kernel with the CCISS driver.

 == Maintainers tasks ==

I suspect the bug lies in initramfs-tools, or the udev version used by
initramfs-tools.

Could the maintainers of initramfs-tools and udev, please tell me
something like its fixed in version XXX, and the Debian maintainers
just need to compile initramfs-tools with this version to fix the
issue? ;-)

 initramfs-tools Version: 0.98.8
 udevVersion: 164-3

 == Commit info ==

commit 6fa977520871b1fc0be64247abad02b678c13fda
Author: Mike Miller mike.mil...@hp.com
Date:   Thu Oct 28 06:33:27 2010 -0600

 cciss: remove overlapping PCI IDs

 This patch removes the controller overlap between cciss and hpsa. It was
 decided that no overlap should exist. All new controllers will use the hpsa
 SCSI based driver.

 Signed-off-by: Jens Axboe jax...@fusionio.com

 git describe --contains 6fa977520871b1
 v2.6.37-rc1~75^2


Reference email: http://article.gmane.org/gmane.linux.kernel/1107721

Rant:
 This is the fourth time I submit this bug via the reportbug tool.
 This time I hope that the Debian mail-admins will not falsely
 categorize my mail as malware via clamav.


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 6.4M Jun  2  2010 /boot/initrd.img-2.6.26-2-amd64
-rw-r--r-- 1 root root 6.4M May 17  2010 /boot/initrd.img-2.6.26-2-amd64.bak
-rw-r--r-- 1 root root 7.4M Jun  2  2010 /boot/initrd.img-2.6.32-3-amd64
-rw-r--r-- 1 root root 7.3M Jun  2  2010 /boot/initrd.img-2.6.32-3-amd64.bak
-rw-r--r-- 1 root root 9.0M Feb 22 17:30 /boot/initrd.img-2.6.32-5-amd64
-rw-r--r-- 1 root root  95M Aug  4  2010 /boot/initrd.img-2.6.35
-rw-r--r-- 1 root root  92M Dec 18 22:13 /boot/initrd.img-2.6.35-ipt-seqlocks+
-rw-r--r-- 1 root root  92M Dec 15 16:28 
/boot/initrd.img-2.6.35-net-next-03166-g001389b
-rw-r--r-- 1 root root  11M Aug 23  2010 /boot/initrd.img-2.6.35.3-comx01+
-rw-r--r-- 1 root root  11M Aug 27  2010 /boot/initrd.img-2.6.35.4-comx01+
-rw-r--r-- 1 root root  11M Oct  8 11:56 /boot/initrd.img-2.6.35.7-comx01+
-rw-r--r-- 1 root root  11M Nov 10 15:06 /boot/initrd.img-2.6.35.8-comx01+
-rw-r--r-- 1 root root  11M Feb 22 17:32 /boot/initrd.img-2.6.35.8-comx02+
-rw-r--r-- 1 root root  11M Dec 21 16:27 
/boot/initrd.img-2.6.36.2-comx02-ipt-seqlocks+
-rw-r--r-- 1 root root  26M Mar  2 17:30 
/boot/initrd.img-2.6.38-rc5-02558-g07df529
-rw-r--r-- 1 root root  23M Mar  2 14:15 
/boot/initrd.img-2.6.38-rc5-02558-g07df529-old
-rw-r--r-- 1 root root  23M Mar  2 14:18 
/boot/initrd.img-2.6.38-rc5-02558-g07df529-test
-rw-r--r-- 1 root root  25M Mar  7 11:58 
/boot/initrd.img-2.6.38-rc7-comx-next-00163-gfb62c00
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.38-rc7-comx-next-00163-gfb62c00 
root=UUID=7afb0175-deb2-4dc4-9a48-bf075cb14ca2 ro quiet

-- resume
RESUME=/dev/cciss/c0d0p7
-- /proc/filesystems
ext3
ext2
ext4
iso9660
btrfs

-- lsmod
Module  Size  Used by
iptable_filter  1786  0 
8021q  18943  0 
ip_gre 15744  0 
gre 2325  1 ip_gre
ipv6  309856  89 ip_gre
btrfs 533491  0 
nf_conntrack   74394  0 
ip_tables  17652  1 iptable_filter
loop   17882  0 
pcspkr  1998  0 
ipmi_si44289  0 
ipmi_msghandler36211  1 ipmi_si
ata_piix   23076  0 
ixgbe 131340  0 
hpsa   39284  7 
igb   105524  0 
netxen_nic 91789  0 

-- /etc/initramfs-tools/modules

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf

Bug#585591: [PATCH] iputils: arping fails to set correct broadcast address

2010-08-13 Thread Jesper Dangaard Brouer

From: Paul Martin p...@debian.org

There seems to have been introduced a bug in iputils release s20100418.

This patch is based upon git://www.linux-ipv6.org/gitroot/iputils.git
(git commit fe342ca3148)

The regression is caused by commit 56018bf1b3
 arping: Support link-layer type with larger link-layer address.

As reported by: Paul Martin p...@debian.org in Debian bugreport #585591.

 There's a logic error in the function that parses the interface's
 broadcast address, causing it not to fill the broadcast address array
 correctly.

Please apply.

Reported-by: Paul Martin p...@debian.org
Tested-by: Jesper Dangaard Brouer h...@comx.dk
Signed-off-by: Jesper Dangaard Brouer h...@comx.dk
---
 arping.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arping.c b/arping.c
index 9bd6927..2613a12 100644
--- a/arping.c
+++ b/arping.c
@@ -336,7 +336,7 @@ void set_device_broadcast(char *device, unsigned char *ba, 
size_t balen)
}
 
for (p = ba, ch = 0; p  ba + balen; p++, ch += 3)
-   *p++ = strtoul(brdcast-value + ch * 3, NULL, 16);
+   *p = strtoul(brdcast-value + ch, NULL, 16);
 
return;
 }





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org