[Bug 1494141] Re: Please backport haproxy 1.5.14-1ubuntu0.15.10.1 from wily-updates

2016-02-17 Thread Claudio Kuenzler
Thanks for everyone involved to fix the bug. I can confirm stop/restart
works as expected now with  1.5.14-1ubuntu0.15.10.1~ubuntu14.04.1
installed from backports on trusty.

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

Title:
  Please backport haproxy 1.5.14-1ubuntu0.15.10.1 from wily-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1494141/+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 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-10-30 Thread Claudio Kuenzler
Chase them with beer. Works faster ^^

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

Title:
  HAProxy 1.5 init script does not terminate processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1494141/+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 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-10-30 Thread Claudio Kuenzler
By the way...  this bug was also backported into the official trusty version of 
HAProxy (1.4).. Jeez!
In the meantime its fixed again.

haproxy (1.4.24-2ubuntu0.2) trusty; urgency=high

  * debian/haproxy.init:
+ Pass the pidfile to the --pidfile argument instead
  of the PID number. (LP: #1477198).

 -- Jorge Niedbalski   Wed, 22 Jul 2015
11:12:26 -0500

haproxy (1.4.24-2ubuntu0.1) trusty; urgency=medium

  * debian/haproxy.init:
 + Backport of utopic start/stop routines,
   uses start-stop-daemon to reliable terminate all
   haproxy processes and return the proper exit code.
   (LP: #1462495).
 + Backport of utopic check_haproxy_config routine,
   that test the configuration before start or reload.
   (LP: #1468879)

 -- Jorge Niedbalski   Thu, 25 Jun 2015
12:51:05 -0700

That's just as an additional note.

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

Title:
  HAProxy 1.5 init script does not terminate processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1494141/+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 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-22 Thread Claudio Kuenzler
The "new bug" for trusty concerning if nproc > 1 is probably this one:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737 ?

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

Title:
  HAProxy 1.5 init script does not terminate processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1494141/+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 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Claudio Kuenzler
Salut Louis,

Thanks for taking care of this bug. Have I understood correctly that the
haproxy package in trusty-backports is already updated? Or do I have to
wait until the package is released to all mirrors?

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

Title:
  HAProxy 1.5 init script does not terminate processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1494141/+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 1494141] [NEW] HAProxy 1.5 init script does not terminate processes

2015-09-09 Thread Claudio Kuenzler
Public bug reported:

On a new installation of Ubuntu 14.04.3 LTS I installed HAProxy 1.5 from
trusty-backports (1.5.4-1ubuntu2.1~ubuntu14.04.1).

When I restarted HAProxy, I got random HTTP 503 although the backend
servers were all working fine. By checking netstat, I saw that HAProxy
was listening multiple times on the frontend ports.

It seems that the init script coming with the installation does not work
correctly. The processes are not terminated correctly when using stop
(or restart, in this matter, either).

Only with a kill I was able to correctly terminate the HAProxy
processes.

The following output should show more clarity:

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4221/haproxy
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# service haproxy stop
 * Stopping haproxy haproxy 
  [ OK ]

root@mylinux:~# service haproxy status
haproxy not running.

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4221/haproxy
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# killall haproxy

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# service haproxy start
 * Starting haproxy haproxy 
  [ OK ]

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
8205/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
8205/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
8205/haproxy
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# service haproxy restart
 * Restarting haproxy haproxy   
  [ OK ]

root@nzzad-lb01-test:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
8286/haproxy
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
8205/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:* 

[Bug 1441177] Re: mysql-server-5.6 (5.6.23-1~exp1~ubuntu5) installation problem on Vivid

2015-04-07 Thread claudio rizzo
I got the same problem :/

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

Title:
  mysql-server-5.6 (5.6.23-1~exp1~ubuntu5) installation problem on Vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1441177/+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 1425431] [NEW] Pacemaker [SIGSEGV - Segmentation violation] using with Heartbeat 3.x

2015-02-24 Thread Claudio
Public bug reported:

According to:
http://oss.clusterlabs.org/pipermail/pacemaker/2013-November/020152.html

and my test case using:

Pacemaker - Version: 1.1.10+git20130802-1ubuntu2.3 - Architecture: armhf
Hearbeat - Version: 1:3.0.5-3.2 - Architecture: armhf
Cluster-Glue- Version: 1.0.11+hg2754-1.1build1 - Architecture: armhf


I got (into syslog):

 ccm: [4356]: info: Hostname: 
 ccm: [4356]: info: Break tie for 2 nodes cluster
 ccm: [4356]: WARN: ccm_state_joined: received message with unknown cookie, 
just dropping
 ccm: [4356]: info: client (pid=4361) removed from ccm
 heartbeat: [4269]: WARN: Managed /usr/lib/heartbeat/crmd process 4361 killed 
by signal 11 [SIGSEGV - Segmentation violation].
 heartbeat: [4269]: ERROR: Client /usr/lib/heartbeat/crmd (pid=4361) killed by 
signal 11.
 heartbeat: [4269]: ERROR: Respawning client "/usr/lib/heartbeat/crmd":
 heartbeat: [4269]: info: Starting child client "/usr/lib/heartbeat/crmd" 
(109,114)
 heartbeat: [4427]: info: Starting "/usr/lib/heartbeat/crmd" as uid 109  gid 
114 (pid 4427)
 heartbeat: [4269]: info: the send queue length from heartbeat to client crmd 
is set to 1024
 heartbeat: [4269]: info: killing /usr/lib/heartbeat/crmd process group 4427 
with signal 15
 heartbeat: [4269]: info: Core process 4273 exited. 7 remaining
 heartbeat: [4269]: info: Core process 4274 exited. 6 remaining
 heartbeat: [4269]: info: Core process 4275 exited. 5 remaining
 heartbeat: [4269]: info: Core process 4276 exited. 4 remaining
 heartbeat: [4269]: info: Core process 4277 exited. 3 remaining
 heartbeat: [4269]: info: Core process 4278 exited. 2 remaining

then node always reboot by crmd after some time.
Using Heartbeat without Pacemaker (crm no into ha.cf) no problem occur.

Note that /usr/lib/heartbeat/crmd are soft links to:
lrwxrwxrwx  1 root root 18 Feb  5 19:51 /usr/lib/heartbeat/attrd -> 
../pacemaker/attrd
lrwxrwxrwx  1 root root 16 Feb  5 19:51 /usr/lib/heartbeat/cib -> 
../pacemaker/cib
lrwxrwxrwx  1 root root 17 Feb  5 19:51 /usr/lib/heartbeat/crmd -> 
../pacemaker/crmd
lrwxrwxrwx  1 root root 20 Feb  5 19:51 /usr/lib/heartbeat/pengine -> 
../pacemaker/pengine
lrwxrwxrwx  1 root root 21 Feb  5 19:51 /usr/lib/heartbeat/stonithd -> 
../pacemaker/stonithd

** Affects: pacemaker (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Pacemaker [SIGSEGV - Segmentation violation] using with Heartbeat 3.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1425431/+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 40189] Re: autofs needs to be restarted to pick up some shares

2015-02-07 Thread Claudio Bernardini
Solution #43 perfectly works on our machines using autofs mounts on LDAP. 
Thanks Ruben!

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

Title:
  autofs needs to be restarted to pick up some shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/40189/+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 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-11-27 Thread Claudio Kuenzler
I ran into this issue today and I'm very surprised this issue is that
old. This bug makes Ubuntu as an LDAP client unusable.

#17 did help for faster booting of the machine, but that's it. Any
command is still so slow, the machine is useless.

#2 tried it like this:
- Adapted init script /etc/init.d/libnss-ldap like mentioned
- created /etc/nsswitch.conf.local which does NOT contain ldap 
- created /etc/nsswitch.conf.ldap which does contain ldap 
This again works for a very fast boot, but once libnss-ldap is started (and 
therefore the ldap version of nsswitch.conf becomes active), the system is 
bloody slow again.

#1 works to regain a "normal" system with local logins but ldap logins
still time out.

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+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 1115335] Re: hg displays errors in pre-commit.d/20warn-problem-files

