Dependencies problems when installing rstudio

2014-05-24 Thread Paul Smith
Dear All,

I am trying to install rstudio, but I am getting the following errors:

--
--> Running transaction check
---> Package rstudio.x86_64 0:0.98.507-1 will be installed
--> Processing Dependency: libRblas.so()(64bit) for package:
rstudio-0.98.507-1.x86_64
--> Processing Dependency: libRlapack.so()(64bit) for package:
rstudio-0.98.507-1.x86_64
--> Finished Dependency Resolution
Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
   Requires: libRlapack.so()(64bit)
   Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
   libRlapack.so()(64bit)
   Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
   Not found
Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
   Requires: libRblas.so()(64bit)
   Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
   libRblas.so()(64bit)
   Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
   Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
--

Any ideas?

Thanks in advance,

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dependencies problems when installing rstudio

2014-05-24 Thread José Matos
On Saturday 24 May 2014 10:07:15 Paul Smith wrote:
> Dear All,
> 
> I am trying to install rstudio, but I am getting the following errors:
> 
> --
> --> Running transaction check
> ---> Package rstudio.x86_64 0:0.98.507-1 will be installed
> --> Processing Dependency: libRblas.so()(64bit) for package:
> rstudio-0.98.507-1.x86_64
> --> Processing Dependency: libRlapack.so()(64bit) for package:
> rstudio-0.98.507-1.x86_64
> --> Finished Dependency Resolution
> Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
>Requires: libRlapack.so()(64bit)
>Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
>libRlapack.so()(64bit)
>Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
>Not found
> Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
>Requires: libRblas.so()(64bit)
>Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
>libRblas.so()(64bit)
>Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
>Not found
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
> --
> 
> Any ideas?
> 
> Thanks in advance,
> 
> Paul

See https://stat.ethz.ch/pipermail/r-sig-fedora/2014-May/000317.html

Short version, install the rpm from the preview channel where the issue is 
fixed.

-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Off topic: web hosting sites

2014-05-24 Thread lee
Les Howell  writes:

>   I have a relative who has a somewhat successful regional business
> currently located in Arizona, who wants to get a website set up for his
> product(s). He investigated GoDaddy, but didn't seem happy with their
> terms and conditions.  I'm not entrepreneurial enough to even know where
> to start or what to look for.  Any advice or recommendations would be
> helpful.

First he needs a clearer specification of what he wants: A website for
his company or no more than a webshop for his products.  He needs to
think about which webshop he wants to use, how products are entered into
a webshop, how orders placed there are going to be handled, what kind of
customer support he wants to offer and how returns are to be handled.

That may involve hiring a web designer to create and to maintain his web
site, hiring a photographer to take pictures of his products to be used
in the webshop and needing someone to enter the products and to create
sufficient documentation of the products for potential customers to
review.  He also needs to think about how to get people visiting his web
site/shop.

As to hosting the site, I`d do that myself or, if the available
bandwidth is insufficient, try to find a small local company and talk to
them.  99.99% of so-called support sucks badly[1], so he`d be better off
with local people he can actually talk to and get things done.

In any case, being able to move the site and shop to a different hoster
would be a crucial point to consider.  He probably doesn`t want to get
stuck with a particular provider after having invested a good deal of
work and money when he suddenly finds out that he`s unhappy in some way
with what they offer.

It`s a good idea to try out different things first.  He can always set
up a server and try out oscommerce[2] to get an idea of what he`s
getting into.


