[Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2021-08-06 Thread Ruslan Gainutdinov
I am also having error "Invalid argument" as shown in #19 comment. Vagrant says: mount -t vboxsf -o uid=1000,gid=1000,_netdev dist /dist The error output from the command was: /sbin/mount.vboxsf: mounting failed with the error: Invalid argument dmesg says: [ 10.792892] vboxsf: g_fHostFeatu

[Bug 1844153] Re: Manual root and boot encrypted LUKS non-lvm partition on EFI unable to boot

2019-09-23 Thread Ruslan Gainutdinov
Here is how I made a workaround for it. I added an additional entry to EFI boot manager which does it properly. Additionally as /EFI/ubuntu/grubx64.efi does not contain required drivers I fix it by creating custom grubx64.efi with memdisk and grub.cfg mapped onto it. Here is the script to add to

[Bug 1844153] UdevDb.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289063/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153 Title: Ma

[Bug 1844153] ProcEnviron.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289059/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153

[Bug 1844153] ProcInterrupts.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289060/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/184

[Bug 1844153] CurrentDmesg.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289055/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153

[Bug 1844153] PulseList.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289062/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153 Titl

[Bug 1844153] WifiSyslog.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289064/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Opinion ** Changed in: linux (Ubuntu) Status: Opinion => Confirmed -- You received th

[Bug 1844153] Lspci.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289056/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153 Title: Manu

[Bug 1844153] Re: Manual root and boot encrypted LUKS non-lvm partition on EFI unable to boot

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Tags added: apport-collected bionic ** Description changed: Hello! I followed cryptsetup manual to setup LUKS encrypted root partition https://cryptsetup-team.pages.debian.net/cryptsetup/encrypted-boot.html - EFI bios - EFI partition 700Mb - LUKS encryp

[Bug 1844153] ProcModules.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289061/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153

[Bug 1844153] ProcCpuinfoMinimal.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289058/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1844153] ProcCpuinfo.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289057/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153

[Bug 1844153] CRDA.txt

2019-09-16 Thread Ruslan Gainutdinov
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1844153/+attachment/5289054/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153 Title: Manual

[Bug 1844153] Re: Manual root and boot encrypted LUKS non-lvm partition on EFI unable to boot

2019-09-16 Thread Ruslan Gainutdinov
My hypothesis on this is that grub boot stage UUID detection mechanism are not able to read UUID for crypto_LUKS partition. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1844153 Title: Manual root a

[Bug 1844153] Re: Manual root and boot encrypted LUKS non-lvm partition on EFI unable to boot

2019-09-16 Thread Ruslan Gainutdinov
I was able to completely reproduce it using VirtualBox environment by installing Ubuntu from scratch with encryption enabled and then adding the second disk and enabling encryption on it manually. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1844153] [NEW] Manual root and boot encrypted LUKS non-lvm partition on EFI unable to boot

2019-09-16 Thread Ruslan Gainutdinov
Public bug reported: Hello! I followed cryptsetup manual to setup LUKS encrypted root partition https://cryptsetup-team.pages.debian.net/cryptsetup/encrypted-boot.html - EFI bios - EFI partition 700Mb - LUKS encrypted partition containing both / and /boot - LUKS mapped device directly contains

[Bug 1768546] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-05-05 Thread Ruslan Gainutdinov
Hello, I am having the same as satya error Hash mismatch Oracle_VM_VirtualBox_Extension_Pack-5.2.10.vbox-extpack: expected 8c31bc1d0337e6668e0d9140defc6deaf265087f855783dd09b873a064a70703, or wrong accept-license key -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 670117] Re: kernel BUG at /build/buildd/linux-2.6.32/fs/ext4/inode.c:2099!; RIP: 0010:[] [] mpage_put_bnr_to_bhs+0x285/0x290

2012-04-15 Thread Ruslan Gainutdinov
I have not experienced this issue since 2011-10-26. I believe it is fixed in mainline kernel. I keep my system updated: ruslan@santana:~$ cat /proc/version Linux version 2.6.32-40-server (buildd@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #87-Ubuntu SMP Tue Mar 6 02:10:02 UTC 2012 ** T

[Bug 670117] Re: After some io activity kernel bug in dmesg, then server freezes (pings still working)

2010-11-02 Thread Ruslan Gainutdinov
I have disabled all unnecessary services except mysqld, apache and transmission-daemon. -- After some io activity kernel bug in dmesg, then server freezes (pings still working) https://bugs.launchpad.net/bugs/670117 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 670117] Re: After some io activity kernel bug in dmesg, then server freezes (pings still working)

2010-11-02 Thread Ruslan Gainutdinov
-- After some io activity kernel bug in dmesg, then server freezes (pings still working) https://bugs.launchpad.net/bugs/670117 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 670117] [NEW] After some io activity kernel bug in dmesg, then server freezes (pings still working)

2010-11-02 Thread Ruslan Gainutdinov
Public bug reported: Please note: This is an upgraded installation. I have upgraded from Ubuntu 9.x LTS to 10.04 LTS rus...@santana:~$ cat /etc/issue Ubuntu 10.04.1 LTS rus...@santana:~$ uname -a Linux santana 2.6.32-25-server #45-Ubuntu SMP Sat Oct 16 20:06:58 UTC 2010 x86_64 GNU/Linux rus..