Re: Fedora Kernel 4.11.x problem
On 06/13/2017 11:00 PM, Cristian Sava wrote: On Mon, 2017-06-12 at 23:07 -0700, Samuel Sieb wrote: Try removing "rhgb" and "quiet" and add "debug ignore_loglevel earlyprintk=vga sched_debug". This is assuming you aren't using an EFI system. Thank you for the hint. The system shows (I used the live image tor this): Loading vmlinuz ... ok Loading initrd.img ... then the debugging screen attached. I also added the hw info. F26 does the same. Hope it helps to solve. File a bug report with this info. Try adding "noapic" to the kernel command line. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Fedora Kernel 4.11.x problem
On Wed, 2017-06-14 at 00:22 -0700, Samuel Sieb wrote: > File a bug report with this info. Try adding "noapic" to the kernel > command line. Tried that, no change I'll fill a bug report. Thank you for the help, C.S. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: new package: KeepassXC password manager
Il 13/06/2017 19:44, InvalidPath ha scritto: > Oh no this file is a .kdbx ver. 2 file. I have talked with upstream developers and they told me to suggest you to open a bugreport at address https://github.com/keepassxreboot/keepassxc/issues Thank you ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: AMD Ryzen 7 freeze on YouTube
Just for the record, this was most likely caused by NVidia card I used in my setup and nouvau driver with Google Chrome, known GPU acceleration problem. I am swapping this with an old AMD Radeon R5 card with open-source drivers, crossing my fingers. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Fedora Kernel 4.11.x problem
On Wed, 2017-06-14 at 11:02 +0300, Cristian Sava wrote: > On Wed, 2017-06-14 at 00:22 -0700, Samuel Sieb wrote: > > File a bug report with this info. Try adding "noapic" to the > > kernel > > command line. > > Tried that, no change > > I'll fill a bug report. > Thank you for the help, > C.S. Submitted bug: 1461337 Hope it help C.S. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
virtualbox and kernel 4.11.3-202.fc25.x86_64
Bonjour, I installed the last kernel (4.11.3-202.fc25.x86_64) today and there are no more virtualbox modules for this kernel: kmod-VirtualBox-5.1.20-1.fc25.x86_64 is empty and so systemd complains at boot time that virtualbox modules cannot be loaded What is this issue? Thank you. -- François Patte UFR de mathématiques et informatique Laboratoire CNRS MAP5, UMR 8145 Université Paris Descartes 45, rue des Saints Pères F-75270 Paris Cedex 06 Tél. +33 (0)1 8394 5849 http://www.math-info.univ-paris5.fr/~patte signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: virtualbox and kernel 4.11.3-202.fc25.x86_64
On 06/14/17 20:46, François Patte wrote: > I installed the last kernel (4.11.3-202.fc25.x86_64) today and there are > no more virtualbox modules for this kernel: > kmod-VirtualBox-5.1.20-1.fc25.x86_64 is empty and so systemd complains > at boot time that virtualbox modules cannot be loaded > > What is this issue? kmod-VirtualBox is supplied by rpmfusion. So, you may want to ask them? I use VirtualBox-5.1 supplied by http://www.virtualbox.org and their repo without issues. -- Fedora Users List - The place to go to speculate endlessly signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: new package: KeepassXC password manager
Will do, thanks! On Jun 14, 2017 2:15 AM, "Germano Massullo" wrote: > Il 13/06/2017 19:44, InvalidPath ha scritto: > > Oh no this file is a .kdbx ver. 2 file. > I have talked with upstream developers and they told me to suggest you > to open a bugreport at address > https://github.com/keepassxreboot/keepassxc/issues > Thank you > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
terminal hangs looking for missing commands
On a newish computer with F25, I see this at the command line when I type in a command that's not installed: [matt@envious ~]$ pv bash: pv: command not found... and then it just sits there until I ctrl-c or similar. I assume what's happening is it's trying to check for what package provides that command, but failing. Has anyone else seen this? What can I do about it? Apologies if this is a common error--it's resistant at least to the search terms I can think of. Thanks, Matt ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: terminal hangs looking for missing commands
On Wed, 14 Jun 2017 12:52:09 -0400 Matt Morgan wrote: > Has anyone else seen this? What can I do about it? The very first time I saw that I spent hours tracking down the "PackageKit-command-not-found" package and taking great pleasure in running the command: dnf erase PackageKit-command-not-found (Actually, when it first happened the command I probably ran was "yum erase PackageKit-command-not-found" :-). Just FYI, bash-completion is almost as irritating for somewhat similar reasons, you might want to check it out and see if you want to remove it as well. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: terminal hangs looking for missing commands
On 06/14/2017 09:52 AM, Matt Morgan wrote: > On a newish computer with F25, I see this at the command line when I > type in a command that's not installed: > > [matt@envious ~]$ pv > bash: pv: command not found... > > and then it just sits there until I ctrl-c or similar. I assume what's > happening is it's trying to check for what package provides that > command, but failing. > > Has anyone else seen this? What can I do about it? > > Apologies if this is a common error--it's resistant at least to the > search terms I can think of. Yes, it can be VERY annoying--especially if you have a lot of RPMs installed and RPM searches are slow. That bash functionality is part of an RPM called PackageKit-command-not-found When installed, it inserts a file, "/etc/profile.d/PackageKit.sh", that login shells include when they read /etc/profile on startup. You can sudo dnf remove PackageKit-command-not-found if you want to get rid of that, uhm, "functionality" (or simply delete "/etc/profile.d/PackageKit.sh" or move it to some directory other than /etc/profile.d). -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 226437340 Yahoo: origrps2 - -- - Always remember you're unique, just like everyone else. - -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Virtual keyboard problems.
Ed, Thanks for your input... I'll contact the test group. rpm -q qt5-qtvirtualkeyboard package qt5-qtvirtualkeyboard is not installed Thanks again, George... Hi, I just installed a ton of packages to this system and all of a sudden I have this virtual keyboard. Yes, you guessed it, I don't know which package brought me this head ache. This system is a Fedora 27 x86_64 (rawhide). I'm using KDE. The monitor is a Samsung 27" TV and has NO touch screen capability that I'm aware of. I am using ONLY the TV as a monitor... the one on the laptop is disabled as far as KDE is concerned. Any/all help hints/tips would be GREATLY appreciated. My UNENDING Thanks, George... On 06/14/17 12:38, George R Goffe wrote: > I just installed a ton of packages to this system and all of a sudden I have > this virtual keyboard. Yes, you guessed it, I don't know which package > brought me this head ache. > > This system is a Fedora 27 x86_64 (rawhide). I'm using KDE. The monitor is a > Samsung 27" TV and has NO touch screen capability that I'm aware of. I am > using ONLY the TV as a monitor... the one on the laptop is disabled as far as > KDE is concerned. > > Any/all help hints/tips would be GREATLY appreciated. You mean you installed a bunch of packages without knowing what they were or how they may affect your system? And, your running rawhide which is for testing and whose questions should really go to the "test" list? Well, anyway, sounds like you could have installed qt5-qtvirtualkeyboard. -- Fedora Users List - The place to go to speculate endlessly ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: terminal hangs looking for missing commands
On 14Jun2017 12:52, Matt Morgan wrote: On a newish computer with F25, I see this at the command line when I type in a command that's not installed: [matt@envious ~]$ pv bash: pv: command not found... and then it just sits there until I ctrl-c or similar. I assume what's happening is it's trying to check for what package provides that command, but failing. Has anyone else seen this? What can I do about it? Apologies if this is a common error--it's resistant at least to the search terms I can think of. You can sometimes see external stuff by running this: (set -x; pv ) If this is entire bash-internal then it won't help, and if it happens in bash's prompt logic it won't help, but this might: set -x; pv Sounds like others have named the offending thing; this is just debugging help. Cheers, Cameron Simpson ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
F25 LibreOffice hung
I had an Office Base database open for a few days (and a couple system suspends), along with lots of spreadsheets and docs. Went to close Base and save the database and now none of the LibreOffice docs are responding. I thought I found the soffice.bin running and killed it, but it still seems to be running and I can't see if there is any other related process. How can I find the process and kill it? I really don't want to boot... thanks ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On 06/14/2017 07:45 PM, Robert Moskowitz wrote: I had an Office Base database open for a few days (and a couple system suspends), along with lots of spreadsheets and docs. Went to close Base and save the database and now none of the LibreOffice docs are responding. I thought I found the soffice.bin running and killed it, but it still seems to be running and I can't see if there is any other related process. How can I find the process and kill it? I really don't want to boot... That should be the one. Is it really dead? Why do you think it's still running? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On Wed, 14 Jun 2017 22:45:02 -0400 Robert Moskowitz wrote: > How can I find the process and kill it? I really don't want to > boot... You can find all processes you are running by ps alx | grep -i [your user name] I think you should be able to do the same thing with top or one of the other process viewers by filtering. It might be that the process is in an uninterruptable sleep. I don't think there is a way to end that without a reboot. Maybe someone else will have better ideas. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On 06/14/2017 11:28 PM, Samuel Sieb wrote: On 06/14/2017 07:45 PM, Robert Moskowitz wrote: I had an Office Base database open for a few days (and a couple system suspends), along with lots of spreadsheets and docs. Went to close Base and save the database and now none of the LibreOffice docs are responding. I thought I found the soffice.bin running and killed it, but it still seems to be running and I can't see if there is any other related process. How can I find the process and kill it? I really don't want to boot... That should be the one. Is it really dead? Why do you think it's still running? The windows are still showing on my desktop (Xfce). But I can't switch to them. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On 06/14/2017 11:28 PM, stan wrote: On Wed, 14 Jun 2017 22:45:02 -0400 Robert Moskowitz wrote: How can I find the process and kill it? I really don't want to boot... You can find all processes you are running by ps alx | grep -i [your user name] I think you should be able to do the same thing with top or one of the other process viewers by filtering. It might be that the process is in an uninterruptable sleep. I don't think there is a way to end that without a reboot. Maybe someone else will have better ideas. I found three listed: 0 1000 19985 1 20 0 49204 1144 unix_s Sl ? 0:00 /usr/lib64/libreoffice/program/oosplash --calc file:///home/rgm/data/excel/htt/expenses-2016.xls 0 1000 20012 1 20 0 49204 1132 unix_s Sl ? 0:00 /usr/lib64/libreoffice/program/oosplash --calc file:///home/rgm/data/excel/htt/expenses-2016.xls 0 1000 20024 1 20 0 49204 1124 unix_s Sl ? 0:00 /usr/lib64/libreoffice/program/oosplash --calc file:///home/rgm/data/excel/htt/expenses-2016.xls killed those, but still see the windows. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On Wed, 14 Jun 2017 23:39:00 -0400 Robert Moskowitz wrote: > I found three listed: > > 0 1000 19985 1 20 0 49204 1144 unix_s Sl ? 0:00 > /usr/lib64/libreoffice/program/oosplash --calc > file:///home/rgm/data/excel/htt/expenses-2016.xls > 0 1000 20012 1 20 0 49204 1132 unix_s Sl ? 0:00 > /usr/lib64/libreoffice/program/oosplash --calc > file:///home/rgm/data/excel/htt/expenses-2016.xls > 0 1000 20024 1 20 0 49204 1124 unix_s Sl ? 0:00 > /usr/lib64/libreoffice/program/oosplash --calc > file:///home/rgm/data/excel/htt/expenses-2016.xls > > killed those, but still see the windows. Two things. This display doesn't show the parent process ID for the PID. It might be that the parent of these threads is what is displaying the windows as it waits for their output to update them. Use this command to look for the PPID, and kill it as well (if it isn't 1, :-) ) ps -eF --headers | grep [user name] It won't show the process status, like the earlier command, where we knew that they were sleeping threads. Another possibility is that the windows are artifacts at this point. When you killed the process, it didn't clean up after itself, and left the windows. What happens if you log your user out of X, and then log back in? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On 06/15/2017 12:13 AM, stan wrote: On Wed, 14 Jun 2017 23:39:00 -0400 Robert Moskowitz wrote: I found three listed: 0 1000 19985 1 20 0 49204 1144 unix_s Sl ? 0:00 /usr/lib64/libreoffice/program/oosplash --calc file:///home/rgm/data/excel/htt/expenses-2016.xls 0 1000 20012 1 20 0 49204 1132 unix_s Sl ? 0:00 /usr/lib64/libreoffice/program/oosplash --calc file:///home/rgm/data/excel/htt/expenses-2016.xls 0 1000 20024 1 20 0 49204 1124 unix_s Sl ? 0:00 /usr/lib64/libreoffice/program/oosplash --calc file:///home/rgm/data/excel/htt/expenses-2016.xls killed those, but still see the windows. Two things. This display doesn't show the parent process ID for the PID. It might be that the parent of these threads is what is displaying the windows as it waits for their output to update them. Use this command to look for the PPID, and kill it as well (if it isn't 1, :-) ) ps -eF --headers | grep [user name] It won't show the process status, like the earlier command, where we knew that they were sleeping threads. Another possibility is that the windows are artifacts at this point. When you killed the process, it didn't clean up after itself, and left the windows. What happens if you log your user out of X, and then log back in? ps -eF --headers | grep rgm|grep libre rgm 1989 1923 0 4926952 0 Jun08 ?00:00:02 /usr/lib64/libreoffice/program/oosplash --calc rgm 2004 1989 0 1203439 94488 0 Jun08 ?00:23:38 /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=5 rgm 21775 16594 0 2683 980 0 00:46 pts/400:00:00 grep --color=auto libre 2004, I tried to kill before... And 1989 was the magic ticket. Killed it and the windows disappeared and 2004 and 21775 disappeared. So now I have to add this to my tricks list for the next time And I really hate logging out, almost as bad as rebooting. I have 19 Firefox windows, all with lots of tabs, 4 Thunderbird windows. Lots of Leafpads and some xml stuff opened in Geany and a QEMM image... Too painful to restart everything. Even with recovery. Will be enough now recovering the 10 open LIbre office windows... Again thanks ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On Wed, 14 Jun 2017 21:13:03 -0700 stan wrote: > Another possibility is that the windows are artifacts at this point. > When you killed the process, it didn't clean up after itself, and left > the windows. What happens if you log your user out of X, and then log > back in? If this is the case, there might be a lock file that the program checks to see if it is already running. If the lock file hasn't been removed, just like the windows, it won't restart until the lock file is deleted. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 LibreOffice hung
On Thu, 15 Jun 2017 00:51:39 -0400 Robert Moskowitz wrote: > ps -eF --headers | grep rgm|grep libre > rgm 1989 1923 0 4926952 0 Jun08 ?00:00:02 > /usr/lib64/libreoffice/program/oosplash --calc > rgm 2004 1989 0 1203439 94488 0 Jun08 ?00:23:38 > /usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=5 > rgm 21775 16594 0 2683 980 0 00:46 pts/400:00:00 grep > --color=auto libre > > 2004, I tried to kill before... > > And 1989 was the magic ticket. Killed it and the windows disappeared > and 2004 and 21775 disappeared. > > So now I have to add this to my tricks list for the next time > > And I really hate logging out, almost as bad as rebooting. I have 19 > Firefox windows, all with lots of tabs, 4 Thunderbird windows. Lots > of Leafpads and some xml stuff opened in Geany and a QEMM image... > > Too painful to restart everything. Even with recovery. Will be > enough now recovering the 10 open LIbre office windows... I can see how restarting all that would be disruptive. Almost like moving to a new house. :-) > > Again thanks You're welcome, glad it worked out for you. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Fedora Kernel 4.11.x problem
> Submitted bug: 1461337 > kernel-4.11.5-200.fc25.x86_64 does include the required fix. Many thanks to Laura Abbott for the very quick response. C.S. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org