[1]: My latest example is HP being unable to replace a simple UPS
 battery.  They said I could file a support ticket they, of course,
 would charge me for just to find out a price for a new one.  I
 thought HP is a big company which surely is able to deliver spare
 parts for their products, yet they can`t even give you a price.  I
 had to buy a new UPS and went with another manufacturer.  That
 hasn`t been the first case their so-called support totally sucks,
 so I don`t buy HP anymore.

[2]: see http://en.wikipedia.org/wiki/OsCommerce


-- 
Fedora release 20 (Heisenbug)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dependencies problems when installing rstudio

2014-05-24 Thread Paul Smith
On Sat, May 24, 2014 at 10:57 AM, José Matos  wrote:
>> I am trying to install rstudio, but I am getting the following errors:
>
>> --
>
>> --> Running transaction check
>
>> ---> Package rstudio.x86_64 0:0.98.507-1 will be installed
>
>> --> Processing Dependency: libRblas.so()(64bit) for package:
>
>> rstudio-0.98.507-1.x86_64
>
>> --> Processing Dependency: libRlapack.so()(64bit) for package:
>
>> rstudio-0.98.507-1.x86_64
>
>> --> Finished Dependency Resolution
>
>> Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
>
>> Requires: libRlapack.so()(64bit)
>
>> Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
>
>> libRlapack.so()(64bit)
>
>> Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
>
>> Not found
>
>> Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
>
>> Requires: libRblas.so()(64bit)
>
>> Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
>
>> libRblas.so()(64bit)
>
>> Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
>
>> Not found
>
>> You could try using --skip-broken to work around the problem
>
>> You could try running: rpm -Va --nofiles --nodigest
>
>> --
>
>> Any ideas?
>
> See https://stat.ethz.ch/pipermail/r-sig-fedora/2014-May/000317.html
>
> Short version, install the rpm from the preview channel where the issue is
> fixed.


Thanks, José. Success, but got the following "Unknown media type" messages:

-
Running transaction
  Installing : rstudio-0.98.864-1.x86_641/1
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
  Verifying  : rstudio-0.98.864-1.x86_641/1

Installed:
  rstudio.x86_64 0:0.98.864-1

Complete!
-

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dependencies problems when installing rstudio

2014-05-24 Thread Ed Greshko
On 05/24/14 18:38, Paul Smith wrote:
> Thanks, José. Success, but got the following "Unknown media type" messages:
>
> -
> Running transaction
>   Installing : rstudio-0.98.864-1.x86_64
> 1/1
> Unknown media type in type 'all/all'
> Unknown media type in type 'all/allfiles'
> Unknown media type in type 'uri/mms'
> Unknown media type in type 'uri/mmst'
> Unknown media type in type 'uri/mmsu'
> Unknown media type in type 'uri/pnm'
> Unknown media type in type 'uri/rtspt'
> Unknown media type in type 'uri/rtspu'

I believe that simply means that for the various MIME types there is no 
associated program to deal with it.  They seem to be mostly streaming media 
related.

-- 
Do not condemn the judgment of another because it differs from your own. You 
may both be wrong. -- Dandemis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Off topic: HP UPS battery (was: web hosting sites))

2014-05-24 Thread Doug


On 05/24/2014 06:29 AM, lee wrote:

Les Howell  writes:

/large snip/


[1]: My latest example is HP being unable to replace a simple UPS
  battery.  They said I could file a support ticket they, of course,
  would charge me for just to find out a price for a new one.  I
  thought HP is a big company which surely is able to deliver spare
  parts for their products, yet they can`t even give you a price.  I
  had to buy a new UPS and went with another manufacturer.  That
  hasn`t been the first case their so-called support totally sucks,
  so I don`t buy HP anymore.

[2]: see http://en.wikipedia.org/wiki/OsCommerce


If you had taken the UPS apart, you would have found a battery that 
could easily have been replaced
from many distributors, and probably by BestBuy. All you need to know is 
the voltage, the physical
size, and the connector type.  All the common UPS units for home/small 
office are sealed lead-acid,
12 volts, and frequently 7.5 AH. AllElectronics will sell you one of 
these for $23.50. There are also
12 AH and 18 AH batteries for higher prices, but they are a different 
physical size.


Even if your unit was something bigger, it almost surely used a standard 
battery, or batteries,
and HP is not in the battery business, so you could buy a replacement 
from a source that would

almost surely be cheaper!

--doug
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Off topic: HP UPS battery (was: web hosting sites))

