[Bug 1177967] [NEW] Suspend to RAM wake up immediately with error Device 3:0:0:0 failed to suspend async: error 134217730

2013-05-08 Thread Vincent DAVY
Public bug reported:

Hi all,

Since upgrade to Kubuntu 13.04, the suspend-to-ram option doesn't work.
The error reported in the dmesg | grep PM is Device 3:0:0:0 failed to 
suspend async: error 134217730
The dmesg log is : 
[  767.677738] PM: Syncing filesystems ... done.
[  768.725558] PM: Device 3:0:0:0 failed to suspend async: error 134217730
[  768.842476] PM: Some devices failed to suspend
[  772.386385] PM: resume of devices complete after 3552.271 msecs

So, when I try to suspend-to-RAM, the PC goes sleeping and wake up immediately 
due to a device (which one ?) that failed to suspend. I tried also the 
pm-suspend in command line, same result. Instead, the suspend-to-hisk 
(hibernate) works perfectly.
If I reboot to the Ubuntu 12.10 kernel (kernel before upgrade, version 
3.5.0-27-generic), it works prefectly again.
I tried with this kernel 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-raring/, the problem is 
still there.

Kernel version is Linux pc-fixe 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 
16:35:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux and everything is up-to-date. 
Ubuntu version : 
Description:Ubuntu 13.04
Release:13.04

I attached the log files corresponding to the problem (kern.log and pm-
suspend.log). Don't hesitate to ask if more information is needed or I
must run some tests.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: kern.log
   https://bugs.launchpad.net/bugs/1177967/+attachment/3670146/+files/kern.log

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

Title:
  Suspend to RAM wake up immediately with error Device 3:0:0:0 failed
  to suspend async: error 134217730

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1177967/+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 1177967] Re: Suspend to RAM wake up immediately with error Device 3:0:0:0 failed to suspend async: error 134217730

2013-05-08 Thread Vincent DAVY
** Attachment added: pm-suspend.log
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1177967/+attachment/3670147/+files/pm-suspend.log

** Package changed: vsftpd (Ubuntu) = ubuntu

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

Title:
  Suspend to RAM wake up immediately with error Device 3:0:0:0 failed
  to suspend async: error 134217730

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1177967/+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 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Hi all,

I compiled the vsftpd package

** Attachment added: vsftpd_3.0.2-1ubuntu1_amd64_patched.deb
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+attachment/3661388/+files/vsftpd_3.0.2-1ubuntu1_amd64_patched.deb

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

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+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 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Here is the patched vsftpd version in 32bits arch.

** Attachment added: vsftpd_3.0.2-1ubuntu1_i386_patched.deb
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+attachment/3661389/+files/vsftpd_3.0.2-1ubuntu1_i386_patched.deb

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

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+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 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Hi all,

Previous messages were sent too fast and I didn't find a way to remove them.
I posted the patched version of vsftpd in both 34 and 32 bits arch : please 
feel free to download.

Don't forget to remove the previous installed version on your system or dpkg 
will tell you that the package is already installed :
sudo apt-get remove vsftpd 
sudo dpkg -i vsftpd_patched.deb

That's all, and it doesn't remove config files.

If you prefer to compile your own version, here is the procedure : 
mkdir vsftpd-patched
cd vsftpd-patched
sudo apt-get build-dep vsftpd
sudo apt-get install fakeroot
apt-get source vsftpd
-- Go on 
https://build.opensuse.org/package/view_file?file=vsftpd-drop-newpid-from-clone.patchpackage=vsftpdproject=openSUSE%3AFactoryrev=3ed24d12e1827ea673331e213ab3d477
 and copy/paste the patch in a file (assuming in 
vsftpd-drop-newpid-from-clone.patch for the rest of this tutorial) 
patch -p0  vsftpd-drop-newpid-from-clone.patch
cd vsftpd-3.0.2/
dpkg-buildpackage -us -uc -nc
cd ../

You'll get the compiled .deb in the directory.
Remove previous installed version of vsftpd on your system and install the 
brand new patched one.
sudo apt-get remove vsftpd 
sudo dpkg -i vsftpd_patched.deb

You can remove the directory where you built the package after
installation.

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

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+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 1160372] Re: Login is not possible

2013-05-01 Thread Vincent DAVY
Note : you need to build on a 64 bits arch to get a 64bits version of the 
package and a 32 bits arch for 32bits one.
I used VM for this.

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

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+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