Re: building rpm: error in shared libraries

2015-12-07 Thread Ranjan Maitra
Question: why do you need R-intel-core? My RStudio works fine without it. Did you try BuildRequiring R-core-devel? Thanks, Ranjan PS: Btw, $ sudo dnf whatprovides /usr/lib64/R/lib/libR.so Last metadata expiration check performed 1:42:29 ago on Mon Dec 7 08:00:56 2015.

building rpm: error in shared libraries

2015-12-07 Thread arnaud gaboury
I wrote and build successfuly a rpm package. When it comes to install, I have this error: # dnf install MyPackage.rpm Error: package rstudio-server-0.99.800-1.fc23.x86_64 requires libR.so()(64bit), but none of the providers can be installed The cited library is indeed already installed: %

Re: list files in %files section of .spec

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 1:22 PM, Michael Schwendt wrote: > On Mon, 7 Dec 2015 11:06:18 +0100, arnaud gaboury wrote: > >> >> doubt is how deep I shall go in lisiting >> >> direcrories/subdirectories/files. > >> >> What I would do is this: >> >> >> >> %files >> >> >> >>

Re: building rpm: error in shared libraries

2015-12-07 Thread Michael Schwendt
On Mon, 7 Dec 2015 16:14:03 +0100, arnaud gaboury wrote: > I wrote and build successfuly a rpm package. When it comes to install, > I have this error: > > # dnf install MyPackage.rpm > Error: package rstudio-server-0.99.800-1.fc23.x86_64 requires > libR.so()(64bit), but none of the providers can

Re: building rpm: error in shared libraries

2015-12-07 Thread Rick Stevens
On 12/07/2015 09:20 AM, arnaud gaboury wrote: On Mon, Dec 7, 2015 at 5:16 PM, arnaud gaboury wrote: On Mon, Dec 7, 2015 at 5:09 PM, Michael Schwendt wrote: On Mon, 7 Dec 2015 16:14:03 +0100, arnaud gaboury wrote: I wrote and build successfuly

[389-users] upgrade replication Q

2015-12-07 Thread ghiureai
Hi List, Since this our first time running a 389-DS upgrade in a replication master/slave env, and there are no special references in documentation, from your past experience, should we consider upgrading first the slave or master DS? ( upgrade 389-DS 1.2.2 to 1.3.4 ) Thank you for your

Re: building rpm: error in shared libraries

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 5:16 PM, arnaud gaboury wrote: > On Mon, Dec 7, 2015 at 5:09 PM, Michael Schwendt wrote: >> On Mon, 7 Dec 2015 16:14:03 +0100, arnaud gaboury wrote: >> >>> I wrote and build successfuly a rpm package. When it comes to install,

Re: building rpm: error in shared libraries

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 4:44 PM, Ranjan Maitra wrote: > Question: why do you need R-intel-core? My RStudio works fine without it. Long debate, but R built with Intel is faster. > > Did you try BuildRequiring R-core-devel? libR.so is installed by R-core, but will

Re: building rpm: error in shared libraries

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 5:09 PM, Michael Schwendt wrote: > On Mon, 7 Dec 2015 16:14:03 +0100, arnaud gaboury wrote: > >> I wrote and build successfuly a rpm package. When it comes to install, >> I have this error: >> >> # dnf install MyPackage.rpm >> Error: package

Re: list files in %files section of .spec

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 10:22 AM, arnaud gaboury wrote: > On Mon, Dec 7, 2015 at 10:02 AM, arnaud gaboury > wrote: >> I am not sure how I shall lsit my files under the %files section. My >> doubt is how deep I shall go in lisiting >>

suddenly, "xset led 3" doesn't turn on USB keyboard backlighting

2015-12-07 Thread Robert P. J. Day
been using an external USB keyboard on my ASUS laptop for quite some time, always used "xset led 3" to turn on the keyboard backlighting. suddenly, it doesn't work anymore. did something there change? rday -- Robert P.

list files in %files section of .spec

2015-12-07 Thread arnaud gaboury
I am not sure how I shall lsit my files under the %files section. My doubt is how deep I shall go in lisiting direcrories/subdirectories/files. Below is part of the content of my buildroot % ls usr/lib64/rstudio-server bin/

Re: list files in %files section of .spec

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 10:02 AM, arnaud gaboury wrote: > I am not sure how I shall lsit my files under the %files section. My > doubt is how deep I shall go in lisiting > direcrories/subdirectories/files. > > Below is part of the content of my buildroot >

Re: list files in %files section of .spec

2015-12-07 Thread Michael Schwendt
On Mon, 7 Dec 2015 11:06:18 +0100, arnaud gaboury wrote: > >> doubt is how deep I shall go in lisiting > >> direcrories/subdirectories/files. > >> What I would do is this: > >> > >> %files > >> > >> %{_libdir}/%{name}/bin/pandoc/<--- dir > >> %{_libdir}/%{name}/bin/postback/ <

