[Bug 1652462] Re: No init after do-release-upgrade from 14.04 to 16.04 (kernel panic)

2017-04-20 Thread Hudson Santos
+1 to hill!! This worked for me (note that I had a 7th step to update initramfs just in case): 1. boot your droplet with a Recovery ISO - Like TigerShark from DigitalOcean 2. Network must be configured, either manually or via TigerShark script. 3. $ mount -rw -o remount /dev/vda1 /mnt 4. $ chroot

[Bug 660655] Re: time command doesnt recognize it's own arguments

2017-04-21 Thread Hudson Santos
Nice ctrl+c and ctrl+v from time man page: $ time -f "\t%E real,\t%U user,\t%S sys" ls -Fs -f: command not found Bug is still there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660655 Title: tim

[Bug 660655] Re: time command doesnt recognize it's own arguments

2017-04-21 Thread Hudson Santos
It works with full path: $ `which time` -f "\t%E real,\t%U user,\t%S sys" ls -Fs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660655 Title: time command doesnt recognize it's own arguments To ma