local repository

2015-12-08 Thread arnaud gaboury
I have some rpm packages I have built myself. I need to create a local
repo in order to reference these packages and solve dependency issues.

What I did:
- put all my .rpm in one folder
- # createrepo /my/path/to/rpm

The last command create and populate a subdir repodata

then:
# dnf config-manager --add-repo file:///my/path/to/rpm

It added a file in /etc/yum.repo.d:

name=created by dnf config-manager from file:///storage/development/rpm/
baseurl=file:///storage/development/rpm/
enabled=1
---

% dnf repolist
Failed to synchronize cache for repo 'storage_development_rpm_' from
'file:///storage/development/rpm/': Yum repo downloading error:
Downloading error(s):
repodata/05309df762126d0acf74bbdb339aca4cccb304abb6305383785dcf3ff207d68e-filelists.xml.gz
- Cannot download, all mirrors were already tried without success,
disabling.
Last metadata expiration check performed 16:11:26 ago on Mon Dec  7
18:13:09 2015.
repo id repo name
  status
*fedora Fedora 23 - x86_64
  46,074
home_jeroenooms_opencpu-1.5 OpenCPU 1.5 (Fedora_22)
  14
trillianTrillian
   2
*updatesFedora 23 - x86_64 -
Updates  6,69

There is no surprise as it is a local sqlite DB (as far as I understood).

How shall I solve this issue without setting a http/ftp service ?

Thank you
-- 

google.com/+arnaudgabourygabx
-- 
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: local repository

2015-12-08 Thread Richard Shaw
On Tue, Dec 8, 2015 at 3:26 AM, arnaud gaboury 
wrote:

> I have some rpm packages I have built myself. I need to create a local
> repo in order to reference these packages and solve dependency issues.
>
> What I did:
> - put all my .rpm in one folder
> - # createrepo /my/path/to/rpm
>
> The last command create and populate a subdir repodata
>
> then:
> # dnf config-manager --add-repo file:///my/path/to/rpm
>
> It added a file in /etc/yum.repo.d:
> 
> name=created by dnf config-manager from file:///storage/development/rpm/
> baseurl=file:///storage/development/rpm/
> enabled=1
> ---
>
> % dnf repolist
> Failed to synchronize cache for repo 'storage_development_rpm_' from
> 'file:///storage/development/rpm/': Yum repo downloading error:
> Downloading error(s):
>
> repodata/05309df762126d0acf74bbdb339aca4cccb304abb6305383785dcf3ff207d68e-filelists.xml.gz
> - Cannot download, all mirrors were already tried without success,
> disabling.
> Last metadata expiration check performed 16:11:26 ago on Mon Dec  7
> 18:13:09 2015.
> repo id repo name
>   status
> *fedora Fedora 23 - x86_64
>   46,074
> home_jeroenooms_opencpu-1.5 OpenCPU 1.5 (Fedora_22)
>   14
> trillianTrillian
>2
> *updatesFedora 23 - x86_64 -
> Updates  6,69
>
> There is no surprise as it is a local sqlite DB (as far as I understood).
>
> How shall I solve this issue without setting a http/ftp service ?


It can handle local repo's fine so that's not your problem. I basically do
the same thing but I put mine in /var/local/packages/$releasever

I would check permissions instead although I've never used the dnf addrepo
command, I wrote my own .repo file.

Thanks,
Richard
-- 
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: local repository

2015-12-08 Thread arnaud gaboury
On Tue, Dec 8, 2015 at 2:54 PM, Richard Shaw  wrote:

> On Tue, Dec 8, 2015 at 3:26 AM, arnaud gaboury 
> wrote:
>
>> I have some rpm packages I have built myself. I need to create a local
>> repo in order to reference these packages and solve dependency issues.
>>
>> What I did:
>> - put all my .rpm in one folder
>> - # createrepo /my/path/to/rpm
>>
>> The last command create and populate a subdir repodata
>>
>> then:
>> # dnf config-manager --add-repo file:///my/path/to/rpm
>>
>> It added a file in /etc/yum.repo.d:
>> 
>> name=created by dnf config-manager from file:///storage/development/rpm/
>> baseurl=file:///storage/development/rpm/
>> enabled=1
>> ---
>>
>> % dnf repolist
>> Failed to synchronize cache for repo 'storage_development_rpm_' from
>> 'file:///storage/development/rpm/': Yum repo downloading error:
>> Downloading error(s):
>>
>> repodata/05309df762126d0acf74bbdb339aca4cccb304abb6305383785dcf3ff207d68e-filelists.xml.gz
>> - Cannot download, all mirrors were already tried without success,
>> disabling.
>> Last metadata expiration check performed 16:11:26 ago on Mon Dec  7
>> 18:13:09 2015.
>> repo id repo name
>>   status
>> *fedora Fedora 23 - x86_64
>>   46,074
>> home_jeroenooms_opencpu-1.5 OpenCPU 1.5 (Fedora_22)
>>   14
>> trillianTrillian
>>2
>> *updatesFedora 23 - x86_64 -
>> Updates  6,69
>>
>> There is no surprise as it is a local sqlite DB (as far as I understood).
>>
>> How shall I solve this issue without setting a http/ftp service ?
>
>
> It can handle local repo's fine so that's not your problem. I basically do
> the same thing but I put mine in /var/local/packages/$releasever
>
> I would check permissions instead although I've never used the dnf addrepo
> command, I wrote my own .repo file.
>

Even after 10 years of Linux, permissions are still part of my isues (with
typo). My rpm packages were owned by me. changed onwer to root:root, rerun
create repo, and then:

-
$ dnf repolist
Last metadata expiration check performed 0:00:00 ago on Tue Dec  8 15:04:56
2015.
repo id repo name
 status
*fedora Fedora 23 - x86_64
  46,074
home_jeroenooms_opencpu-1.5 OpenCPU 1.5 (Fedora_22)
 14