Re: building rpm: error in shared libraries

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015 at 6:49 PM, Rick Stevens wrote: > On 12/07/2015 09:20 AM, arnaud gaboury wrote: >> >> On Mon, Dec 7, 2015 at 5:16 PM, arnaud gaboury >> wrote: >>> >>> On Mon, Dec 7, 2015 at 5:09 PM, Michael Schwendt >>>

Re: building rpm: error in shared libraries

2015-12-07 Thread Michael Schwendt
On Mon, 7 Dec 2015 09:49:03 -0800, Rick Stevens wrote: > You should also make sure your "home-made" libR RPM pokes the > pkg-config system so the various build tools know about it. Obviously > you've installed it, but likely > > pkg-config {--exists | --atleast-version=VERSION | --exact- >

Can't switch wireless keyboard layout without plugging wired keyboard

2015-12-07 Thread Alex Dzyoba
Ok, so this is a really strange problem and I don't even know where to dig, where to submit bug or anything. I had my old Mitsumi USB keyboard that I switched to the shiny new Logitech K270 wireless keyboard. The thing is that after bootup keyboard layout switch is not working. Buttons are

Re: building rpm: error in shared libraries

2015-12-07 Thread Rick Stevens
On 12/07/2015 11:17 AM, arnaud gaboury wrote: On Mon, Dec 7, 2015 at 6:49 PM, Rick Stevens wrote: On 12/07/2015 09:20 AM, arnaud gaboury wrote: On Mon, Dec 7, 2015 at 5:16 PM, arnaud gaboury wrote: On Mon, Dec 7, 2015 at 5:09 PM, Michael

Re: list files in %files section of .spec

2015-12-07 Thread Gordon Messmer
On 12/07/2015 02:06 AM, arnaud gaboury wrote: In fact, I just did this and it build fine: %files %defattr(-, root, root, -) %{_libdir}/%{name}/* %{_localstatedir}/* %{_sysconfdir}/* When looking at various spec files from Fedora repo, I can't see such method.Most spec files contain a very long

Re: building rpm: error in shared libraries

2015-12-07 Thread Ranjan Maitra
On Mon, 7 Dec 2015 17:11:19 +0100 arnaud gaboury wrote: > On Mon, Dec 7, 2015 at 4:44 PM, Ranjan Maitra > wrote: > > Question: why do you need R-intel-core? My RStudio works fine without it. > > Long debate, but R built with Intel is

SElinux issue

2015-12-07 Thread Paolo Galtieri
Somehow my SElinux config has gotten messed up. When I try to install a module I get the following error: libsepol.context_from_record: type httpd_prewikka_rw_content_t is not defined (No such file or directory). libsepol.context_from_record: could not create context structure (Invalid

Re: SElinux issue

2015-12-07 Thread Rick Stevens
On 12/07/2015 01:39 PM, Paolo Galtieri wrote: Somehow my SElinux config has gotten messed up. When I try to install a module I get the following error: libsepol.context_from_record: type httpd_prewikka_rw_content_t is not defined (No such file or directory). libsepol.context_from_record: could

Re: SElinux issue

2015-12-07 Thread Gordon Messmer
On 12/07/2015 01:39 PM, Paolo Galtieri wrote: I have tried using the various selinux tools to correct the problem without success. I created an entry matching yours and verified that I get the same error when I do something like "semodule -B". I was able to delete the entry using semanage,

Re: building rpm: error in shared libraries

2015-12-07 Thread arnaud gaboury
On Mon, Dec 7, 2015, 10:13 PM Ranjan Maitra wrote: On Mon, 7 Dec 2015 17:11:19 +0100 arnaud gaboury wrote: > On Mon, Dec 7, 2015 at 4:44 PM, Ranjan Maitra > wrote: > > Question: why do you need

Re: Fedora archive repository corrupted?

2015-12-07 Thread Dave Close
Kevin Fenzi wrote: >> http://download.fedoraproject.org/pub/fedora/linux/releases/21/Everything/x86_64/os/repodata/repomd.xml: >> [Errno -1] Error importing repomd.xml for fedora: Damaged repomd.xml file >Try using the metalink instead of the baseurl and make sure time is set >right on your

Re: building rpm: error in shared libraries

2015-12-07 Thread Ranjan Maitra
Btw, please stick to proper formatting so that you do not attribute comments made by you to somebody else (in this case me). On Mon, 07 Dec 2015 22:13:40 + arnaud gaboury wrote: > On Mon, Dec 7, 2015, 10:13 PM Ranjan Maitra >

Re: SElinux issue

2015-12-07 Thread Paolo Galtieri
I tried both system-config-selinux and semanage, and both failed. However, I did not try the -d option to fcontext. I tried this and it worked :-) I was hoping not to have to reinstall selinux policies and relabel the system. Thanks, Paolo On 12/07/2015 02:11 PM, Gordon Messmer wrote: On