Re: BTRFS and Nvidia broken on F23

2015-11-06 Thread Patrick O'Callaghan
On Fri, 2015-11-06 at 22:17 +0100, Chris Murphy wrote:
> If only /home is btrfs, it's sufficiently late that the btrfs kernel
> module doesn't need to be in the initrd. So I'd be looking at other
> failures.
> 
> If by manual mount you mean the complete command:
> 
> mount -t btrfs /dev/sdaX /home
> 
> and not
> 
> mount /home
> 
> Then that's kinda weird for it to fail. I've been using 4.2.3 for a
> long time, up until a couple days ago, and now on 4.2.5, and have had
> no btrfs related issues at all, let alone with mounting.

The latest kernel update fixed it, whatever it was. I must say I was
surprised something like this had made it past testing without being a
blocker, but I've no idea what actually caused it. In any case, it's
gone.

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: BTRFS and Nvidia broken on F23

2015-11-06 Thread Tom Horsley
On Fri, 06 Nov 2015 23:06:11 +
Patrick O'Callaghan wrote:

> The latest kernel update fixed it

I had something similar happen when I added a raid
to my system once. Merely doing a dracut -f
didn't make it work on one of my boot partitions.
It wasn't until I installed a new kernel in
that partition that it worked. I suspect something
is needed more than just getting a module loaded
sometimes, though I have no idea what it
might be.
-- 
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: Firefox suddenly defaults to flash again on youtube

2015-11-06 Thread Heinz Diehl
On 06.11.2015, Matthew Miller wrote: 

> Have you gone to https://www.youtube.com/html5?

The thing is, Firefox now _always_ uses the flashplayer, unless I go
to https://www.youtube.com/html5 and switch to the html5 player. Html5
works flawlessly, but is no longer the default player.

-- 
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: Fedora is killing me with video

2015-11-06 Thread David Timms
On 06/11/15 08:55, Tom Horsley wrote:
> First this stupid bug crops up in 4.2 kernels and pulls a
> gauze film over my screen at home where I use Intel
> graphics and a Samsung TV as a display:
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=92206
> 
> I can work around this by using the old 4.1 kernel
> in fedora 22, but there is no 4.1 kernel for
> fedora 23.
There has been 4.3 final built for f24, maybe it's worth a try ?

http://koji.fedoraproject.org/koji/packageinfo?packageID=8

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


[F23] Firewall breakage

2015-11-06 Thread Antonio M
when I try to add a service to a zone as permanent I get

RT_TO_PERM_FAILED: zone 'FedoraWorkstation' :
org.fedoraproject.FirewallD1.Exception: Backup of
'/etc/firewalld/zones/FedoraWorkstation.xml' failed: [Errno 13] Permesso
negato: '/etc/firewalld/zones/FedoraWorkstation.xml.old'

What does it mean??
-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
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


Problem after ugrading from fedora 21 to 23 with Rhodecode/Nix [SOLVED]

2015-11-06 Thread jeandet alexis
Hi,

I upgraded one of my lab servers to Fedora 23(it was good), I got a
surprise my Rhodecode server didn't want to start anymore with this
error:

=
bash: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt <
(sizeof (_nl_value_type_LC_COLLATE) / sizeof
(_nl_value_type_LC_COLLATE[0]))' failed.
Aborted (core dumped)
=

After some googling I found that it was due to the fact that they use
Nix and it's not yet compatible with glibc 2.22 (If I understand
correctly).

Anyway I solved my issue by downloading this 
http://lipa.ms.mff.cuni.cz/~cunav5am/nix/locale-archive and then to
start rhodecode:
==
export LOCALE_ARCHIVE=/YOUR-PATH/locale-archive
rccontrol status
==
I hope it may help other people using Nix based stuff like rhodecode on
fedora 23...


Some links:
https://rhodecode.tenderapp.com/help/discussions/problems/9254-rhodecod
e-broken-with-fedora-23
https://github.com/NixOS/nix/issues/599

Best regards,

-- 
Alexis Jeandet,

Plasma Physics Laboratory,

www.lpp.fr 


-- 
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: F22 > F23 problem Solved -

2015-11-06 Thread Bob Goodwin

On 11/06/15 13:34, Bob Goodwin wrote:

On 11/06/15 13:23, Antonio M wrote:


 you completed the download phase, then you should have issued
sudo dnf system-upgrade reboot

Did you do??

.

No I just rebooted!

So I just tried dnf system-upgrade reboot as you suggested and it is 
still booting Fedora 22!


Aha, I see it is going through an upgrade now! I thought it had 
already done that?


Ok, it shows 3028 items so that will take a while, I'll report back 
later. I guess I missed a step ...



.