storage_development_rpm_TTH
 10   < THIS ONE
trillianTrillian
   2
*updatesFedora 23 - x86_64 - Updates
  11,826


Thank you much.




> Thanks,
> Richard
>
> --
> 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
>
>


-- 

google.com/+arnaudgabourygabx

-- 
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: MP4 video on F23

2015-12-08 Thread Mark Haney
I had a similar problem and I think I had to install the x264 libraries to
make it work, but I'm not certain what I did to get it working on my F23
system.


On Tue, Dec 8, 2015 at 11:19 AM, Patrick O'Callaghan 
wrote:

> Since updating to F23 I've been unable to view MP4 videos (mostly H264
> encoded). I know this is a proprietary format but it's what's out there
> and what people tend to send when sharing in emails (from non-Linux
> machines as a rule). The message from vlc (for example) is:
>
> Codec not supported:
> VLC could not decode the format "h264" (H264 - MPEG-4 AVC (part 10))
>
> Usually the audio track is supported and plays, but no picture.
>
> No doubt the answer is going to be "install gstreamer-ugly-whatever"
> from RPMfusion, but I've done all that and still nothing. I didn't have
> this problem under F22 (or earlier) so I have to wonder if something
> hasn't been updated, but anyone with a solution is welcome to comment.
>
> This is what I currently have installed:
>
> gstreamer1-vaapi-0.6.1-1.fc23.x86_64
> gstreamer-plugins-base-0.10.36-13.fc23.i686
> gstreamer1-plugins-bad-free-1.6.1-2.fc23.x86_64
> gstreamer1-1.6.1-1.fc23.x86_64
> gstreamer-plugins-bad-free-0.10.23-28.fc23.x86_64
> gstreamer-plugins-bad-nonfree-0.10.23-3.fc22.x86_64
> gstreamer-plugins-ugly-0.10.19-18.fc23.x86_64
> gstreamer1-plugins-base-1.6.1-1.fc23.i686
> gstreamer-plugins-bad-0.10.23-7.fc22.x86_64
> gstreamer1-plugins-bad-freeworld-1.6.1-1.fc23.x86_64
> gstreamer-plugins-good-0.10.31-15.fc23.x86_64
> gstreamer-plugins-espeak-0.4.0-7.fc23.x86_64
> gstreamer1-plugins-base-1.6.1-1.fc23.x86_64
> gstreamer-ffmpeg-0.10.13-15.fc22.x86_64
> gstreamer-plugins-base-0.10.36-13.fc23.x86_64
> gstreamer-plugins-bad-free-extras-0.10.23-28.fc23.x86_64
> gstreamermm-0.10.11-8.fc23.x86_64
> gstreamer1-plugins-ugly-1.6.1-1.fc23.x86_64
> gstreamer-0.10.36-13.fc23.i686
> gstreamer1-libav-1.6.1-2.fc23.x86_64
> gstreamer-0.10.36-13.fc23.x86_64
> gstreamer1-plugins-good-1.6.1-1.fc23.x86_64
> gstreamer-tools-0.10.36-13.fc23.x86_64
> gstreamer1-1.6.1-1.fc23.i686
>
> poc
> --
> 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
>



-- 

Mark Haney ::: Senior Systems Engineer
*VIF* International Education
P.O. Box 3566 ::: Chapel Hill, N.C. 27515 ::: USA
919-265-5006 office

Global learning for all.
www.vifprogram.com

Find VIF on Facebook  |
Twitter  | LinkedIn


Recognized as a ‘Best for the World’
 B Corp!
-- 
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: MP4 video on F23

2015-12-08 Thread Michael Schwendt
On Tue, 8 Dec 2015 11:25:26 -0500, Mark Haney wrote:

> I had a similar problem and I think I had to install the x264 libraries to
> make it work, but I'm not certain what I did to get it working on my F23
> system.

The package description for that says it's an "encoder", not a decoder.

> On Tue, Dec 8, 2015 at 11:19 AM, Patrick O'Callaghan wrote:
> 
> > Codec not supported:
> > VLC could not decode the format "h264" (H264 - MPEG-4 AVC (part 10))
> >
> > Usually the audio track is supported and plays, but no picture.
> >
> > No doubt the answer is going to be "install gstreamer-ugly-whatever"
> > from RPMfusion,

VLC doesn't even use GStreamer, afaik.

> > gstreamer1-vaapi-0.6.1-1.fc23.x86_64
> > gstreamer-plugins-base-0.10.36-13.fc23.i686
> > gstreamer1-plugins-bad-free-1.6.1-2.fc23.x86_64
> > gstreamer1-1.6.1-1.fc23.x86_64
> > gstreamer-plugins-bad-free-0.10.23-28.fc23.x86_64
> > gstreamer-plugins-bad-nonfree-0.10.23-3.fc22.x86_64
> > gstreamer-plugins-ugly-0.10.19-18.fc23.x86_64
> > gstreamer1-plugins-base-1.6.1-1.fc23.i686
> > gstreamer-plugins-bad-0.10.23-7.fc22.x86_64
> > gstreamer1-plugins-bad-freeworld-1.6.1-1.fc23.x86_64
> > gstreamer-plugins-good-0.10.31-15.fc23.x86_64
> > gstreamer-plugins-espeak-0.4.0-7.fc23.x86_64
> > gstreamer1-plugins-base-1.6.1-1.fc23.x86_64
> > gstreamer-ffmpeg-0.10.13-15.fc22.x86_64
> > gstreamer-plugins-base-0.10.36-13.fc23.x86_64
> > gstreamer-plugins-bad-free-extras-0.10.23-28.fc23.x86_64
> > gstreamermm-0.10.11-8.fc23.x86_64
> > gstreamer1-plugins-ugly-1.6.1-1.fc23.x86_64
> > gstreamer-0.10.36-13.fc23.i686
> > gstreamer1-libav-1.6.1-2.fc23.x86_64
> > gstreamer-0.10.36-13.fc23.x86_64
> > gstreamer1-plugins-good-1.6.1-1.fc23.x86_64
> > gstreamer-tools-0.10.36-13.fc23.x86_64
> > gstreamer1-1.6.1-1.fc23.i686

