[Bug 1789669] [NEW] Cannot read some windows 10 ntfs files
Public bug reported: OS: Kubuntu 18.04.1 LTS. # apt-cache policy ntfs-3g ntfs-3g: Instalado: 1:2017.3.23-2 Candidato: 1:2017.3.23-2 Tabela de Versão: *** 1:2017.3.23-2 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 100 /var/lib/dpkg/status I am getting an error reading a file from a NTFS filesystem (I/O error - errno=5). Example: fstab entry: UUID=xx /c ntfs noatime,noauto,defaults,umask=007,gid=46 0 0 mount /c # OK cat '/c/Windows/WinSxS/amd64_microsoft-windows-l..b-onecore.resources_31bf3856ad364e35_10.0.17134.1_en-us_b32d47db06f00012/winlangdb.dll.mui'>/dev/null Erro de Entrada/Saída de dados (into english: Input/Output error). Using a small program I could see that returned errno=5. What I have tried: 1. This error does NOT occur with ntfs-3g 2.22 from an opensuse 15.0 installation! 2. Manually installed ntfs-3g 2.22 from past ubuntu .deb files (ntfs-3d + lib). The error still occurs. 3. Manually installed ntfs-3g 2.22 building from .tgz file (./configure,make,make install). The error still occurs. NOTE: Steps 2 and 3 were done after purging ntfs-3g and libntfs-3g88. ** Affects: ntfs-3g (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789669 Title: Cannot read some windows 10 ntfs files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1789669/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998599] [NEW] console/ssh halt command hangs the computer
Public bug reported: Using the halt command either in a console or via ssh causes the shutdown process to begin but hangs the computer near the end. The screen presents the splash screen. The dots stop changing. Need to power off (5 seconds). This situation comes from kubuntu 11.10 and is still happening on 12.04. ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998599 Title: console/ssh halt command hangs the computer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/998599/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 880240] Re: system doesn't turn off if "sudo halt" is given
halt -p also works here. Nevertheless I think this should be fixed! halt always used to power off the computer. Now, if one forgets the -p when shutting down a remote computer ends up with a remote frozen machine. This is a bad thing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880240 Title: system doesn't turn off if "sudo halt" is given To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/880240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1815534] [NEW] Cannot login on a "real" console (ctrl+alt+f2)
Public bug reported: My system: Kubuntu 18.04.2 LTS Symptoms: Using a console (ctrl alt f2), I was unable to login, for example as root (yes I have a password for root) or any other user. Procedure detailed: 1. ctrl alt f2 The normal login: prompt appears. 2. I type root (or any other user) Immediately after the the Password: prompt is displayed but it doesn't wait for me to type anything! It continues with the message "Login incorrect" and prompts for login again:. It repeats this "login:" followed by "Login incorrect" several times. Then it clears the screen and prompts for "login:" and stays there waiting for input. 3. If I type a user again, the process is repeated! Further Information: I searched the net and found that this bug also happened with opensuse and was fixed. See please https://forums.opensuse.org/showthread.php/534256-Unable-to-login-to-text-terminals-System-does-not-let-me-enter-password ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815534 Title: Cannot login on a "real" console (ctrl+alt+f2) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1815534/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1815534] Re: Cannot login on a "real" console (ctrl+alt+f2)
Sorry, I forgot the bugzilla address. https://bugzilla.opensuse.org/show_bug.cgi?id=1120391 ** Bug watch added: bugzilla.opensuse.org/ #1120391 https://bugzilla.opensuse.org/show_bug.cgi?id=1120391 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815534 Title: Cannot login on a "real" console (ctrl+alt+f2) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1815534/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1952107] Re: Google Contacts API Deprecated
I upgrade to 3.36.5-0ubuntu in focal: Contacts in evolution are EMPTY. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1952107 Title: Google Contacts API Deprecated To manage notifications about this bug go to: https://bugs.launchpad.net/evolution-data-server/+bug/1952107/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2095041] [NEW] rsync error using -H after update
Public bug reported: After updating from rsync 3.2.7-1ubuntu1 to 3.2.7-1ubuntu1.1 The problem can be found, at least in a btrfs filesystem, as follows: $ mkdir D1 D2 $ echo test > D1/test $ rsync -av -H D1 D2 sending incremental file list Internal hashtable error: illegal key supplied! rsync error: errors with program diagnostics (code 13) at hashtable.c(88) [generator=3.2.7] rsync error: received SIGUSR1 (code 19) at main.c(1613) [Receiver=3.2.7] Doing: # aptitude install rsync=3.2.7-1ubuntu1 and repeating the previous commands works as expected, i.e. D1 is full copied into D2. NOTE: Of course -H is of no use here. This is just a simple reproduction of the problem. ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095041 Title: rsync error using -H after update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2095041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 750943] Re: Hibernation fails on Toshiba Tecra M3. hci0 urb f24b7080 failed to resubmit (1)
I had the same bug and this (http://moonbase.rydia.net/mental/blog/linux /hibernate-not-working-try-hibernate.html) solved my problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/750943 Title: Hibernation fails on Toshiba Tecra M3. hci0 urb f24b7080 failed to resubmit (1) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs