Re: find exec rm

2017-07-13 Thread Rick Stevens
On 07/13/2017 09:26 AM, Jon Ingason wrote: > Den 2017-07-13 kl. 17:33, skrev bruce: >> hey guys.. >> >> i'm missing something. thoughts/comments? >> >> trying to do a rm with find/exec. >> >> ssh crawl_user@1.2.3.4 " rm -f '/cloud_nfs/*hash*.dat' ; find >> /cloud_nfs -name

Re: find exec rm

2017-07-13 Thread Jon Ingason
Den 2017-07-13 kl. 17:33, skrev bruce: > hey guys.. > > i'm missing something. thoughts/comments? > > trying to do a rm with find/exec. > > ssh crawl_user@1.2.3.4 " rm -f '/cloud_nfs/*hash*.dat' ; find > /cloud_nfs -name '*austincc*master*book*.dat' -exec rm {} \; rm -f Here is the

Re: Linux anti-virus any good?

2017-07-13 Thread William Mattison
Good morning, (replying to a few messages at once) > Linux has no viruses. There are actually *two* reasons for starting this thread. First, to get advice needed to choose the right "anti-virus" for my home workstation. Second, I believe that the article that I referenced would be of real

Re: Oh oh. I screwed up my F26 installation. Help keep me from destroying everything....

2017-07-13 Thread fred roller
On Thu, Jul 13, 2017 at 10:09 AM, wrote: > [snip] > > Two questions: > > Is there a simple fix-by-hand for this? > > If I have to re-install from the USB, what mistake did I make and how to I > not do it again? > > Thanks! > > billo > >

Fedora upgrade, 25 to 26 -

2017-07-13 Thread Bob Goodwin
It appears that I am the only one on this list who has not been able to complete the upgrade from Fedora 25 to 26! Yesterday I used about 4 GB of my 25 GB monthly allocation on the effort and apparently the result is a collection of 1.7GB rpms. [bobg@bobg ~]$ du -h

Re: After Upgrade from F25 to F26 VMware Workstation is refusing anything ...

2017-07-13 Thread Walter H.
On 12.07.2017 21:27, Mark C. Allman wrote: On 07/12/2017 12:14 PM, Walter H. wrote: Hello, I did this as explained here: https://fedoraproject.org/wiki/DNF_system_upgrade and after this I can't start VMware Workstation; removing and installing VMware Workstation (latest release: 12.5.7) new

Re: Oh oh. I screwed up my F26 installation. Help keep me from destroying everything....

2017-07-13 Thread vendor
On 2017-07-13 10:44, Timothée Floure wrote: EDIT : I juste realized... where is the root partition of your F26 ? Are you certain that /dev/sda9 only contains your home folder ? Hello, The more "interesting" way (if you want to learn how it works?) would be to boot from an external media,

[SOLVED]Re: Oh oh. I screwed up my F26 installation. Help keep me from destroying everything....

2017-07-13 Thread vendor
On 2017-07-13 09:58, ven...@billoblog.com wrote: [snip] I think I'll just delete all the linux partitions, and delete the "fedora" directory of the EFI directory on /dev/sda1 and try again. What's the worst that can happen? billo Well, that solved it. It installed without a hitch. I

Re: Oh oh. I screwed up my F26 installation. Help keep me from destroying everything....

2017-07-13 Thread vendor
On 2017-07-13 10:09, ven...@billoblog.com wrote: So, I decided to do a clean installation of F26 over my F25 installation. My old configuration was: Dual boot HP laptop: Win 10, F25. [snip] Just to be clear. This is a new installation on a machine that used to have F25, not an upgrade.

/dev/loop

2017-07-13 Thread Patrick Dupre
Hello, On the save USB key, I have 3 partitions, Disk /dev/sdc: 59.6 GiB, 64019759104 bytes, 125038592 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier:

find exec rm

2017-07-13 Thread bruce
hey guys.. i'm missing something. thoughts/comments? trying to do a rm with find/exec. ssh crawl_user@1.2.3.4 " rm -f '/cloud_nfs/*hash*.dat' ; find /cloud_nfs -name '*austincc*master*book*.dat' -exec rm {} \; rm -f '/cloud_nfs_fetch/*hash*.dat' ; " i get find: paths must precede

Oh oh. I screwed up my F26 installation. Help keep me from destroying everything....

2017-07-13 Thread vendor
So, I decided to do a clean installation of F26 over my F25 installation. My old configuration was: Dual boot HP laptop: Win 10, F25. F25 had an encrypted /home partition, a separate /swap partition (I know I don't have to have one, but I'm old), and an unencrypted / partition where, I

Re: Oh oh. I screwed up my F26 installation. Help keep me from destroying everything....

2017-07-13 Thread Timothée Floure
EDIT : I juste realized... where is the root partition of your F26 ? Are you certain that /dev/sda9 only contains your home folder ? Hello, The more "interesting" way (if you want to learn how it works?) would be to boot from an external media, mount the newly installed F26 and `chroot` into it.

Re: find exec rm

2017-07-13 Thread Tom Horsley
On Thu, 13 Jul 2017 10:50:50 -0700 Rick Stevens wrote: > Of course, you COULD use "-delete" in the find command rather than > doing an "-exec rm {} \;": Or for anything that would run a command that takes a list of arguments (rm, chown, chmod, etc) you could use -print0 in the find command and

Re: find exec rm

2017-07-13 Thread Rick Stevens
On 07/13/2017 11:27 AM, Tom Horsley wrote: > On Thu, 13 Jul 2017 10:50:50 -0700 > Rick Stevens wrote: > >> Of course, you COULD use "-delete" in the find command rather than >> doing an "-exec rm {} \;": > > Or for anything that would run a command that takes a > list of arguments (rm, chown,

Re: Fedora upgrade, 25 to 26 -

2017-07-13 Thread Bob Goodwin
On 07/13/17 13:39, Samuel Sieb wrote: Which method did you use? . I assume I did the same as most people, followed instructions I found from Fedora Project. However I never use Gnome, that's always an adventure, but I think I was able to manage there, I had no success starting from xfce. A

F26 and blurry fonts

2017-07-13 Thread Heinz Diehl
Hi, for those who love razorsharp fonts just like me but got the new v40 interpreter coming with freetype-2.7 enforced on them when installing F26: the good old v35 interpreter is still there (and I hope it will be forever). You can use it by setting the environment variable

Re: F26 and blurry fonts

2017-07-13 Thread Tom Horsley
On Thu, 13 Jul 2017 21:16:56 +0200 Heinz Diehl wrote: > I have never been able to understand why people like the blurry and > muddy Micro$oft-like font rendering... gaah Good info. I'm saving this for future reference, but one thing I have noticed is that Ubuntu (which as far as I know adopts

Re: F26 and blurry fonts

2017-07-13 Thread Mike Wright
On 07/13/2017 12:30 PM, Tom Horsley wrote: On Thu, 13 Jul 2017 21:16:56 +0200 Heinz Diehl wrote: I have never been able to understand why people like the blurry and muddy Micro$oft-like font rendering... gaah Good info. I'm saving this for future reference, but one thing I have noticed is

Re: Fedora upgrade, 25 to 26 -

2017-07-13 Thread Samuel Sieb
On 07/13/2017 11:13 AM, Bob Goodwin wrote: On 07/13/17 13:39, Samuel Sieb wrote: Which method did you use? . I assume I did the same as most people, followed instructions I found from Fedora Project. However I never use Gnome, that's always an adventure, but I think I was able to manage

Re: Fedora upgrade, 25 to 26 -

2017-07-13 Thread Bob Goodwin
On 07/13/17 14:51, Samuel Sieb wrote: The instructions had two options, command line or Gnome Software. . First I tried from command line with my usual xfce, when that did not seem to be doing anything I expected I re-logged with startx and Gnome came up, I went from there ... You didn't

Re: F26 and blurry fonts

2017-07-13 Thread Patrick Laimbock
Hi, On 13-07-17 21:16, Heinz Diehl wrote: Hi, for those who love razorsharp fonts just like me but got the new v40 interpreter coming with freetype-2.7 enforced on them when installing F26: the good old v35 interpreter is still there (and I hope it will be forever). You can use it by setting

Re: Fedora upgrade, 25 to 26 -

2017-07-13 Thread Bob Goodwin
On 07/13/17 13:39, Samuel Sieb wrote: Which method did you use? . I assume I did the same as most people, followed instructions I found from Fedora Project. However I never use Gnome, that's always an adventure, but I think I was able to manage there, I had no success starting from xfce. A

Re: Fedora on a Dell Precision 7520?

2017-07-13 Thread Sherman Grunewagen
On 07/12/2017 05:38 PM, Rick Stevens wrote: On 07/12/2017 05:13 PM, Sherman Grunewagen wrote: On 07/11/2017 12:34 PM, Ian Pilcher wrote: On 07/11/2017 11:59 AM, Sherman Grunewagen wrote: Two questions: (1) Is anyone here running a late version of Fedora on the new Dell Precision 7520

Re: Fedora on a Dell Precision 7520?

2017-07-13 Thread Samuel Sieb
On 07/13/2017 11:24 AM, Sherman Grunewagen wrote: I want to use Ubuntu first because the machine is certified from Dell to work with it as that's what it shipped with. If the SSD PCIe drive I'm putting in doesn't work, I'll only have that (and the copy process) as factors w/o complicating

Re: Fedora on a Dell Precision 7520?

2017-07-13 Thread Rick Stevens
On 07/13/2017 12:19 PM, Samuel Sieb wrote: > On 07/13/2017 11:24 AM, Sherman Grunewagen wrote: >> I want to use Ubuntu first because the machine is certified from Dell >> to work with it as that's what it shipped with. If the SSD PCIe drive >> I'm putting in doesn't work, I'll only have that (and

Re: After Upgrade from F25 to F26 VMware Workstation is refusing anything ...

2017-07-13 Thread Mark C. Allman
On 07/13/2017 12:33 PM, Walter H. wrote: > On 12.07.2017 21:27, Mark C. Allman wrote: >> On 07/12/2017 12:14 PM, Walter H. wrote: >>> Hello, >>> >>> I did this as explained here: >>> https://fedoraproject.org/wiki/DNF_system_upgrade >>> >>> and after this I can't start VMware Workstation; >>>

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
Sorry, fdisk does not show the disk (df shows loopx) === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale

Re: /dev/loop

2017-07-13 Thread Rick Stevens
On 07/13/2017 03:38 PM, Patrick Dupre wrote: > Sorry, > > fdisk does not show the disk (df shows loopx) Huh? If "df" shows something on a loop device, then it's mounted somewhere or df wouldn't know how to extract the size data. For example, with an ISO image mounted via loop to /mnt/Misc using

Can't change plymouth theme

2017-07-13 Thread Sam Varshavchik
The -R option to plymouth-set-default-theme appears to do absolutely nothing whatsoever. It grinds away, for a few seconds, but when it's done and over, the initramfs in /boot remains completely untouched. Running plymouth-set-default-theme tells me that the theme has been changed.

Re: After Upgrade from F25 to F26 VMware Workstation is refusing anything ...

2017-07-13 Thread Ed Greshko
On 07/13/17 00:14, Walter H. wrote: > Hello, > > I did this as explained here: > https://fedoraproject.org/wiki/DNF_system_upgrade > > and after this I can't start VMware Workstation; > removing and installing VMware Workstation (latest release: 12.5.7) new > doesn't > help ... > (the same as if

Re: Fedora 25->26 upgrade kills second monitor: arandr also stops working

2017-07-13 Thread Wolfgang Pfeiffer
On Wed, 2017-07-12 at 14:27 -0500, Ranjan Maitra wrote: > On Wed, 12 Jul 2017 19:58:21 +0200 Wolfgang Pfeiffer > wrote: > > > On Tue, 2017-07-11 at 19:39 -0500, Ranjan Maitra wrote: > > > [ ... ] > > In any case, I have to agree that F25->F26 is another flawless upgrade > in the

/dev/loop

2017-07-13 Thread Patrick Dupre
Hello, When I pluck a USB Hard Drive, it mounts as /dev/loop0 and /dev/loop3 df does not show the disk. What is wrong? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread John Pilkington
On 13/07/17 11:00, Ed Greshko wrote: On 07/13/17 17:56, John Pilkington wrote: I just looked: I have vlcrc, vlcrc.txt and vlcrc1.txt, the two latest both from June and partly related to my recent installation of a new nVidia card. Each file is > 85 Kb of almost entirely commented out

Re: Fedora upgrade, 25 to 26 -

2017-07-13 Thread Samuel Sieb
On 07/13/2017 08:56 AM, Bob Goodwin wrote: It appears that I am the only one on this list who has not been able to complete the upgrade from Fedora 25 to 26! Yesterday I used about 4 GB of my 25 GB monthly allocation on the effort and apparently the result is a collection of 1.7GB rpms.

Re: Fedora on a Dell Precision 7520?

2017-07-13 Thread Tim
On 14/7/2017 3:54 am, Sherman Grunewagen wrote: I want to use Ubuntu first because the machine is certified from Dell to work with it as that's what it shipped with. If the SSD PCIe drive I'm putting in doesn't work, I'll only have that (and the copy process) as factors w/o complicating things

Re: Anyone with a working GTX 960 video card in f26?

2017-07-13 Thread Earl Ramirez
On Thu, 2017-07-13 at 20:45 -0400, Tom Horsley wrote: > I just tried booting a newly installed workstation fedora 26 > system. I have this video card: > > 01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce > GTX 960] (rev a1) > Hello Tom, I have the following display cards on

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 05:29 PM, Rick Stevens wrote: /dev/sdd4 206895104 488396799 281501696 134.2G f W95 Ext'd (LBA) Well, yes. A DOS disk (not-GPT) can only have four primary partitions. If you're going to have more than four, then at least one must be an extended partition (typically the

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
Yes, I did not partition the disk with gaps. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | |

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 06:47 PM, Patrick Dupre wrote: testdisk on /dev/sd6 gives: Disk /dev/sdc6 - 45 GB / 42 GiB - CHS 255 63 The harddisk (45 GB / 42 GiB) seems too small! (< 65 GB / 60 GiB) Check the harddisk size: HD jumpers settings, BIOS detection... Oh, now I see what you're doing. You

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 06:47 PM, Patrick Dupre wrote: It looks like that the LVM partitions are the most of issues. Do you have any idea how it was partitioned originally? I really do not understand how 3 HD can fail simultaneously. That seems very strange. Do you have any more background on what

Re: find exec rm

2017-07-13 Thread Cameron Simpson
On 13Jul2017 11:33, bruce wrote: i'm missing something. thoughts/comments? trying to do a rm with find/exec. ssh crawl_user@1.2.3.4 " rm -f '/cloud_nfs/*hash*.dat' ; find /cloud_nfs -name '*austincc*master*book*.dat' -exec rm {} \; rm -f '/cloud_nfs_fetch/*hash*.dat' ;

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
Hello, I guess that it is an issue with the partition table. I have 3 disks in teh same machine. Yesterday I turned on the machine and turn it on this morning. I could not boot. Then I decided to mount them in an external USB enclosure. They all behave the same. testdisk Partition sector doesn't

Re: /dev/loop

2017-07-13 Thread Rick Stevens
On 07/13/2017 04:29 PM, Patrick Dupre wrote: > Hello, > > I guess that it is an issue with the partition table. > I have 3 disks in teh same machine. > Yesterday I turned on the machine and turn it on this morning. > I could not boot. Then I decided to mount them in an > external USB enclosure.

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
=== Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12

Anyone with a working GTX 960 video card in f26?

2017-07-13 Thread Tom Horsley
I just tried booting a newly installed workstation fedora 26 system. I have this video card: 01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1) The gome3 login screen comes up OK, but as soon as I try to actually login, the screen goes to some wavy pointilist

Re: /dev/loop

2017-07-13 Thread Samuel Sieb
On 07/13/2017 05:11 PM, Patrick Dupre wrote: I tried to recover the partition table for 1 disk. I worked, but there are plenty of issues. Device Boot Start End Sectors Size Id Type /dev/sdd1 * 24981075 36258704 11277630 5.4G 7 HPFS/NTFS/exFAT /dev/sdd2

Re: /dev/loop

2017-07-13 Thread Patrick Dupre
With another disk, I have, Disk /dev/sdc: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x Device Boot

Re: /dev/loop

2017-07-13 Thread Rick Stevens
On 07/13/2017 05:11 PM, Patrick Dupre wrote: > > > === > Patrick DUPRÉ | | email: pdu...@gmx.com > Laboratoire de Physico-Chimie de l'Atmosphère | | > Université du Littoral-Côte d'Opale

[SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread Erik P. Olsen
On 2017-07-13 at 03:44:06 Ed Greshko wrote: > On 07/13/17 03:22, Richard Shaw wrote: > > VLC has been broken for me for months but it appears to be an issue > > with the nvidia binary drivers. > > > > FWIW, I'd been running vlc on F25 and now F26 with no issues. And I > use nVidia drivers as

Re: lost three-finger middle button after upgrade

2017-07-13 Thread Sjoerd Mullender
On 07/13/2017 04:43 AM, Samuel Sieb wrote: > On 07/11/2017 10:24 AM, Sjoerd Mullender wrote: >> On 07/11/2017 07:05 PM, Sjoerd Mullender wrote: >>> I upgraded my laptop (Dell XPS 13) to Fedora 26. Unfortunately, I lost >>> the three-finger click on the touchpad to get an emulated middle button

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread Erik P. Olsen
On 2017-07-13 at 14:47:25 Ed Greshko wrote: > On 07/13/17 14:42, Erik P. Olsen wrote: > > On 2017-07-13 at 03:44:06 Ed Greshko wrote: > > > >> On 07/13/17 03:22, Richard Shaw wrote: > >>> VLC has been broken for me for months but it appears to be an > >>> issue with the nvidia binary drivers.

Re: VirtualBox and F26.

2017-07-13 Thread Alex Gurenko
I've been using it for last 2 months without any problems (F25 version on F26) *---* *Yours truly, Alex* On Wed, Jul 12, 2017 at 11:02 PM, Erik P. Olsen wrote: > Any known issues with VirtualBox on F26? > > -- > Regards, > Erik P. Olsen >

Re: VirtualBox and F26.

2017-07-13 Thread Erik P. Olsen
Thanks. Upgraded to F26 yesterday and VirtualBox works OK. -- Regards, Erik P. Olsen On 2017-07-13 at 09:26:48 Alex Gurenko wrote: > I've been using it for last 2 months without any problems (F25 > version on F26) > > *---* > > *Yours truly, Alex* > > > On Wed, Jul 12, 2017 at 11:02 PM,

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread Ed Greshko
On 07/13/17 14:42, Erik P. Olsen wrote: > On 2017-07-13 at 03:44:06 Ed Greshko wrote: > >> On 07/13/17 03:22, Richard Shaw wrote: >>> VLC has been broken for me for months but it appears to be an issue >>> with the nvidia binary drivers. >>> >> FWIW, I'd been running vlc on F25 and now F26 with

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread Ed Greshko
On 07/13/17 16:02, Erik P. Olsen wrote: > On 2017-07-13 at 14:47:25 Ed Greshko wrote: > >> On 07/13/17 14:42, Erik P. Olsen wrote: >>> On 2017-07-13 at 03:44:06 Ed Greshko wrote: >>> On 07/13/17 03:22, Richard Shaw wrote: > VLC has been broken for me for months but it appears to be an

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread John Pilkington
On 13/07/17 09:02, Erik P. Olsen wrote: On 2017-07-13 at 14:47:25 Ed Greshko wrote: On 07/13/17 14:42, Erik P. Olsen wrote: On 2017-07-13 at 03:44:06 Ed Greshko wrote: On 07/13/17 03:22, Richard Shaw wrote: VLC has been broken for me for months but it appears to be an issue with the

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread Ed Greshko
On 07/13/17 17:56, John Pilkington wrote: > On 13/07/17 09:02, Erik P. Olsen wrote: >> On 2017-07-13 at 14:47:25 Ed Greshko wrote: >> >>> On 07/13/17 14:42, Erik P. Olsen wrote: On 2017-07-13 at 03:44:06 Ed Greshko wrote: > On 07/13/17 03:22, Richard Shaw wrote: >> VLC has been

F26: make: error while loading shared libraries: /lib64/libgmp.so.10: unexpected reloc type 0x000208a8

2017-07-13 Thread Barry Scott
I was in the middle of doing some coding and I got this: $ make make: error while loading shared libraries: /lib64/libgmp.so.10: unexpected reloc type 0x000208a8 At no time was I doing any updates or other priv'ed actions that might change the system. No dmesg since boot up 2 hours ago. I

Re: [SOLVED] Re: vlc on F25 broken.

2017-07-13 Thread Erik P. Olsen
On 2017-07-13 at 18:00:57 Ed Greshko wrote: > On 07/13/17 17:56, John Pilkington wrote: > > On 13/07/17 09:02, Erik P. Olsen wrote: > >> On 2017-07-13 at 14:47:25 Ed Greshko wrote: > >> > >>> On 07/13/17 14:42, Erik P. Olsen wrote: > On 2017-07-13 at 03:44:06 Ed Greshko wrote: >

Re: Fedora 26 qemu breaks Win10 guests

2017-07-13 Thread Patrick O'Callaghan
On Wed, 2017-07-12 at 21:08 -0400, Sam Varshavchik wrote: > Well, I'm all out of Fedora hosts with Win10 guests, that I can upgrade, so > that pretty much sticks a fork in me. From this little experiment, I see two > separate qemu 2.9 issues: an update screws up the Spice display driver; and

Re: Green screen error in VLC

2017-07-13 Thread Paul Smith
On Thu, Jul 13, 2017 at 12:44 PM, Ralf Corsepius wrote: >> >> This happens after upgrading from F25 to F26, when playing a video -- >> no image; only a green screen. Any ideas? > > Which GPU do you have and what is your setting in vlc's > "Tools->Preferences->Video->Output"?

Green screen error in VLC

2017-07-13 Thread Paul Smith
Dear All, This happens after upgrading from F25 to F26, when playing a video -- no image; only a green screen. Any ideas? Thanks in advance, Paul ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: Mouse middle-button does work well on sound volume control

2017-07-13 Thread Paul Smith
On Tue, Jul 11, 2017 at 10:22 PM, Paul Smith wrote: > > I have just upgraded from F25 to F26, and I am using XFCE. When I try > to change the sound volume by using the mouse middle-button on the > volume icon (taskbar), it does not work. Any ideas? Filed a bug report:

Re: Linux anti-virus any good?

2017-07-13 Thread George N. White III
On 11 July 2017 at 21:33, William wrote: > Good evening, > > A few years ago, I found a web site "https://www.av-test.org; when trying > to find comparisons of windows-7 anti-virus software. I more recently > re-visited that site, and found an article on Linux and

Re: Green screen error in VLC

2017-07-13 Thread Ralf Corsepius
On 07/13/2017 01:26 PM, Paul Smith wrote: Dear All, This happens after upgrading from F25 to F26, when playing a video -- no image; only a green screen. Any ideas? Which GPU do you have and what is your setting in vlc's "Tools->Preferences->Video->Output"? Since having upgraded to F26[1],

Re: Green screen error in VLC

2017-07-13 Thread Ed Greshko
On 07/13/17 19:56, Paul Smith wrote: > On Thu, Jul 13, 2017 at 12:44 PM, Ralf Corsepius wrote: >>> This happens after upgrading from F25 to F26, when playing a video -- >>> no image; only a green screen. Any ideas? >> Which GPU do you have and what is your setting in vlc's >>

Re: F25 -> F26 -- absolutely NO PROBLEMS!

2017-07-13 Thread Luigi Votta
Hello, updated with no problems. rpmfusion pkgs updated too. Great work, thank you! 2017-07-12 18:12 GMT+02:00 SternData : > At least, so far, it went perfectly. Thank you. > > -- > -- Steve > ___ > users mailing list

Re: Green screen error in VLC

2017-07-13 Thread Ralf Corsepius
On 07/13/2017 01:56 PM, Paul Smith wrote: On Thu, Jul 13, 2017 at 12:44 PM, Ralf Corsepius wrote: This happens after upgrading from F25 to F26, when playing a video -- no image; only a green screen. Any ideas? Which GPU do you have and what is your setting in vlc's

[389-users] PAM PASS Through Plugin

2017-07-13 Thread Harald Pape
Hello, a few days ago i have installed a DS and configured a Pam pass through plugin to authenticate against a backend ldap system, following the instructions. my Problem is that it Looks like the plugin will not activateted for authentication. Can some one help me? With kind regards

[389-users] PAM PASS Through Plugin

2017-07-13 Thread harald . pape
Hello, a few days ago i have installed a DS and configured a Pam pass through plugin to authenticate against a backend ldap system, following the instructions. my Problem is that it Looks like the plugin will not activateted for authentication. Can some one help me? With kund regards Harald

[389-users] Index corruption message in multimaster replication

2017-07-13 Thread tdarby
I have two 389 servers configured for multimaster replication. I noticed these possibly related messages in the errors logs: server1: [12/Jul/2017:07:50:44 -0700] - database index is corrupt; key *zon has a data item with the wrong size (5) server2: [12/Jul/2017:07:55:48 -0700] - idl_new.c BAD

[389-users] Re: PAM PASS Through Plugin

2017-07-13 Thread William Brown
On Thu, 2017-07-13 at 15:13 +, Harald Pape wrote: > Hello, a few days ago i have installed a DS and configured a Pam pass through > plugin to authenticate against a backend ldap system, following the > instructions. my Problem is that it Looks like the plugin will not > activateted for

[389-users] Re: Index corruption message in multimaster replication

2017-07-13 Thread William Brown
On Thu, 2017-07-13 at 22:09 +, tda...@email.arizona.edu wrote: > I have two 389 servers configured for multimaster replication. I noticed > these possibly related messages in the errors logs: Which version of 389-ds-base do you have configured? > > server1: > [12/Jul/2017:07:50:44 -0700]