This will become a growing problem for more users, too. What you show is a
wild mix of packages for two independent GStreamer versions. The packages
with prefix gstreamer1-* are for GStreamer v1.x, those with gstreamer-
prefix are for the older GStreamer 0.10.x. Better check which version
of GStreamer your audio/video players really need.
-- 
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: MP4 video on F23

2015-12-08 Thread Patrick O'Callaghan
On Tue, 2015-12-08 at 11:25 -0500, Mark Haney wrote:
> I had a similar problem and I think I had to install the x264
> libraries to make it work, but I'm not certain what I did to get it
> working on my F23 system.

I have:

$ rpm -qa \*x264\*
x264-0.148-2.20151020gita0cd7d3.fc23.x86_64
x264-libs-0.148-2.20151020gita0cd7d3.fc23.x86_64

poc
-- 
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: Issues with install F23 MATE desktop

2015-12-08 Thread Paul Cartwright
I have a 10'year old dell laptop. I did the f23 install.. A while back.. And I 
run mate. I think I did a gnome install, then did the dnf  install mate-desktop 
or something similar to that

Sent from my iPad

> On Dec 8, 2015, at 11:52 AM, Chris Adams  wrote:
> 
> I have a brand-new Dell Precision workstation, on which I'm trying to
> install Fedora 23 (with my preferred desktop environment, MATE), which
> is turning into the most frustrating Linux install I've experienced in a
> long time (and I've been using Linux since before Red Hat existed).
> 
> I started with Fedora-Workstation-netinst-x86_64-23 on a thumb drive.  I
> booted, selected automatic partitioning and MATE, and it started
> downloading RPMs.  When it finished downloading, it rebooted.
> Apparently, there's a conflict between release and updates on who owns
> /etc/xdg/menus/mate-preferences-categoris.menu, and anaconda just
> crashes and reboots (not even a traceback) on an install transaction
> failure.
> 
> After a few passes through that before I figured out anaconda was not
> going to install MATE (with frustrating waits for downloads each time),
> I gave up and did a minimal install.  Then I did a dnf groupinstall
> MATE, and that downloaded all the RPMs, then gave me the error about the
> file conflict.  I tried to exclude one of the choices, use --best, etc.,
> and nothing would solve it.
> 
> Also, when "dnf groupinstall foo" is run, even if it fails, dnf then
> thinks the group is installed (and so a repeated groupinstall does
> nothing).  I had to do a groupremove first.
> 
> I just manually installed the RPMs from the dnf cache to get around the
> MATE brokenness, and then got systemd to do a graphical boot.
> 
> Now, when I get to the graphical login, my USB is dead.  I can boot
> single-user mode and the keyboard works fine; as soon as the graphical
> login loads, USB appears dead (keyabord is like it is powered off, no
> Numlock, Capslock, etc.).  Tried unplugging keyboard, moving it to
> different USB ports (directly on the computer instead of hub), etc. with
> no result.  The fact that the keyboard works in single-user mode shows
> there's no hardware problem, Linux USB issue, etc.
> 
> At this point, I guess I'll roll back and try Fedora 22.  If I ever get
> a working desktop, I'll try to file some bugs I guess.  I found a BZ
> about anaconda that appears to match my problem (1287841).  That doesn't
> explain the MATE conflicts in the repos, dnf groupinstall fail, or
> disappearing USB though.
> 
> -- 
> Chris Adams 
> -- 
> 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
-- 
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


dnf system-upgrade reboot problem

2015-12-08 Thread Gary Artim
my server is stuck i did:

dnf system-upgrade download --release=23
dnf system-upgrade reboot

now the last message i get on console is:
started rolekit - role server

Don't get the usual, updating various packages...tried reboot into recovery
mode and it just does the same, can seem to get it to forget the upgrade
now. Is there a switch or setting to start over?

any help would be great, last resort is to reinstall fc23.

thanks!
-- 
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


MP4 video on F23

2015-12-08 Thread Patrick O'Callaghan
Since updating to F23 I've been unable to view MP4 videos (mostly H264
encoded). I know this is a proprietary format but it's what's out there
and what people tend to send when sharing in emails (from non-Linux
machines as a rule). The message from vlc (for example) is:

Codec not supported:
VLC could not decode the format "h264" (H264 - MPEG-4 AVC (part 10))

Usually the audio track is supported and plays, but no picture.

No doubt the answer is going to be "install gstreamer-ugly-whatever"
from RPMfusion, but I've done all that and still nothing. I didn't have
this problem under F22 (or earlier) so I have to wonder if something
hasn't been updated, but anyone with a solution is welcome to comment.

This is what I currently have installed:

gstreamer1-vaapi-0.6.1-1.fc23.x86_64
gstreamer-plugins-base-0.10.36-13.fc23.i686
gstreamer1-plugins-bad-free-1.6.1-2.fc23.x86_64
gstreamer1-1.6.1-1.fc23.x86_64
gstreamer-plugins-bad-free-0.10.23-28.fc23.x86_64
gstreamer-plugins-bad-nonfree-0.10.23-3.fc22.x86_64
gstreamer-plugins-ugly-0.10.19-18.fc23.x86_64
gstreamer1-plugins-base-1.6.1-1.fc23.i686
gstreamer-plugins-bad-0.10.23-7.fc22.x86_64
gstreamer1-plugins-bad-freeworld-1.6.1-1.fc23.x86_64
gstreamer-plugins-good-0.10.31-15.fc23.x86_64
gstreamer-plugins-espeak-0.4.0-7.fc23.x86_64
gstreamer1-plugins-base-1.6.1-1.fc23.x86_64
gstreamer-ffmpeg-0.10.13-15.fc22.x86_64
gstreamer-plugins-base-0.10.36-13.fc23.x86_64
gstreamer-plugins-bad-free-extras-0.10.23-28.fc23.x86_64
gstreamermm-0.10.11-8.fc23.x86_64
gstreamer1-plugins-ugly-1.6.1-1.fc23.x86_64
gstreamer-0.10.36-13.fc23.i686
gstreamer1-libav-1.6.1-2.fc23.x86_64
gstreamer-0.10.36-13.fc23.x86_64
gstreamer1-plugins-good-1.6.1-1.fc23.x86_64
gstreamer-tools-0.10.36-13.fc23.x86_64
gstreamer1-1.6.1-1.fc23.i686

poc
-- 
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


Issues with install F23 MATE desktop

2015-12-08 Thread Chris Adams
I have a brand-new Dell Precision workstation, on which I'm trying to
install Fedora 23 (with my preferred desktop environment, MATE), which
is turning into the most frustrating Linux install I've experienced in a
long time (and I've been using Linux since before Red Hat existed).

I started with Fedora-Workstation-netinst-x86_64-23 on a thumb drive.  I
booted, selected automatic partitioning and MATE, and it started
downloading RPMs.  When it finished downloading, it rebooted.
Apparently, there's a conflict between release and updates on who owns
/etc/xdg/menus/mate-preferences-categoris.menu, and anaconda just
crashes and reboots (not even a traceback) on an install transaction
failure.

After a few passes through that before I figured out anaconda was not
going to install MATE (with frustrating waits for downloads each time),
I gave up and did a minimal install.  Then I did a dnf groupinstall
MATE, and that downloaded all the RPMs, then gave me the error about the
file conflict.  I tried to exclude one of the choices, use --best, etc.,
and nothing would solve it.

Also, when "dnf groupinstall foo" is run, even if it fails, dnf then
thinks the group is installed (and so a repeated groupinstall does
nothing).  I had to do a groupremove first.

I just manually installed the RPMs from the dnf cache to get around the
MATE brokenness, and then got systemd to do a graphical boot.

Now, when I get to the graphical login, my USB is dead.  I can boot
single-user mode and the keyboard works fine; as soon as the graphical
login loads, USB appears dead (keyabord is like it is powered off, no
Numlock, Capslock, etc.).  Tried unplugging keyboard, moving it to
different USB ports (directly on the computer instead of hub), etc. with
no result.  The fact that the keyboard works in single-user mode shows
there's no hardware problem, Linux USB issue, etc.

At this point, I guess I'll roll back and try Fedora 22.  If I ever get
a working desktop, I'll try to file some bugs I guess.  I found a BZ
about anaconda that appears to match my problem (1287841).  That doesn't
explain the MATE conflicts in the repos, dnf groupinstall fail, or
disappearing USB though.

-- 
Chris Adams 
-- 
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: MP4 video on F23

2015-12-08 Thread Sylvia Sánchez
I had this very same problem and the only solution I found after
several days of struggling was doing a fresh install.



Cheers,
Sylvia
-- 
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: MP4 video on F23

2015-12-08 Thread Ralf Corsepius

On 12/08/2015 06:35 PM, Sylvia Sánchez wrote:

A fresh install of Fedora. Sorry!


Sorry, but this is bad advice - Linux/Fedora is not Windows.

Reinstalling the distro because some arbitrary program (here: vlc) or a 
library (here: x264) doesn't work/malfunction, is *never* required.


Ralf

--
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: MP4 video on F23

2015-12-08 Thread Patrick O'Callaghan
On Tue, 2015-12-08 at 17:35 +0100, Michael Schwendt wrote:
> On Tue, 8 Dec 2015 11:25:26 -0500, Mark Haney wrote:
> 
> > I had a similar problem and I think I had to install the x264
> > libraries to
> > make it work, but I'm not certain what I did to get it working on
> > my F23
> > system.
> 
> The package description for that says it's an "encoder", not a
> decoder.

OK

> > On Tue, Dec 8, 2015 at 11:19 AM, Patrick O'Callaghan wrote:
> > 
> > > Codec not supported:
> > > VLC could not decode the format "h264" (H264 - MPEG-4 AVC (part
> > > 10))
> > > 
> > > Usually the audio track is supported and plays, but no picture.
> > > 
> > > No doubt the answer is going to be "install gstreamer-ugly-
> > > whatever"
> > > from RPMfusion,
> 
> VLC doesn't even use GStreamer, afaik.

True. I mentioned gstreamer as an example. VLC uses a bunch of other
libraries, but still doesn't work with MP4.

> > > gstreamer1-vaapi-0.6.1-1.fc23.x86_64
> > > gstreamer-plugins-base-0.10.36-13.fc23.i686
> > > 
[...]gstreamer-tools-0.10.36-13.fc23.x86_64
> > > gstreamer1-1.6.1-1.fc23.i686
> 
> This will become a growing problem for more users, too. What you show
> is a
> wild mix of packages for two independent GStreamer versions. The
> packages
> with prefix gstreamer1-* are for GStreamer v1.x, those with
> gstreamer-
> prefix are for the older GStreamer 0.10.x. Better check which version
> of GStreamer your audio/video players really need.

As I said, VLC doesn't need it, but doesn't work. In any case, I've
removed all the older gstreamer packages and nothing protested, so
presumably they were unneeded.

poc
-- 
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: Issues with install F23 MATE desktop

2015-12-08 Thread Porfirio Andres Paiz Carrasco
On Dec 8, 2015 10:52 AM, "Chris Adams"  wrote:
> Now, when I get to the graphical login, my USB is dead.  I can boot
> single-user mode and the keyboard works fine; as soon as the graphical
> login loads, USB appears dead (keyabord is like it is powered off, no
> Numlock, Capslock, etc.).  Tried unplugging keyboard, moving it to
> different USB ports (directly on the computer instead of hub), etc. with
> no result.  The fact that the keyboard works in single-user mode shows
> there's no hardware problem, Linux USB issue, etc.
>
Just for fun, a long time ago I did a minimal install and notice this, on
single-user mode keyboard and mouse seems to not work, and also I make a
mistake by setting as default graphical instead of multi-user, then when
the computer reboots I was not able even to poweroff the computer.

On single-user mode do a search for a package "libinput" or something like
"xorg-libinput", also search for something like "xorg-xkb", not sure but
once of this make the trick. Install one by one and see which of them fix
the problem.

Do not set graphical mode as default, because if this don't solve the
problem you will not able to do something else, always run a startx fron
single user session to see if the keyboard is working on graphical login.
Also install a login, lightdm is the default for Mate, in case it is not
already installed.

Seems like a weak/bad dependency solving from a "not yet a production
software, buggy and experimental"... dnf. Recently a friend faced the same
proble when he did a minimal install.
-- 
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: MP4 video on F23

2015-12-08 Thread Patrick O'Callaghan
On Tue, 2015-12-08 at 15:20 -0200, Sylvia Sánchez wrote:
> I had this very same problem and the only solution I found after
> several days of struggling was doing a fresh install.

A fresh install of what? Fedora? Gstreamer? Something else?

poc
-- 
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: MP4 video on F23

2015-12-08 Thread Patrick O'Callaghan
On Tue, 2015-12-08 at 15:50 -0200, Sylvia Sánchez wrote:
> Bad advise but worked.
> I was doing everything I've been advised and things were getting
> worse not better.

Throwing out your computer and buying another one would also have
worked :-)