2014-05-24 Thread Tim
Allegedly, on or about 24 May 2014, Doug sent:
> All the common UPS units for home/small office are sealed lead-acid,
> 12 volts, and frequently 7.5 AH. AllElectronics will sell you one of 
> these for $23.50. There are also 12 AH and 18 AH batteries for higher
> prices, but they are a different physical size. 

The UPS's charging circuit may be inadequate for larger capacity
batteries.

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


input devices

2014-05-24 Thread lee
Hi,

what would be the device for a Kensington Slimblade which is connected
to a PS/2 port with an USB-->PS/2 adapter?  The device doesn`t seem to
appear anywhere when connected like that.


And what are virtual keyboards for, and why do I supposedly have two
power buttons?


,
| ~ $ xinput --list
| ⎡ Virtual core pointerid=2[master pointer  (3)]
| ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
| ⎜   ↳ Kensington Kensington Slimblade Trackball   id=8[slave  pointer 
 (2)]
| ⎣ Virtual core keyboard   id=3[master keyboard (2)]
| ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
| ↳ Power Buttonid=6[slave  
keyboard (3)]
| ↳ Power Buttonid=7[slave  
keyboard (3)]
| ↳ AT Translated Set 2 keyboardid=9[slave  
keyboard (3)]
| ~ $ 
`


There is only one power button, and it is not at the keyboard.


-- 
Fedora release 20 (Heisenbug)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Off topic: HP UPS battery

2014-05-24 Thread lee
Doug  writes:

> On 05/24/2014 06:29 AM, lee wrote:
>> Les Howell  writes:
> /large snip/
>>
>> [1]: My latest example is HP being unable to replace a simple UPS
>>   battery.  They said I could file a support ticket they, of course,
>>
>>
> If you had taken the UPS apart, you would have found a battery that
> could easily have been replaced

Since the UPS is running 24/7, I wanted an actual replacement battery
and not take any unnecessary risk of things going up in flames.

> and HP is not in the battery business,

They are selling these UPSs for about 400, with batteries included.
That puts them very well into the battery business.

> so you could buy a replacement from a source that would almost surely
> be cheaper!

Batteries with the same specs are not available elsewhere; you can only
get them with smaller connectors.  Can you guarantee that the smaller
connectors don`t melt down?  And why doesn`t HP use batteries that can
easily be replaced from other sources when they are incapable of
delivering replacements?

Now go ahead and buy one of their servers for $10k+.  After a few years
one of the fans or the PSU or something else in it fails and you have to
buy a new server for another 10k+ because HP is unable to deliver the
required spare part which isn`t available anywhere else.  Do you want to
take that risk?


Batteries in UPSs are parts which last only so long before they have to
be replaced.  One can expect from a big manufacturer like HP that
replacement parts for their products are readily available, especially
for crucial products like UPSs.

One can also expect that HP knows that batteries in UPSs last only a few
years and that their customers will need replacements.  When they don`t
know this or don`t care about their customers, or when they argue that
they are not in the business, then they better close the whole company
right away.

That HP fails miserably to even give you a price for a spare part for
one of their products which regularly needs to be replaced and that they
are completely unable to deliver the part only shows that HP utterly
sucks.  Why take the risk of buying anything from them?


-- 
Fedora release 20 (Heisenbug)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: something mess-up with /dev/null permissions

2014-05-24 Thread Michael Cronenworth

On 05/23/2014 10:22 AM, Pal, Laszlo (private) wrote:

It seems this event triggered by starting a virtual machine (virsh start
fedora20). This command changes /dev/null permission to a wrong one...
is this some configuration issue or should I fill a bug?


You should contact the libvirt list or go ahead and file a bug.

https://www.redhat.com/archives/libvirt-users/

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: input devices

2014-05-24 Thread ny6p01
On Sat, May 24, 2014 at 06:18:58PM +0200, lee wrote:
> Hi,
> 
> what would be the device for a Kensington Slimblade which is connected
> to a PS/2 port with an USB-->PS/2 adapter?  The device doesn`t seem to
> appear anywhere when connected like that.
> 
> 
> And what are virtual keyboards for, and why do I supposedly have two
> power buttons?
> 
> There is only one power button, and it is not at the keyboard.