2013-02-06 Thread Claudio Bley
Thinking about this a bit more, it would be best to forget about the
exclude_internal function in that file.

For one, it ignores all directories from different SCMs. This could be
bad when I'm using bzr, but have .git directories... When I have ignored
those files is a different story I think.

It also fails for filenames containing special characters, newline for
example.

What about

find . '(' -path .hg -prune ')' -o -print0 | xargs -0r hg status -n

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

Title:
  hg displays errors in pre-commit.d/20warn-problem-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1115335/+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 1115335] [NEW] hg displays errors in pre-commit.d/20warn-problem-files

2013-02-04 Thread Claudio Bley
Public bug reported:

After running aptitude, I got a slew of these error messages for all
files inside of /etc/.hg

abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/service.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/cabal.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/clisp.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/ipmitool.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/bittorrent.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/rcs.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/cvsps.i
abort: path contains illegal component: 
.hg/store/data/bash__completion.d.hg/mount.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/65-fonts-persian.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/_r_e_a_d_m_e.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/90-synthetic.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/10-antialias.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/45-latin.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/49-sansserif.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/65-nonlatin.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/70-no-bitmaps.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/30-metric-aliases.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/80-delicious.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/60-latin.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/30-urw-aliases.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/20-unhint-small-vera.conf.i
abort: path contains illegal component: 
.hg/store/data/fonts/conf.d.hg/53-monospace-lcd-filter.conf.i