Seriously, it is sometimes easier just to reinstall everything, but
it's almost never necessary, and if you do it you'll probably never
know what actually went wrong.

poc

PS Why don't you ever quote the message you're commenting on? Just
wondered.
-- 
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: Issues with install F23 MATE desktop

2015-12-08 Thread Matthew Miller
On Tue, Dec 08, 2015 at 10:52:12AM -0600, Chris Adams wrote:
> I started with Fedora-Workstation-netinst-x86_64-23 on a thumb drive.  I
> booted, selected automatic partitioning and MATE, and it started
> downloading RPMs.  When it finished downloading, it rebooted.
> Apparently, there's a conflict between release and updates on who owns
> /etc/xdg/menus/mate-preferences-categoris.menu, and anaconda just
> crashes and reboots (not even a traceback) on an install transaction
> failure.

Ouch. Is this with updates repository enabled, or not?

> After a few passes through that before I figured out anaconda was not
> going to install MATE (with frustrating waits for downloads each time),
> I gave up and did a minimal install.  Then I did a dnf groupinstall
> MATE, and that downloaded all the RPMs, then gave me the error about the
> file conflict.  I tried to exclude one of the choices, use --best, etc.,
> and nothing would solve it.

Yeah, if there's a conflict between packages that are all dependencies,
no flags will help. The RPMs need to be fixed.

> Now, when I get to the graphical login, my USB is dead.  I can boot
> single-user mode and the keyboard works fine; as soon as the graphical
> login loads, USB appears dead (keyabord is like it is powered off, no
> Numlock, Capslock, etc.).  Tried unplugging keyboard, moving it to
> different USB ports (directly on the computer instead of hub), etc. with
> no result.  The fact that the keyboard works in single-user mode shows
> there's no hardware problem, Linux USB issue, etc.

This, and the above, probably needs to be brought up with the MATE
Compiz spin team, and possibly MATE upstream. The spins page gives
#fedora-mate as a place to talk with the developers (as well as this
list, although I'm not sure I've seen the developers active here). 


-- 
Matthew Miller

Fedora Project Leader
-- 
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: MP4 video on F23

2015-12-08 Thread Sylvia Sánchez
A fresh install of Fedora. Sorry!
-- 
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: MP4 video on F23

2015-12-08 Thread Sylvia Sánchez
Bad advise but worked.
I was doing everything I've been advised and things were getting worse
not better.
-- 
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: MP4 video on F23

2015-12-08 Thread Porfirio Andres Paiz Carrasco
On Dec 8, 2015 12:49 PM, "Sylvia Sánchez"  wrote:
>
> I'm on a cellphone. The way this browser quotes is kinda messy. That's
> why I don't quote.

If you are using the gmail app from android is pretty easy to respond in
line and to quote text, just do that, make sure that when replying, down is
a check box that say "quote text" and next to it and option that say
"respond in line", then make sure to comment below the paragraf you are
refering on.

Also, avoid respond in html style, instead of it try to use plain text.

This keeps readability ;)

PS: Quoted from my cellphone.

> Besides, I think the problem was in the mix of repositories. But I
> couldn't fix it. That's why I decided to install from zero.
> BTW, I never used windows myself. My first computer came with Linux
> and I never changed it.
>
>
>
> Cheers,
> Sylvia
> --
> 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
-- 
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: MP4 video on F23

2015-12-08 Thread stan
On Tue, 08 Dec 2015 16:19:07 +
Patrick O'Callaghan  wrote:

> Since updating to F23 I've been unable to view MP4 videos (mostly H264
> encoded). I know this is a proprietary format but it's what's out
> there and what people tend to send when sharing in emails (from
> non-Linux machines as a rule). The message from vlc (for example) is:
> 
> Codec not supported:
> VLC could not decode the format "h264" (H264 - MPEG-4 AVC (part 10))
> 
> Usually the audio track is supported and plays, but no picture.