Please see: http://cateee.net/lkddb/web-lkddb/HID_KENSINGTON.html

HTH.

Lee

signature.asc
Description: Digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


video playback frozen with fedora 19 kernel 3.14.4-100.fc19.x86_64

2014-05-24 Thread patman
Hi -

Playing back video (at least xine and mythtv), I get sound as expected,
but the video just appears as a snapshot - no moving image.

Booting back to kernel-3.13.11-100.fc19.x86_64, it works fine.

Anyone else having issues with 3.14.4 kernels, or know what might be wrong?

I'm using Intel integrated graphics via my motherboard:

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th
Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00
[VGA controller])

Video playback on another system with VMware fusion is working fine.

-- Patrick
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: video playback frozen with fedora 19 kernel 3.14.4-100.fc19.x86_64

2014-05-24 Thread patman
On Sat, May 24, 2014 at 06:01:21PM -0700, pat...@aracnet.com wrote:
> Hi -
> 
> Playing back video (at least xine and mythtv), I get sound as expected,
> but the video just appears as a snapshot - no moving image.
> 
> Booting back to kernel-3.13.11-100.fc19.x86_64, it works fine.
> 
> Anyone else having issues with 3.14.4 kernels, or know what might be wrong?
> 
> I'm using Intel integrated graphics via my motherboard:
> 
> 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th
> Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00
> [VGA controller])
> 
> Video playback on another system with VMware fusion is working fine.

It might be the same as this bug (fc20 3.14 kernel), I'll add a comment there:

https://bugzilla.redhat.com/show_bug.cgi?id=1098355

-- Patrick
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: video playback frozen with fedora 19 kernel 3.14.4-100.fc19.x86_64

2014-05-24 Thread Tom Horsley
On Sat, 24 May 2014 18:01:21 -0700
pat...@aracnet.com wrote:

> I'm using Intel integrated graphics via my motherboard:

Intel is the key: https://bugzilla.redhat.com/show_bug.cgi?id=1094519

Fiddling with acceleration settings in intel driver fixed
it for me:

https://bugs.freedesktop.org/show_bug.cgi?id=78827#c7
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: input devices

2014-05-24 Thread T.C. Hollingsworth
On Sat, May 24, 2014 at 9:18 AM, lee  wrote:
> what would be the device for a Kensington Slimblade which is connected
> to a PS/2 port with an USB-->PS/2 adapter?  The device doesn`t seem to
> appear anywhere when connected like that.

It should appear like any other PS/2 mouse.  If it does not appear,
your mouse does not support the PS/2 protocol.

Most USB-to-PS/2 adapters are passive converters, and require the
device itself to speak the PS/2 protocol.  Many keyboards and mice
were (and some still are) designed to speak both the PS/2 and USB HID
protocols so they can be used with such passive converters.  Most new
ones (e.g. this decade) only speak USB.

If you really must use the PS/2 port, they do make _active_ adapters
that work with any sort of device.

> And what are virtual keyboards for, and why do I supposedly have two
> power buttons?

The XTEST devices allow for the X server to be tested/used without
real hardware:
http://www.x.org/releases/X11R7.7/doc/libXtst/xtestlib.html
(While the interface may have been built for testing purposes, I
wouldn't be surprised if it is used for other reasons these days, like
virtual desktop software.)

Power buttons are implemented as "keyboards" because X has no better
way to let your desktop environment know you've pressed it, seeing as
how it dates back to the days where most computers had actual switches
that really cut power immediately.

As for why you have two, some motherboards have two plugs for them, or
a special little internal power buttons on the motherboards
themselves, or are just poorly engineered and say they have two when
they really have one.  :-)

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org