I have also noticed a change to middle mouse button pasting in Fedora 20.
The middle mouse button used to paste into gvim at the position of the
cursor regardless of where I clicked.
Now, all of a sudden, it moves the cursor then inserts text (Yuck!)
I am using fluxbox as my window manager.
Wha
Oh boy do I ever have this problem.
I hadn't noticed before but since you mentioned threads I've noticed
that what I see is entirely dependent on a thread being collapsed.
If all threads are expanded I can move up and down in the message list
without trouble.
If a thread is collapsed, then movin
Michael Young said:
> You need to do both at the same time. Here yum shell is useful as it
> lets you gather a series of yum commands and run them in one batch.
> Try something like
>
> yum shell
>> remove perl-5.16.3-245.fc18.x86_64 install perl-autodie run
> and if that works
>> exit
>
> you ma
Michael wrote:
> You may also need to use yum or rpm to remove some of the duplicates
> by hand if package-cleanup can't work out how to solve all the
> dependencies.
The only bits of perl that I could not clean up seem to be perl and perl
libs.
I did :
# rpm -q --provides perl-5.16.3-266.fc19.
Frank wrote:
> package-cleanup --dupes
> packagecleanup --cleandupes
Somewhere in there some some dependency leaves fc18 and starts ripping
out large parts of fc19..
It looks to be perl
# yum remove `package-cleanup --dupes | grep perl | grep fc18`
...
Remove 67 Packages (+32 Dependent packages
I just updated from Fedora 18 to 19 with fedup.
After the update I have many orphaned packages :
# package-cleanup --orphans | wc -l
635
When I examine them I see things like fedora-release, zlib, and such.
They mostly exist alongside their identical fedora 19 versions :
# package-cleanup --or
>>
>> "dracut doesn't copy etc/mdadm.conf into the initramfs image"
>>
>
> So IIUC "#mdadmconf=no" was enough in a previous version for
> mdadm.conf to be copied into the initramfs but you now need
> "mdadmconf=yes"?
That's my understanding as well.
Much of the discussion in the bug talks about
I found this bug:
"dracut doesn't copy etc/mdadm.conf into the initramfs image"
https://bugzilla.redhat.com/show_bug.cgi?id=1015204
which looks exactly like what I'm describing.
Thank you for your response.
signature.asc
Description: OpenPGP digital signature
--
users mailing list
users@lis
On 11/16/2013 10:06 AM, Tom H wrote:
>> Somehow md1 and md2 became md127 and md126
>
> Have you changed your hostname?
>
No, do you suspect the October 3rd dracut-network update?
signature.asc
Description: OpenPGP digital signature
--
users mailing list
users@lists.fedoraproject.org
To unsub
On October 4 this :
- Mdadm Begin
mdadm: cannot open /dev/md1: No such file or directory
/dev/md1 :
mdadm: cannot open /dev/md2: No such file or directory
/dev/md2 :
-- Mdadm End -
and this :
On Sun Jul 21 11:47:51 UTC 2013 Susi Lehtola wrote :
> Are you sure you have the correct MPI runtime loaded? All sorts of
> strange things can happen if you try running an MPI binary with the
> wrong runtime libraries, e.g. mpich2 binary with openmpi.
Yes, I had only one MPI installed at the time,
After I updated my home computer from Fedora 17 to 18 MPI programs
stopped working.
I have a very simple program :
#include
#include
#include
int main( int argc, char * argv[] )
{
int rank, size;
MPI_Init(&argc, &argv);
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WO
I'm having a similar problem but with one monitor on a dual monitor
workstation:
http://lists.fedoraproject.org/pipermail/users/2012-August/423737.html
> I have a Dell Latitude E6410 with an nVidia graphics card, using the
> nouveau driver and the GNOME desktop on F17.
I also use the nouveau dri
On 09/29/2012 06:59 AM, Daniel J Walsh wrote:
>
> Sometimes those reports are worth reading...
>
Yes, yes they are.
I should have piped it to less.
The specific solution was at the top where it's the first thing
the reader sees in a pager like less or in the GUI selinux
debugger. This is the c
> From: Jack Craig
> doesnt the selinux troubleshooter offer suggestions?
I'm a bit embarrassed to admit that other than the very general boolians
that "sudo sealert -l $UUID" suggests setting at the end of it's output,
it also suggested a very specific fix at the top of it's output way off
my t
I just replaced the machine that runs ganglia.
httpd is being prevented from connecting to gmond.
All that is displayed is:
There was an error collecting ganglia data (127.0.0.1:8652): fsockopen
error: Permission denied
There's a message in /var/log/messages that blames selinux every time I
loa
One of my monitors does not enter any power saving mode.
Can anybody tell me where to look to figure out what's going on?
I have a Fedora 17 workstation with two acer x223w monitors connected to
a nvidia GeForce 9800 GTX+ using the nouveau driver.
I used to have Fedora 14 installed with nvidia d
> /etc/modprobe.d/3w-9xxx.conf:options 3w-9xxx use_msi=1
I created this file to add this option, reran dracut, and the f15 kernel
boots right up.
The 3ware controller gets it's own interrupt and everything.
signature.asc
Description: OpenPGP digital signature
--
users mailing list
users@lists
> Since I have the messages up again I see something about IRQ 35 rerouted
> to legacy IRQ 19
Michael, what does /proc/interrupts say for you?
I may be obsessing a bit but this IRQ rerouting is very interesting to me.
In the f15 dracut shell I took a look at /proc/interrupts.
Rerouting IRQ 35 t
> Kevin H. Hobbs wrote:
>> Since I have the messages up again I see something about IRQ 35 rerouted
>> to legacy IRQ 19
> If the DVD boots and you can modify the array it must be something in
> /etc. Do you have any custom modprobe configuration files?
> $ grep 3w-9xxx /e
> My second, probably bad, guess is that the
> initramfs has not been built correctly. I used preupgrade to upgrade my
> box so it was running on an F15 kernel when it installed the F15 kernel.
>
> Can you try to boot the system off a Live image (Usb stick will work)
> and see if that detects y
> Do you have the UUID contents of /etc/fstab for your root partition
> matching /boot/grub/grub.conf ?
fstab :
UUID=51b92885-d3c8-4f81-99f3-d4b3b211fe71 /
ext3defaults1 1
grub.conf :
kernel /vmlinuz-2.6.41.1-1.fc15.x86_64 ro
root=UUID=51b92885-d3c8-4f81-99f3-d4b3b211fe71
SYSFONT=
I just updated (with yum) our backup server from Fedora 14 to Fedora 15.
This server has a 3ware 9550SX-8LP RAID card.
When I boot with the new kernel-2.6.41.1-1.fc15.x86_64 the machine
complains that it can not find the root device by id and drops to a
dracut shell.
It then prints out warnings
I have a fedora 14 server here who's ethernet interface seems to take
just a bit too long to establish a link.
Whenever it starts it is inaccessible over the network, which is a real
pain for a server. I have to go over with the monitor and keyboard,
crawl under the desk...
When I try to restart
> Do any of you have an opensource dicom viewer that works on F15?
Have you looked at Slicer?
http://www.slicer.org/
signature.asc
Description: OpenPGP digital signature
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedorap
On 05/31/2011 09:21 AM, Daniel J Walsh wrote:
> On 05/29/2011 08:02 AM, Kevin H. Hobbs wrote:
>> sealert says:
>>
>> /var/lock default label should be var_lock_t.
> restorecon -R -v /var
>
Mmm that did it. denyhosts now starts.
What made me doubt the advice sealert
I tried to install and enable denyhosts on a fresh Fedora 15 install.
I did systemctl enable denyhosts.service. systemctl ran chkconfig.
When I started the service I got this in /var/log/messages:
May 29 07:49:33 murron setroubleshoot: SELinux is preventing
/usr/bin/python from read access on t
> From: Clemens Eisserer
>
>> > I have not installed any software not in Fedora's repository (no
>> > nvidia drivers).
> Yeah, I guess you are hitting nouveau bugs here.
> So why don't you simply install the nvidia drivers?
>
> Do the problems also happen with desktop effects disabled?
>
> - Cle
I just did a fresh install of Fedora 15 x86_64 with KDE.
KDE is mostly unusable in Fedora 15 while it was fine in Fedora
14 (with nvidia driver).
The display seems to freeze for a few seconds every few seconds.
Menus take seconds to open.
Windows leave garbage on the display when they are move
Casimiro said:
> What I noticed is that lots
> of rpmdb registers kept pointing to fc14 stuff and things like
> libxxxyyyzzz is needed for aaa.fc14.xxx and even aaa.fc13.xxx (in fact,
> there were zombie dependencies dating back to fc12).
Hmm, I did the whole:
rpmconf -a
find /etc /var -name '*.
I just tried to upgrade Fedora 14 x86_64 to Fedora 15 x86_64 using the DVD.
It did not go well.
I couldn't figure out what went wrong so I did a fresh install.
The system is a lenovo S10 with two drives and software RAID 1
partitions for /, /boot, and /home all ext3, and swap.
There were ... co
Our F13 cluster is primarily used to run OpenMPI applications.
I installed a virtual guest using the instructions at :
http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/part-Virtualization-Installation.html
to do some development builds of a package I use and now OpenMPI jo
>> "ALL"? That hasn't been done. See nm -D ...
>
> Oh, nm -D does show me a lot of mostly unreadable text. Thank you.
Gah!
All is good if I type :
nm -D /usr/lib64/libtalloc.so.2.0.0
instead of :
man -D /usr/lib64/libtalloc.so.2.0.0
which is what showed me all that junk.
signature.asc
> "ALL"? That hasn't been done. See nm -D ...
Oh, nm -D does show me a lot of mostly unreadable text. Thank you.
signature.asc
Description: OpenPGP digital signature
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.o
> Can you explain what trouble the linker had with the installed talloc?
I run the nightly tests of VTK and ParaView built with nightly Mesa
(software rendering).
It's sort of an early warning system that tells me if there will be
problems with the next versions.
Mesa git just merged it's glsl2
It seems a little odd to remove ALL symbols from a shared
library the linker had a bit of trouble using the installed talloc.
I don't see any strip or install -s lines in the makefiles or in
the spec.
signature.asc
Description: OpenPGP digital signature
--
users mailing list
users@lists.fedor
Why do :
nm /usr/lib64/libtalloc.so.2.0.0
nm: /usr/lib64/libtalloc.so.2.0.0: no symbols
and :
rpmbuild -bi SPECS/libtalloc.spec
nm
BUILDROOT/libtalloc-2.0.0-0.fc12.x86_64/usr/lib64/libtalloc.so.2.0.0
nm:
BUILDROOT/libtalloc-2.0.0-0.fc12.x86_64/usr/lib64/libtalloc.so.2.0.0:
no symbols
On 04/21/2010 11:34 AM, users-requ...@lists.fedoraproject.org wrote:
> On 4/21/10, Kevin H. Hobbs wrote:
>> >
>> > Don't forget about the denyhosts package which will watch
>> > /var/log/secure for repeated failed login attempts and attempts for
>> >
On 04/21/2010 02:07 AM, users-requ...@lists.fedoraproject.org wrote:
> Of course, combining methods
> can work nicely.
Don't forget about the denyhosts package which will watch
/var/log/secure for repeated failed login attempts and attempts for
accounts like root and add the host to /etc/hosts.de
Since my 8 fedora 11 hosts did their March 20 update of mcelog I have
been getting hourly e-mails from cron on each host with the text :
/etc/cron.hourly/mcelog.cron:
mcelog: warning: 18446744073709551600 bytes ignored in each record
mcelog: consider an update
This bug contains the exact test of
40 matches
Mail list logo