[Bug 622810] Re: after logging into ftp (vsftpd) ubuntu crashes

2011-01-16 Thread tonyk
I've just experienced the same issue as the user above.  I've just
finished installing vsftpd and was attempting to ensure it was
configured appropriately by ftp'ing to localhost.  As soon as I hit the
enter key (after entering my user id) there was no more response from
the system.  It took me a while to realized that the system had indeed
crashed as I was not doing anything else in particular other than
waiting for the command prompt to return to the familiar FTP prompt.
The CAPs Lock LED on my Z61M ThinkPad laptop had been flashing all the
while but I was totally oblivious to it.  I rebooted the laptop and
tried to ftp to localhost again and got the same result.  All this time,
I had my Nokia N97 mobile phone and a USB-to-Serial adapter plugged in
to the laptop.

A quick search on Google brought me to this bug report.  I then
disconnected my phone and attempted to ftp once more and got the same
result.  After reboot, I then disconnected the USB-to-Serial adapter and
this time ftp was successful.

If anyone needs more information, I'm willing to try anything to get
this sorted though it is not urgent as I now know not to attempt an ftp
to locahost when i have other USB devices (other than the mouse)
connected.

ak.

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

Title:
  after logging into ftp (vsftpd) ubuntu crashes

-- 
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 558793] Re: net ads dns register fails in 2008 R2 domain

2011-01-16 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = Fix Released

-- 
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/558793

Title:
  net ads dns register fails in 2008 R2 domain

-- 
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2011-01-16 Thread PhobosK
Ok, here is the debdiff for lucid, assuming it will be included in the
next samba 2:3.4.7~dfsg-1ubuntu3.3 version in the lucid-proposed.

It has not been tested if it works as supposed... I leave that to you...
Sorry...

The applied patch is from upstream -
https://bugzilla.samba.org/show_bug.cgi?id=7577 - (Patch for 3.4.x.),
and has been committed in samba's git  v3-4-test branch
(http://git.samba.org/samba.git/?p=samba.git;a=commitdiff;h=8564193ca6e023574764676088cafb7215f796f5).

For the impatient, I have added the lucid fixed version of samba to my PPA ( 
https://launchpad.net/~phobosk/+archive/phobosk-ppa )... I hope it will not 
have any problems working...
Please test it and post the results here...
Thanks

** Patch added: A debdiff file for Lucid, containing the upstream fix for the 
bug.
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/458637/+attachment/1795604/+files/samba_3.4.7%7Edfsg-1ubuntu3.3.debdiff

-- 
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/458637

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7
  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


[Bug 703514] [NEW] wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Marco Davids
Public bug reported:

Binary package hint: qemu-kvm

Installed qemu-kvm, but it was *very* slow (while using virt-manager).
Looked in /var/log/libvirt/qemu/.log and noticed that user libvirt-
qemu had no access to /dev/kvm (access denied error) and that it was
unable to use the KVM full virtualization support. Placing user libvirt-
qemu in the kvm group did not solve the issue.

Looked at /dev/kvm an noticed it was own by root.

Changed group ownership to kvm and, in combination with libvirt-qemu
being in the kvm-group, this dramatically increased the performance!

ls -al /dev/ | grep kvm
crw-rw  1 root kvm  10, 232 2011-01-15 22:06 kvm


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
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 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Marco Davids
Okay, the error came back... (can't go unnoticed, it was painfully slow
again)

open /dev/kvm: Permission denied
Could not initialize KVM, will disable KVM support

Turns out that the ownership is reset after 'qemu-kvm' is restarted. As
a workaround I added 'chgrp kvm /dev/kvm' in the 'pre-start script'
section of /etc/init/qemu-kvm.conf.

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

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
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 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Dustin Kirkland
Hmm, I could not reproduce this...

kirkland@x201:~$ ls -halF /dev/kvm
crw-rw+ 1 root kvm 10, 232 2011-01-15 17:23 /dev/kvm
kirkland@x201:~$ sudo service qemu-kvm stop
[sudo] password for kirkland:
qemu-kvm stop/waiting
kirkland@x201:~$ ls -halF /dev/kvm
ls: cannot access /dev/kvm: No such file or directory
kirkland@x201:~$ sudo service qemu-kvm start
qemu-kvm start/running
kirkland@x201:~$ ls -halF /dev/kvm
crw-rw+ 1 root kvm 10, 232 2011-01-16 09:16 /dev/kvm


Can you give specific instructions to reproducing this?

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

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
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 675965] Re: Apache crashes with glibc detected and stack trace

2011-01-16 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Apache crashes with glibc detected and stack trace

-- 
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 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-01-16 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

-- 
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/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

-- 
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 576314] Re: + character in service_description causes causes web interface error

2011-01-16 Thread Launchpad Bug Tracker
[Expired for nagios3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nagios3 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  + character in service_description causes causes web interface error

-- 
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 703811] [NEW] kvm guest's cpu usage with virtio storage driver goes up to 100% because of flush process

2011-01-16 Thread Roman R
Public bug reported:

Hello,

Problem:
KVM guest's CPU usage goest upto 100% and more (if multi-proc or multi-cores) 
and makes guest running slowly for period of time when the flush process is 
running on a virtio storage drive.

How to get this problem:
just start the guest with virtio storage driver and make the guest do some 
storage related work (ie apt-get install mc) and watch top. after 2-3 sec the 
cpu usage will go to 100% and guest will run slowly (so slow, that even munin 
processes cant do their work in 5 minutes and create an e-mail report, that 
there are  various .lock files present)

host:
ubuntu 10.04.1 LTS
2.6.32-27-server x86_64
2x Intel(R) Xeon(R) CPU E5620 (total of 16 cpus for os)
12GB RAM
2x software raids:
160GB and 2TB
the 160GB one is for system and 2TB one is for kvm images

guest:
Ubuntu 10.04.1 LTS
Disk: virtio
network: virtio


PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

 869 root  20   0 000 S   117  0.0   0:17.80 flush-252:0
252 is the vda disk:
monitor@monitor:~$ ls -l /dev/vda
brw-rw 1 root disk 252, 0 2011-01-13 16:44 /dev/vda

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

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

Title:
  kvm guest's cpu usage with virtio storage driver goes up to 100%
  because of flush process

-- 
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