Ok, that was the solution, it needed the command "dnf system-upgrade 
reboot" to finish. It apparently respected most of the configuration 
changes I make, even the text log-in. I will test it further and may try 
it on another desk top computer, it saves a lot of time configuring 
things as I want.


Thanks for the help Antonio and Terry,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-23/64bit LINUX XFCE POP3

--
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: Firefox suddenly defaults to flash again on youtube

2015-11-06 Thread Matthew Miller
On Wed, Nov 04, 2015 at 04:49:24PM +0100, Heinz Diehl wrote:
> the flashplayer is always opened first. The only thing that helps is
> disabling it entirely. That wasn't the case before. The flashplayer
> plugin was always there, but when a video was available as html5, the
> html5 player got used. Now, it's just the opposite, and I just can't
> see why.

Have you gone to https://www.youtube.com/html5?

-- 
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: Fedora-23beta -> Fedora-23

2015-11-06 Thread Matthew Miller
On Wed, Nov 04, 2015 at 07:39:13PM +0800, Ed Greshko wrote:
> Only if you want to continue testing packages before they are pushed
> to stable.

And, as a note, this is one of the most helpful easy things you can do
as a Fedora user. Combine with
.

-- 
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: How can I copy photos from Samsung Galaxy S6 Edge?

2015-11-06 Thread Christopher Ross


On 05/11/15 19:07, Rick Stevens wrote:

And getting a listing of what's mounted there:

 [rick@prophead ~]$ ls -l tstmnt
 total 0
 drwxrwxr-x. 2 rick rick 0 Dec 31  1969 Card
 drwxrwxr-x. 2 rick rick 0 Dec 31  1969 Phone

So, there's a "Card" directory (the SD card in my phone) and a "Phone"
directory (the internal phone storage). I LOVE the fact that the dates
shown are pre-Unix epoch! Cute, eh? (For reference, the Unix epoch
started at 00:00:00.00, January 1, 1970 UTC). I thought Android was
Linux based. :-)


The timestamp will be  (i.e. the Unix epoch) but it's assuming 
UTC whereas your timezone is -0800 hours or something, hence your 
display date is shows the day before.


Regards,
Chris R.


--
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: [F23] Firewall breakage

2015-11-06 Thread Rick Stevens

On 11/06/2015 06:02 AM, Antonio M wrote:

when I try to add a service to a zone as permanent I get

RT_TO_PERM_FAILED: zone 'FedoraWorkstation' :
org.fedoraproject.FirewallD1.Exception: Backup of
'/etc/firewalld/zones/FedoraWorkstation.xml' failed: [Errno 13] Permesso
negato: '/etc/firewalld/zones/FedoraWorkstation.xml.old'

What does it mean??


You didn't say if you were doing this via the GUI or command line.
If you're doing it via the command line, you need to be root as all
the files in /etc/firewalld/zones are owned by root:root.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
- Politicians are the opposite of pickpockets because you never see  -
-them take their hand out of your pocket.-
- -- Larry Fine  -
--
--
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: How can I copy photos from Samsung Galaxy S6 Edge?

2015-11-06 Thread Rick Stevens

On 11/06/2015 04:06 AM, Christopher Ross wrote:


On 05/11/15 19:07, Rick Stevens wrote:

And getting a listing of what's mounted there:

 [rick@prophead ~]$ ls -l tstmnt
 total 0
 drwxrwxr-x. 2 rick rick 0 Dec 31  1969 Card
 drwxrwxr-x. 2 rick rick 0 Dec 31  1969 Phone

So, there's a "Card" directory (the SD card in my phone) and a "Phone"
directory (the internal phone storage). I LOVE the fact that the dates
shown are pre-Unix epoch! Cute, eh? (For reference, the Unix epoch
started at 00:00:00.00, January 1, 1970 UTC). I thought Android was
Linux based. :-)


The timestamp will be  (i.e. the Unix epoch) but it's assuming
UTC whereas your timezone is -0800 hours or something, hence your
display date is shows the day before.


Ah, yeah, never thought of that. Thanks, Chris. All my servers run in
UTC, and I never think about the fact my desktop is, yes,
America/Los_Angeles (PST8PDT).

Good catch! It's still somewhat amusing.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   Give me ambiguity or give me something else! -
--
--
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


F22 > F23 problem -

2015-11-06 Thread Bob Goodwin
I don't usually do Fedora upgrades, normally a fresh install, but 
thought I'd try it on a Dell E4310 Notebook I have but rarely use. I 
updated Fedora-22, rebooted, and did "dnf system-upgrade download 
--releasever=23." It churned for a while and downloaded whatever it 
wanted. I left it and and spent some time mowing grass. There were some 
approvals it wanted, I gave them yeses and it quickly finished saying 
the F-23 install was complete.


I rebooted and it only offers to start from one of three F-22 kernels 
and that does result in running F-22.