I run mplayer, and have no issues with mp4.  Have you tried an install
of mplayer and ffmpeg from rpmfusion?  They might even pull in the
dependency that seems to be missing for vlc with their install, and
then vlc will work as well.

I *have* had this exact issue intermittently with firefox playing mp4
videos on vimeo, even when it works on mp4s elsewhere.  I suspect that
is a problem with their player or feed, though, not with my setup.


> This is what I currently have installed:
> gstreamer-0.10.36-11.fc21.x86_64
> gstreamer1-vaapi-0.6.1-1.fc23.x86_64
> gstreamer-plugins-base-0.10.36-13.fc23.i686
> gstreamer1-plugins-bad-free-1.6.1-2.fc23.x86_64
> gstreamer1-1.6.1-1.fc23.x86_64
> gstreamer-plugins-bad-free-0.10.23-28.fc23.x86_64
> gstreamer-plugins-bad-nonfree-0.10.23-3.fc22.x86_64
> gstreamer-plugins-ugly-0.10.19-18.fc23.x86_64
> gstreamer1-plugins-base-1.6.1-1.fc23.i686
> gstreamer-plugins-bad-0.10.23-7.fc22.x86_64
> gstreamer1-plugins-bad-freeworld-1.6.1-1.fc23.x86_64
> gstreamer-plugins-good-0.10.31-15.fc23.x86_64
> gstreamer-plugins-espeak-0.4.0-7.fc23.x86_64
> gstreamer1-plugins-base-1.6.1-1.fc23.x86_64
> gstreamer-ffmpeg-0.10.13-15.fc22.x86_64
> gstreamer-plugins-base-0.10.36-13.fc23.x86_64
> gstreamer-plugins-bad-free-extras-0.10.23-28.fc23.x86_64
> gstreamermm-0.10.11-8.fc23.x86_64
> gstreamer1-plugins-ugly-1.6.1-1.fc23.x86_64
> gstreamer-0.10.36-13.fc23.i686
> gstreamer1-libav-1.6.1-2.fc23.x86_64
> gstreamer-0.10.36-13.fc23.x86_64
> gstreamer1-plugins-good-1.6.1-1.fc23.x86_64
> gstreamer-tools-0.10.36-13.fc23.x86_64
> gstreamer1-1.6.1-1.fc23.i686

Here's a list of gstreamer related packages I have installed.  As I
said, mplayer works (command line from xterm).  As does ffplay (command
line from xterm).  And so does vlc. All on an mp4.

gstreamer1-1.4.5-1.fc21.x86_64
gstreamer1-devel-1.4.5-1.fc21.x86_64
gstreamer1-devel-docs-1.4.5-1.fc21.noarch
gstreamer1-libav-1.4.5-2.fc21.x86_64
gstreamer1-libav-devel-docs-1.4.5-2.fc21.noarch
gstreamer1-plugins-bad-free-1.4.5-3.fc21.x86_64
gstreamer1-plugins-bad-free-devel-1.4.5-3.fc21.x86_64
gstreamer1-plugins-bad-free-extras-1.4.5-3.fc21.x86_64
gstreamer1-plugins-bad-free-fluidsynth-1.4.5-3.fc21.x86_64
gstreamer1-plugins-bad-freeworld-1.4.5-2.fc21.x86_64
gstreamer1-plugins-base-1.4.5-1.fc21.x86_64
gstreamer1-plugins-base-devel-1.4.5-1.fc21.x86_64
gstreamer1-plugins-base-devel-docs-1.4.5-1.fc21.noarch
gstreamer1-plugins-base-tools-1.4.5-1.fc21.x86_64
gstreamer1-plugins-entrans-1.0.2-5.fc21.x86_64
gstreamer1-plugins-entrans-docs-1.0.2-5.fc21.noarch
gstreamer1-plugins-fc-0.2-10.fc21.x86_64
gstreamer1-plugins-good-1.4.5-3.fc21.x86_64
gstreamer1-plugins-good-extras-1.4.5-3.fc21.x86_64
gstreamer1-plugins-ugly-1.4.5-1.fc21.x86_64
gstreamer1-plugins-ugly-devel-docs-1.4.5-1.fc21.noarch
gstreamer1-vaapi-0.5.10-2.fc21.x86_64
gstreamer1-vaapi-devel-0.5.10-2.fc21.x86_64
gstreamer-devel-0.10.36-11.fc21.x86_64
gstreamer-devel-docs-0.10.36-11.fc21.noarch
gstreamer-ffmpeg-0.10.13-15.fc21.x86_64
gstreamermm-0.10.11-5.fc21.x86_64
gstreamermm-devel-0.10.11-5.fc21.x86_64
gstreamermm-doc-0.10.11-5.fc21.noarch
gstreamer-plugins-bad-0.10.23-7.fc21.x86_64
gstreamer-plugins-bad-free-0.10.23-24.fc21.x86_64
gstreamer-plugins-bad-free-devel-0.10.23-24.fc21.x86_64
gstreamer-plugins-bad-free-devel-docs-0.10.23-24.fc21.x86_64
gstreamer-plugins-bad-free-extras-0.10.23-24.fc21.x86_64
gstreamer-plugins-bad-nonfree-0.10.23-3.fc21.x86_64
gstreamer-plugins-base-0.10.36-12.fc21.x86_64
gstreamer-plugins-base-devel-0.10.36-12.fc21.x86_64
gstreamer-plugins-base-devel-docs-0.10.36-12.fc21.noarch
gstreamer-plugins-base-tools-0.10.36-12.fc21.x86_64
gstreamer-plugins-espeak-0.4.0-5.fc21.x86_64
gstreamer-plugins-fc-0.2-10.fc21.x86_64
gstreamer-plugins-good-0.10.31-13.fc21.x86_64
gstreamer-plugins-good-devel-docs-0.10.31-13.fc21.noarch
gstreamer-plugins-good-extras-0.10.31-13.fc21.x86_64
gstreamer-plugins-ugly-0.10.19-18.fc21.x86_64
gstreamer-plugins-ugly-devel-docs-0.10.19-18.fc21.noarch
gstreamer-python-0.10.22-7.fc21.x86_64
gstreamer-python-devel-0.10.22-7.fc21.x86_64
gstreamer-rtsp-0.10.8-9.fc21.x86_64
gstreamer-tools-0.10.36-11.fc21.x86_64
libnice-gstreamer-0.1.7-1.fc21.x86_64
PackageKit-gstreamer-plugin-1.0.6-2.fc21.x86_64
perl-GStreamer-0.19-3.fc21.x86_64
perl-GStreamer-Interfaces-0.06-7.fc21.x86_64
phonon-backend-gstreamer-4.8.2-3.fc21.x86_64
python3-gstreamer1-1.4.0-1.fc21.x86_64
python-gstreamer1-1.4.0-1.fc21.x86_64
qt5-gstreamer-1.2.0-2.fc21.x86_64