Looking at /etc/etckeeper/pre-commit.d/20warn-problem-files I can see
why:

line 13: hardlinks=$(find . -type f -not -links 1 -exec hg status {} \;
| exclude_internal ) || true

For every file found, a new process is started, retrieving the status
about a single file. Afterwards, an attempt is made at filtering out all
the internal files belonging to the SCM itself.

Too bad error output is not written to stdout, so the entries are never
filtered.

I suggest to change this line to:

hardlinks=$(find . -type f -not -links 1 | exclude_internal | xargs hg
status -n ) || true

Effects:

1. does not start a new process for each file found
2. filters the files before asking Mercurial for the status
3. does not display a status prefix for each file (like it's done for git)

** Affects: etckeeper (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  hg displays errors in pre-commit.d/20warn-problem-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1115335/+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 967410] Re: Windows clients cannot connect to shared printers

2013-01-25 Thread Claudio
My solution to reset the rpcclient :


1) Stop Samba

2) Delete files:
/var/lib/samba/registry.tdb
/var/cache/samba/printing/*

4) Restart Samba

yeah !

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

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/967410/+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 967410] Re: Windows clients cannot connect to shared printers

2013-01-25 Thread Claudio
I have swat , samba 3.6.3 , ubuntu 12.04 server 64 , CUPS 1.5.3
I have printer1 without portname [], 

printer 1 and 2 are the same model and I use the same protocol and ppd .

 enumprinters 5
printername:[\\LOCALHOST\printer1]
portname:[]
attributes:[0x1048]
device_not_selected_timeout:[0x0]
transmission_retry_timeout:[0x0]

printername:[\\LOCALHOST\printer2]
portname:[Samba Printer Port]
attributes:[0x1048]
device_not_selected_timeout:[0x0]
transmission_retry_timeout:[0x0]

printername:[\\LOCALHOST\printe3]
portname:[Samba Printer Port]
attributes:[0x1048]
device_not_selected_timeout:[0x0]
transmission_retry_timeout:[0x0]


if I run command : 
 enumprinters 2 I can see that : 

servername:[\\LOCALHOST]
printername:[\\LOCALHOST\print1]
sharename:[print1]
portname:[]
drivername:[print1]
comment:[print1]
location:[floor]
sepfile:[]
printprocessor:[]
datatype:[]
parameters:[]
attributes:[0x1048]
priority:[0x0]
defaultpriority:[0x0]
starttime:[0x0]
untiltime:[0x0]
status:[0x0]
cjobs:[0x0]
averageppm:[0x0]

So empty :  portname:[]  default is :   portname:[Samba Printer Port]
printprocessor:[] default is :  printprocessor:[winprint]
datatype:[]default is : datatype:[RAW]


from windows printer 2-3 works fine , when I try to install on windows 7 in 
background download the driver but give a error : 
"windows cannot connect to the printer print processor does not exist"

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

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/967410/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-11-06 Thread Claudio
ifdown -a -v:
ifconfig: empty
/proc/net/vlan/config
VLAN Dev name| VLAN ID
Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD

ifup  -a -v

Configuring interface lo=lo (inet)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/vlan
run-parts: executing /etc/network/if-pre-up.d/wireless-tools
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
ip link set dev lo up
run-parts --verbose /etc/network/if-up.d
run-parts: executing /etc/network/if-up.d/000resolvconf
run-parts: executing /etc/network/if-up.d/avahi-daemon
run-parts: executing /etc/network/if-up.d/ip
run-parts: executing /etc/network/if-up.d/ntpdate
run-parts: executing /etc/network/if-up.d/openssh-server
run-parts: executing /etc/network/if-up.d/samba
run-parts: executing /etc/network/if-up.d/upstart
run-parts: executing /etc/network/if-up.d/wpasupplicant
Configuring interface eth0=eth0 (inet)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/vlan
run-parts: executing /etc/network/if-pre-up.d/wireless-tools
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
ip addr add 192.168.2.14/255.255.255.0 broadcast +dev eth0 label eth0
ip link set dev eth0   up
 ip route add default via 192.168.2.1 metric 100 dev eth0 
run-parts --verbose /etc/network/if-up.d
run-parts: executing /etc/network/if-up.d/000resolvconf
run-parts: executing /etc/network/if-up.d/avahi-daemon
run-parts: executing /etc/network/if-up.d/ip
run-parts: executing /etc/network/if-up.d/ntpdate
run-parts: executing /etc/network/if-up.d/openssh-server
ssh stop/waiting
ssh start/running, process 13101
run-parts: executing /etc/network/if-up.d/samba
run-parts: executing /etc/network/if-up.d/upstart
run-parts: executing /etc/network/if-up.d/wpasupplicant
Configuring interface eth0.40=eth0.40 (inet)
run-parts --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/vlan
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
Added VLAN with VID == 40 to IF -:eth0:-
run-parts: executing /etc/network/if-pre-up.d/wireless-tools
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant

dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.40.pid -lf 
/var/lib/dhcp/dhclient.eth0.40.leases -1 eth0.40
Failed to bring up eth0.40.

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-11-06 Thread Claudio
** Changed in: vlan (Ubuntu)
   Status: Invalid => New

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-11-04 Thread Claudio
reporduce that : 
install vlan 

Interface : 
"auto eth0
iface eth0 inet static
address 192.168.2.14
netmask 255.255.255.0
gateway 192.168.2.1
dns-nameservers 192.168.2.1

auto eth0.43
iface eth0.43 inet dhcp"

then  reboot you  get the ip on vlan43 - perfect  until here 
then  : 
sudo /etc/init.d/networking restart

 * Running /etc/init.d/networking restart is deprecated because it may not 
enable again some interfaces
 * Reconfiguring network interfaces...  
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
Removed VLAN -:eth0.43:-
ssh stop/waiting
ssh start/running, process 2772
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
Added VLAN with VID == 43 to IF -:eth0:-
Failed to bring up eth0.43.
 [ OK ]

ifconfig:
eth0  Link encap:Ethernet  HWaddr *
  inet addr:192.168.2.14  Bcast:192.168.2.255  Mask:255.255.255.0
  inet6 addr: fe80::20c:29ff:fe11:bfe4/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1690 errors:0 dropped:123 overruns:0 frame:0
  TX packets:1460 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:157343 (157.3 KB)  TX bytes:567141 (567.1 KB)

eth0.43   Link encap:Ethernet  HWaddr ***
  inet6 addr: fe80::20c:29ff:fe11:bfe4/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:106 errors:0 dropped:0 overruns:0 frame:0
  TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:4896 (4.8 KB)  TX bytes:37886 (37.8 KB)

*** is my MAC

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-06-01 Thread Claudio
James commet 'but is then not offered a new address.'

we talk about eth0.101

so we got the  same issue !

** Changed in: vlan (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: vlan (Ubuntu)
   Status: Opinion => New

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-31 Thread Claudio
@James Page (james-page)   
you got the some problem of mine .

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-31 Thread Claudio
I get the same , I have already upload my syslog  on my first comment !

** Changed in: vlan (Ubuntu)
   Status: Incomplete => New

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
"auto eth0.101" I tried to put in but its still the same problem . it s working 
just at the boot . 
if I do : sudo /etc/init.d/networking  restart 
doesnt work anymore eth0.101 and I have to reboot all machine

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
I do that  : 
ifup eth0.101

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
I have attached the /etc/network/intefaces

with the some config,

works in Ubuntu 11.10


** Attachment added: "intefaces"
   
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1006547/+attachment/3169541/+files/intefaces

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
** Tags added: isc-dhcp

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
** Also affects: isc-dhcp (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
it s seems that the problem is from dhclient :

May 30 19:16:22 server32 dhclient: No DHCPOFFERS received.

** Attachment added: "log/syslog"
   
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1006547/+attachment/3169470/+files/syslogserve%20print

** Tags added: dhclient

** Tags added: dhclient3

** Tags added: 12.04

** Tags added: vlan

** Tags added: eth0

** Tags added: dhcpdiscover

** Tags added: dhcpoffers

** Tags added: dhcp

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1006547/+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 1006547] [NEW] vlan doesn't work properly on 12.04 server

2012-05-30 Thread Claudio
Public bug reported:

same config working only with previous distro 10.04 lts and 11.10 server 
with 12.04 server it s working everytime , 
example 
command : ifup eth0.101
with : .../interfaces:
"auto eth0 
 iface eth0 inet dhcp 
  iface eth0.101 inet dhcp"

but it doenst work when I restart : /etc/init.d/networking restart

after that it stucks for a whilehere:  
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.101.pid -lf 
/var/lib/dhcp/dhclient.eth0.101.leases -1 eth0.101

any idea  to fix it ?

many thanks

** Affects: vlan (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1006547/+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 841672] Re: ssh-add does not unlock ssh keys

2011-09-05 Thread Claudio Moretti
Here's the output:

claudio@Chuck:~$ echo $SSH_AUTH_SOCK
/tmp/keyring-TjsKLR/ssh


** Changed in: openssh (Ubuntu)
   Status: Incomplete => New

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

Title:
  ssh-add does not unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 841672] [NEW] ssh-add does not unlock ssh keys

2011-09-05 Thread Claudio Moretti
Public bug reported:

When I execute ssh-add it asks for my keys passwords and confirms that
they were unlocked, but when I try to ssh into a server I am asked for
my password again via the ssh-askpass-gnome prompt.

Here's an (edited and cut) version of my .ssh/config file:

=
VisualHostKey yes
Host myhost1
Hostname myhost1.url
User user
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_dsa
Compression yes
Compressionlevel 6

Host myhost2
Hostname myhost2.url
User user
PreferredAuthentications publickey
Compression no

Host myhost3 myhost4 myhost5
Hostname myhost3.url
User user
PreferredAuthentications publickey
Compression yes
Compressionlevel 6

[...]

=

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ssh-askpass (not installed)
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
Date: Mon Sep  5 11:29:43 2011
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ssh-askpass
UpgradeStatus: Upgraded to oneiric on 2011-06-29 (68 days ago)

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  ssh-add does not unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 50430] Re: NIS has problems starting before the network comes up

2011-06-18 Thread Claudio Bernardini
Solution suggested by gwir above does not solve the problem on Natty 11.04.
I still need to restart autofs by hand to get access to my NFS remote home 
directories and so to my Ubuntu desktop.

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

Title:
  NIS has problems starting before the network comes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/50430/+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 40189] Re: autofs needs to be restarted to pick up some shares

2011-05-28 Thread Claudio Bernardini
I had the same bug in the past but with 10.10 everything was smooth.
With Natty 11.04 the bug is hitting again.
When I restart autofs the automounter starts to work as expected.

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

Title:
  autofs needs to be restarted to pick up some shares

-- 
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 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-19 Thread Claudio Moretti
Il suppose the alpha3 notes, as this was fixed before alpha3 and final users
won't be affected

On Thu, Feb 18, 2010 at 18:01, Mathias Gug  wrote:

> On Thu, Feb 18, 2010 at 02:53:44PM -, Steve Langasek wrote:
> > This issue should be mentioned in the lucid release notes, and in the
> > alpha-3 announcement, to let users know they need to downgrade the
> > package for security support if they managed to install the wrong one.
> >
>
> Are you referring to the Lucid *alpha3* release notes - or the *final*
> release notes?
>
> --
> Mathias Gug
> Ubuntu Developer  http://www.ubuntu.com
>
> --
> permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb
> https://bugs.launchpad.net/bugs/55
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Ubuntu Release Notes: Triaged
> Status in “mysql-dfsg-5.1” package in Ubuntu: Fix Released
>
> Bug description:
>
> It seems that the file libmysqlclient16_7.0.9-1_amd64.deb has the incorrect
> permissions assigned to it in the respository.
>
> Trying to download it gives an error.  This is the result of "sudo apt-get
> upgrade":
>
> Err http://archive.ubuntu.com lucid/main libmysqlclient16 7.0.9-1
>  403  Forbidden [IP: 91.189.88.46 80]
> Failed to fetch
> http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-cluster-7.0/libmysqlclient16_7.0.9-1_amd64.deb403
>   Forbidden [IP: 91.189.88.46 80]
> E: Unable to fetch some archives, try running apt-get update or apt-get
> --fix-missing.
>
> Not a big deal, it just halts the upgrade.  Running "sudo apt-get
> --fix-missing" does absolutely nothing. (Gives a list of apt-get commands.)
>
> Answers to questions suggested below:
> 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System ->
> About Ubuntu.
>
> Lucid - Most recently upgraded last week
> Linux 2.6.32-13-generic #18-Ubuntu SMP Wed Feb 10 21:32:38 UTC 2010 x86_64
> GNU/Linux
>
> 2) The version of the package you are using, via 'apt-cache policy
> packagename' or by checking in Synaptic.
>
> not relevant.
>
> 3) What you expected to happen
>
> I expected the file to be downloaded.
>
> 4) What happened instead
>
> File was not downloaded, and an error appeared.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-release-notes/+bug/55/+subscribe
>

-- 
permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb
https://bugs.launchpad.net/bugs/55
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 522542] Re: [Lucid] updating of libmysqlclient16 fails because file isn't downloadable

2010-02-17 Thread Claudio Moretti
*** This bug is a duplicate of bug 55 ***
https://bugs.launchpad.net/bugs/55

** This bug has been marked a duplicate of bug 55
   permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

-- 
[Lucid] updating of libmysqlclient16 fails because file isn't downloadable
https://bugs.launchpad.net/bugs/522542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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