However, that computer never shuts down F-22 cleanly, I always wind up 
forcing it off by holding the power button down 'til it stops. It sits 
there telling me it can't reach the NFS server, gets a time out and 
tries again, ad infinitum as far as I can tell? Dunno if that has an 
effect ...


Is there something I can do to salvage the install or should I just do 
what I know always works, a fresh install?


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-23/64bit LINUX XFCE POP3

--
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: F22 > F23 problem -

2015-11-06 Thread Bob Goodwin

On 11/06/15 13:23, Antonio M wrote:


 you completed the download phase, then you should have issued
sudo dnf system-upgrade reboot

Did you do??

.

No I just rebooted!

So I just tried dnf system-upgrade reboot as you suggested and it is 
still booting Fedora 22!


Aha, I see it is going through an upgrade now! I thought it had already 
done that?


Ok, it shows 3028 items so that will take a while, I'll report back 
later. I guess I missed a step ...


Thank you,

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-23/64bit LINUX XFCE POP3

--
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: [F23] Firewall breakage

2015-11-06 Thread Rick Stevens

On 11/06/2015 09:48 AM, Antonio M wrote:

by GUI, and it asked for the root password as expected...I think that is
a problem of Selinux...please have a look at
https://bugzilla.redhat.com/show_bug.cgi?id=1278840


That's possible. Have you tried relabeling /etc/firewalld?

Also, please stop top-posting your replies. It makes reading the threads
difficult.


2015-11-06 18:37 GMT+01:00 Rick Stevens >:

On 11/06/2015 06:02 AM, Antonio M wrote:

when I try to add a service to a zone as permanent I get

RT_TO_PERM_FAILED: zone 'FedoraWorkstation' :
org.fedoraproject.FirewallD1.Exception: Backup of
'/etc/firewalld/zones/FedoraWorkstation.xml' failed: [Errno 13]
Permesso
negato: '/etc/firewalld/zones/FedoraWorkstation.xml.old'

What does it mean??


You didn't say if you were doing this via the GUI or command line.
If you're doing it via the command line, you need to be root as all
the files in /etc/firewalld/zones are owned by root:root.

--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   A squeegee, by any other name, wouldn't sound as funny.  -
--
--
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: [F23] Firewall breakage

2015-11-06 Thread Antonio M
2015-11-06 18:58 GMT+01:00 Rick Stevens :

> On 11/06/2015 09:48 AM, Antonio M wrote:
>
>> by GUI, and it asked for the root password as expected...I think that is
>> a problem of Selinux...please have a look at
>> https://bugzilla.redhat.com/show_bug.cgi?id=1278840
>>
>
> That's possible. Have you tried relabeling /etc/firewalld?
>


no, waiting for the correct solution, it was working fine in the past (I
guess that relabeling the file or following the instructions in the Selinux
report everything would be fine)


>
> Also, please stop top-posting your replies. It makes reading the threads
> difficult.
>


sorry, but Gmail as default uses top-posting


>
>
>> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> --
> -   A squeegee, by any other name, wouldn't sound as funny.  -
>
> --
> --
> 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
>



-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
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: F22 > F23 problem -

2015-11-06 Thread Terry Polzin
dnf system-upgrade reboot

is the command to actually apply the upgrade

On Fri, Nov 6, 2015 at 1:16 PM, Bob Goodwin  wrote:

> I don't usually do Fedora upgrades, normally a fresh install, but thought
> I'd try it on a Dell E4310 Notebook I have but rarely use. I updated
> Fedora-22, rebooted, and did "dnf system-upgrade download --releasever=23."
> It churned for a while and downloaded whatever it wanted. I left it and and
> spent some time mowing grass. There were some approvals it wanted, I gave
> them yeses and it quickly finished saying the F-23 install was complete.
>
> I rebooted and it only offers to start from one of three F-22 kernels and
> that does result in running F-22.
>
> However, that computer never shuts down F-22 cleanly, I always wind up
> forcing it off by holding the power button down 'til it stops. It sits
> there telling me it can't reach the NFS server, gets a time out and tries
> again, ad infinitum as far as I can tell? Dunno if that has an effect ...
>
> Is there something I can do to salvage the install or should I just do
> what I know always works, a fresh install?
>
> Bob
>
> --
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-23/64bit LINUX XFCE POP3
>
> --
> 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: [F23] Firewall breakage

2015-11-06 Thread Antonio M
by GUI, and it asked for the root password as expected...I think that is a
problem of Selinux...please have a look at
https://bugzilla.redhat.com/show_bug.cgi?id=1278840

2015-11-06 18:37 GMT+01:00 Rick Stevens :