Re: MP4 video on F23

2015-12-08 Thread Sylvia Sánchez
I'm on a cellphone. The way this browser quotes is kinda messy. That's
why I don't quote.
Besides, I think the problem was in the mix of repositories. But I
couldn't fix it. That's why I decided to install from zero.
BTW, I never used windows myself. My first computer came with Linux
and I never changed it.



Cheers,
Sylvia
-- 
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: dnf system-upgrade reboot problem

2015-12-08 Thread stan
On Tue, 8 Dec 2015 07:48:31 -0800
Gary Artim  wrote:

> my server is stuck i did:
> 
> dnf system-upgrade download --release=23
> dnf system-upgrade reboot
> 
> now the last message i get on console is:
> started rolekit - role server
> 
> Don't get the usual, updating various packages...tried reboot into
> recovery mode and it just does the same, can seem to get it to forget
> the upgrade now. Is there a switch or setting to start over?
> 
> any help would be great, last resort is to reinstall fc23.

I haven't run this upgrade, and I'm not familiar with it beyond
reading the mailing list.  So, this advice is very 'any help'.  There
should be a directory somewhere, with a switch set that tells the
system to do the upgrade reboot instead of a normal reboot.  It used to
be in /boot/.  Removing that directory would revert to a normal boot.

You could also edit the restart / reboot by adding noquiet to the
kernel boot line, so you can see boot messages.  I don't think it
is possible to look at journalctl to see what happened in this case,
but I could be wrong.  Maybe if you booted a rescue disk, and mounted
the root filesystem, and pointed journalctl at the file, it would work.

I did not find your problem in either the upgrade instructions, or on
fedora bugzilla, so we can name it after its discoverer, dnfis
artimus.  The problems I did find about rolekit mostly seemed concerned
with SElinux, so you might also add an enforcing=0 to the boot line if
you go that route.

You need someone a lot more knowledgeable than me helping you, though.
These are just stabs in the dark.
-- 
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: MP4 video on F23

2015-12-08 Thread Michael Schwendt
On Tue, 8 Dec 2015 11:49:21 -0700, stan wrote:

> Here's a list of gstreamer related packages I have installed.  As I
> said, mplayer works (command line from xterm).  As does ffplay (command
> line from xterm).  And so does vlc. All on an mp4.

mplayer also doesn't use GStreamer. See "rpm -qR mplayer|less" for many
libraries it depends on, just not GStreamer.

> perl-GStreamer-0.19-3.fc21.x86_64
> perl-GStreamer-Interfaces-0.06-7.fc21.x86_64
> phonon-backend-gstreamer-4.8.2-3.fc21.x86_64
> python3-gstreamer1-1.4.0-1.fc21.x86_64
> python-gstreamer1-1.4.0-1.fc21.x86_64
> qt5-gstreamer-1.2.0-2.fc21.x86_64
> qt5-gstreamer-devel-1.2.0-2.fc21.x86_64
> qt-gstreamer-1.2.0-2.fc21.x86_64
> qt-gstreamer-devel-1.2.0-2.fc21.x86_64
> rubygem-gstreamer-2.2.5-1.fc21.x86_64
> rubygem-gstreamer-devel-2.2.5-1.fc21.x86_64
> rubygem-gstreamer-doc-2.2.5-1.fc21.x86_64

This bottom part of the list is even weirder, as these are language-bindings
for programming languages other than C (to use GStreamer from programs
written in those other languages).

It seems you've chosen to "install everything that has 'gstreamer' in
its package name", even if that installs packages you don't need.

If installing vlc, mplayer, ffmpeg or other programs, dependencies should
really pull in everything that's needed. And in case there are optional
runtime requirements, if the documentation doesn't mention them, consider
reporting that as a problem.
-- 
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: dnf system-upgrade reboot problem

2015-12-08 Thread Gary Artim
found if I remove quiet and and boot with rd.break on the linux line of my
boot config I can get at the file that you're talking about, but have to
umount /sysroot then mount -w /dev/sda2 /sysroot (sdx would change if
diff). the file can then be removed. I tried redoing the process and it
hung every time. strange, I've done about 8 systems this way flawlessly. g.

On Tue, Dec 8, 2015 at 11:10 AM, stan  wrote:

> On Tue, 8 Dec 2015 07:48:31 -0800
> Gary Artim  wrote:
>
> > my server is stuck i did:
> >
> > dnf system-upgrade download --release=23
> > dnf system-upgrade reboot
> >
> > now the last message i get on console is:
> > started rolekit - role server
> >
> > Don't get the usual, updating various packages...tried reboot into
> > recovery mode and it just does the same, can seem to get it to forget
> > the upgrade now. Is there a switch or setting to start over?
> >
> > any help would be great, last resort is to reinstall fc23.
>
> I haven't run this upgrade, and I'm not familiar with it beyond
> reading the mailing list.  So, this advice is very 'any help'.  There
> should be a directory somewhere, with a switch set that tells the
> system to do the upgrade reboot instead of a normal reboot.  It used to
> be in /boot/.  Removing that directory would revert to a normal boot.
>
> You could also edit the restart / reboot by adding noquiet to the
> kernel boot line, so you can see boot messages.  I don't think it
> is possible to look at journalctl to see what happened in this case,
> but I could be wrong.  Maybe if you booted a rescue disk, and mounted
> the root filesystem, and pointed journalctl at the file, it would work.
>
> I did not find your problem in either the upgrade instructions, or on
> fedora bugzilla, so we can name it after its discoverer, dnfis
> artimus.  The problems I did find about rolekit mostly seemed concerned
> with SElinux, so you might also add an enforcing=0 to the boot line if
> you go that route.
>
> You need someone a lot more knowledgeable than me helping you, though.
> These are just stabs in the dark.
> --
> 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
>
-- 
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: MP4 video on F23

2015-12-08 Thread Patrick O'Callaghan
On Tue, 2015-12-08 at 20:49 +0100, Michael Schwendt wrote:
> If installing vlc, mplayer, ffmpeg or other programs, dependencies
> should really pull in everything that's needed. And in case there are
> optional runtime requirements, if the documentation doesn't mention
> them, consider reporting that as a problem.

vlc, mplayer, mpv and ffmpeg all report no problems when run against
"rpm -V", however the last three do report a missing library with ldd:

[poc@bree ~]$ ldd /usr/bin/mpv|grep "not found"
libvo-aacenc.so.0 => not found
[poc@bree ~]$ ldd /usr/bin/mplayer|grep "not found"
libvo-aacenc.so.0 => not found
[poc@bree ~]$ ldd /usr/bin/vlc|grep "not found"
[poc@bree ~]$ ldd /usr/bin/ffmpeg|grep "not found"
libvo-aacenc.so.0 => not found

Looks like a library for AAC-encoded files. This might be the problem,
except that vlc doesn't use that library and still doesn't work.

"dnf search libvo-aacenc" gives nothing.

poc
-- 
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: MP4 video on F23

2015-12-08 Thread Sudhir Khanger
On Tuesday 08 Dec 2015 4:19:07 PM Patrick O'Callaghan wrote:
> Usually the audio track is supported and plays, but no picture.

It's a hardware acceleration/codec problem. Can you try changing 
Tools>Preferences>Input/Codecs>Codecs>Hardware accelerated decoding?

I am using VA-API video decoder via DRM for example.

-- 
Regards,
Sudhir Khanger,
sudhirkhanger.com.

-- 
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


xfce without a mouse

2015-12-08 Thread Chris Murphy
Hi,

So I have only a bluetooth mouse, and GNOME lets me navigate by
keyboard only to get to Settings well enough I can then pair with the
mouse. I can't figure out how to do this at all on xfce (granted this
is Fedora 20 because that's the build Intel is using for their CPU
diagnostic tool).

Any suggestions?

-- 
Chris Murphy
-- 
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: xfce without a mouse

2015-12-08 Thread Chris Murphy
This is what I'm working on, for reference:
http://www.tcsscreening.com/files/users/IPDT_LiveUSB/index.html

OK so from CLI I figured out how to use bluetoothctl to power on
bluetooth, scan, pair, trust, then connect. That all worked, and I was
able to navigate... with a very spastic mouse arrow.

I can't find this IPDT anywhere, just an Install to HD icon. I click
on that and it's Anaconda. Apparently Intel's idea of doing a
diagnostic using Linux is to first install Linux rather than just run
the software from the live environment. As I flail the spastic mouse
arrow toward Quit, suddenly the screen status changes to the screen as
if I've clicked Begin Installation. I've entered no spokes. I've
picked no drives. I've given no permission to delete any existing
partitions.

No joke. Complete data loss on that drive.

Fortunately, all that was on the drive were a few Fedora ISOs, and new
installations of Fedora 23 Server and Workstation into separate Btrfs
subvolumes that had not been significantly customized.

And I still can't find the software... :-P The way this is described
in the URL above, is not how it behaves at all.


Chris Murphy
-- 
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: MP4 video on F23

2015-12-08 Thread Sylvia Sánchez
No, I use Opera. I need to save connection and space.
This is the best I can do for quoting as you can see below.
Or above. I don't know, I can't see it.



Cheers,
Sylvia

On 08/12/2015, Porfirio Andres Paiz Carrasco  wrote:
> On Dec 8, 2015 12:49 PM, "Sylvia Sánchez"  wrote:
>>
>> I'm on a cellphone. The way this browser quotes is kinda messy. That's
>> why I don't quote.
>
> If you are using the gmail app from android is pretty easy to respond in
> line and to quote text, just do that, make sure that when replying, down is
> a check box that say "quote text" and next to it and option that say
> "respond in line", then make sure to comment below the paragraf you are
> refering on.
>
> Also, avoid respond in html style, instead of it try to use plain text.
>
> This keeps readability ;)
>
> PS: Quoted from my cellphone.
>
>> Besides, I think the problem was in the mix of repositories. But I
>> couldn't fix it. That's why I decided to install from zero.
>> BTW, I never used windows myself. My first computer came with Linux
>> and I never changed it.
>>
>>
>>
>> Cheers,
>> Sylvia
>> --
>> 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
>
-- 
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: MP4 video on F23

2015-12-08 Thread Joe Zeff

On 12/08/2015 02:16 PM, Sylvia Sánchez wrote:

No, I use Opera. I need to save connection and space.
This is the best I can do for quoting as you can see below.
Or above. I don't know, I can't see it.


I've never used Opera, but I'd be very, very astonished if it didn't 
allow you to trim quoted text to what's needed only, and remove 
redundant lines such as the boilerplate that the list includes on every 
post.

--
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