> On 11/06/2015 06:02 AM, Antonio M wrote:
>
>> when I try to add a service to a zone as permanent I get
>>
>> RT_TO_PERM_FAILED: zone 'FedoraWorkstation' :
>> org.fedoraproject.FirewallD1.Exception: Backup of
>> '/etc/firewalld/zones/FedoraWorkstation.xml' failed: [Errno 13] Permesso
>> negato: '/etc/firewalld/zones/FedoraWorkstation.xml.old'
>>
>> What does it mean??
>>
>
> You didn't say if you were doing this via the GUI or command line.
> If you're doing it via the command line, you need to be root as all
> the files in /etc/firewalld/zones are owned by root:root.
> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> --
> - Politicians are the opposite of pickpockets because you never see  -
> -them take their hand out of your pocket.-
> - -- Larry Fine  -
> --
> --
> 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
>



-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
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: F22 > F23 problem -

2015-11-06 Thread Antonio M
2015-11-06 19:16 GMT+01:00 Bob Goodwin :

> I don't usually do Fedora upgrades, normally a fresh install, but thought
> I'd try it on a Dell E4310 Notebook I have but rarely use. I updated
> Fedora-22, rebooted, and did "dnf system-upgrade download --releasever=23."
> It churned for a while and downloaded whatever it wanted. I left it and and
> spent some time mowing grass. There were some approvals it wanted, I gave
> them yeses and it quickly finished saying the F-23 install was complete.
>
> I rebooted and it only offers to start from one of three F-22 kernels and
> that does result in running F-22.
>
> However, that computer never shuts down F-22 cleanly, I always wind up
> forcing it off by holding the power button down 'til it stops. It sits
> there telling me it can't reach the NFS server, gets a time out and tries
> again, ad infinitum as far as I can tell? Dunno if that has an effect ...
>
> Is there something I can do to salvage the install or should I just do
> what I know always works, a fresh install?
>
> Bob
>
> --
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-23/64bit LINUX XFCE POP3
>
> --
> 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
>

 you completed the download phase, then  you should have issued

sudo dnf system-upgrade reboot

Did you do??


-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
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: Upgrade advice

2015-11-06 Thread Chris Murphy
For the OP.

I think this is unsupportable because Fedora 17, 18, 19, 20 aren't
supported. And as mentioned, one of those moved from preupgrade to
fedup, and fedup is fundamentally flawed which is why it's going away
in Fedora 23. It's sufficiently fundamentally flawed in the edge case
scenario (i.e. not a simple default installation or one sufficiently
common that's known to work, which does NOT really include raid1 +
separate usr, I had lots of problems with this and fedup when I was
doing testing) that it's just not even worth attempting in my opinion.

The installer (Anaconda) should recognize all of the various parts
including the separate usr and raid1, and let you reuse what you want
and blow away what you don't want. It's been sufficiently long since
Fedora 16 that you should get new file systems for everything. The
installer enforces this for / although I'm not sure if it's enforced
for /usr. It's not enforced for /home.

Anything on Btrfs created more than a year ago should bite the bullet
and reformat. It's just a much more deterministic outcome that way.


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: BTRFS and Nvidia broken on F23

2015-11-06 Thread Chris Murphy
If only /home is btrfs, it's sufficiently late that the btrfs kernel
module doesn't need to be in the initrd. So I'd be looking at other
failures.

If by manual mount you mean the complete command:

mount -t btrfs /dev/sdaX /home

and not

mount /home

Then that's kinda weird for it to fail. I've been using 4.2.3 for a
long time, up until a couple days ago, and now on 4.2.5, and have had
no btrfs related issues at all, let alone with mounting.


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: [F23] Firewall breakage

2015-11-06 Thread James Hogarth
On 6 November 2015 at 18:03, Antonio M  wrote:
>
>
> 2015-11-06 18:58 GMT+01:00 Rick Stevens :
>>
>> On 11/06/2015 09:48 AM, Antonio M wrote:
>>>
>>> by GUI, and it asked for the root password as expected...I think that is
>>> a problem of Selinux...please have a look at
>>> https://bugzilla.redhat.com/show_bug.cgi?id=1278840
>>
>>
>> That's possible. Have you tried relabeling /etc/firewalld?
>
>
>
> no, waiting for the correct solution, it was working fine in the past (I
> guess that relabeling the file or following the instructions in the Selinux
> report everything would be fine)
>
>>
>>
>> Also, please stop top-posting your replies. It makes reading the threads
>> difficult.
>
>
>
> sorry, but Gmail as default uses top-posting
>

Just try to remember that inline/... button to get a better layout ;)

Going back to topic what you describe sounds very much like the bug I
filed here:
https://bugzilla.redhat.com/show_bug.cgi?id=1237242

It was filed against EL7 but I expect it'll be replicable on Fedora as well ...

I'll try and find time to test over the weekend and if I can duplicate
it (the steps are fairly easy to do so and consistent in failure) will
file for F23 as well.
-- 
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