Links to redhat subscriber only content from Fedora

2020-08-23 Thread jeandet
Hello,

While looking in /etc/modprobe.d/ I found this file batman-adv-
blacklist.conf which has a funny name so I read it and here is the
content:

==
# This kernel module can be automatically loaded by non-root users. To
# enhance system security, the module is blacklisted by default to
ensure
# system administrators make the module available for use as needed.
# See https://access.redhat.com/articles/3760101 for more details.
#
# Remove the blacklist by adding a comment # at the start of the line.
blacklist batman-adv
==

I followed the link but it seems that you need a redhat subscription to
read it.
I wonder if those links could be public when also pointed form Fedora,
or what's the point to include them if regular Fedora users can't read
them?
This is not a  big deal, I'm just asking in case this has been missed
or curious about the reason to leave them.

Best regards,
Alexis.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Breakpoints not working with Kdevelop on fc31

2019-08-29 Thread jeandet
Hi there,

I switched to Kdevelop recently, so I'm not an advanced user yet.
On fc31 I can't get breakpoints to work, I did some tests:

- on fc30 it works (tested same with the same code)
- use gdb manually on the same binary, it works (on fc31)
- tested appimage version -> does not work (on fc31)
- tested on fc31 different codes building with either Meson or CMake,
nothing works
- The program run in debug mode with kdevelop, only breakpoints doesn't
work 

Both fc31 and fc30 seems to have the same kdevelop version:
https://koji.fedoraproject.org/koji/packageinfo?packageID=513

So I'm quite lost, in order to submit a bug report I have to find the
faulty package here, does anyone has any hints here?

Best regards,
Alexis.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: bis repetita.... wrong grub.cfg

2018-12-31 Thread Jeandet Alexis
Hi François,

I think I have a similar problem with an old server I might have
installed with a Fedora 26 or 27 where I used to have issues in the
past kernel updates used to generated grub.cfg with plenty of '=' chars
at the end of the file.
It seemed to be reoslved until last week, I did an update (remotly :()
and then since it can't boot. Sadly I have no physical access to the
machine until next week, that would be interresting to see if it could
be the same issue and what could be the cause.

regards,
Alexis.
Le lundi 17 décembre 2018 à 09:20 +0100, François Patte a écrit :
> Le 16/12/2018 à 11:07, francis.montag...@inria.fr a écrit :
> > Bonjour.
> > 
> > On Sun, 16 Dec 2018 09:24:44 +0100 François Patte wrote:
> > > I corrected this file using grub2-mkconfig. So, my question is:
> > > why the
> > > kernel script is unable to correctly use  grub2-mkconfig?
> > 
> > As far as I know it uses grubby.
> 
> Is that a reason? Whatever the kernel script is when a new kernel is
> installed it *should not* choose a wrong partition as the root
> partition!!!
> 
> This is a new behaviour: before kernel 4.19.6 there was no problem.
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: 
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: dnf is "broken"

2018-12-31 Thread Jeandet Alexis
Hi Kevin,

did you try a 'dnf clean all'?

Then you didn't do any 'sudo pip intall ' on your machine or set the
PYTHONPATH? You can easily break your system whide packages by dooing
this.

Alexis.
Le lundi 31 décembre 2018 à 00:13 -0500, Kevin Cummings a écrit :
> I last updated my laptop on 12/26.  It is running fc28.x86_64
> 
> Today I tried to run dnf update:
> 
> > # dnf update
> > Traceback (most recent call last):
> >   File "/usr/bin/dnf", line 58, in 
> > main.user_main(sys.argv[1:], exit_code=True)
> >   File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line
> > 179, in user_main
> > errcode = main(args)
> >   File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 64,
> > in main
> > return _main(base, args, cli_class, option_parser_class)
> >   File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 99,
> > in _main
> > return cli_run(cli, base)
> >   File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line
> > 115, in cli_run
> > cli.run()
> >   File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line
> > 1015, in run
> > self._process_demands()
> >   File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 768,
> > in _process_demands
> > load_available_repos=self.demands.available_repos)
> >   File "/usr/lib/python3.6/site-packages/dnf/base.py", line 475, in
> > fill_sack
> > self._add_repo_to_sack(r)
> >   File "/usr/lib/python3.6/site-packages/dnf/base.py", line 147, in
> > _add_repo_to_sack
> > load_updateinfo=True)
> > _hawkey.Exception: repo_add_solv() has failed.
> 
> Is it Fedora 28?  dnf?  some dnf dependency?  or my laptop?  that is
> broken?
> 
> -- 
> Kevin J. Cummings
> cummi...@kjchome.homeip.net
> cummi...@kjc386.framingham.ma.us
> kjch...@icloud.com
> Registered Linux User #1232 (http://www.linuxcounter.net/)
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: 
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fedora 29 install on Dell Precision 5530 with Quadro P2000

2018-11-08 Thread jeandet
Hello,
I installed Fedora 29 on a Dell Precision 5530, the live system worked
perfectly! 
But after reboot the installed system was unstable, freezes few
seconds after login to the point that it was impossible to do anything.
Even switching virtual console was impossible.
After booting in mutli-user mode I discover that this was due to the
Quadro P2000, I was able to solve the problem installing nvidia's
proprietary drivers through ssh.

So my point is, is that an installer bug? I mean if the live system is
stable, shouldn't the installed system work exactly the same way?
If yes, then against which component should I open a bug report? 

I have the feeling that installing nvidia driver in "text" mode is not
possible/easy for new users while Dell Laptops are known to support
Linux out of the box. This may prevent new users to install(without
help) Fedora on such devices.
The other sad point is that, at least for my organization, we can't buy
this machine without Nv GPU...

Best regards,
Alexis.


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Razer laptop Caps-lock key of the death [Solved]

2018-03-20 Thread jeandet
Hello,
By the way, this is finally fixed in 4.16 kernel, available in fedora
28 :). So I can use the Caps-Lock key.
Best regards,Alexis.Le dimanche 04 mars 2018 à 16:26 +0100, Jeandet
Alexis a écrit :
> Hi all,
> 
> I'm an happy Fedora user, I changed my laptop last year for a Razer
> sealth blade. 
> Fedora/Linux works well except for the known caps-lock key which just
> crash the whole system when pressed:
> https://github.com/rolandguelle/razer-blade-stealth-linux#caps-lock-c
> rash
> I tried to add XKBOPTIONS="ctrl:nocaps" in /etc/default/keyboard.
> 
> The thing is that this solution doesn't seems to work on Fedora, not
> easy to find what to search on Google, it looks like
> /etc/default/keyboard isn't right config file.
> I'm using Gnome with Wayland. Any idea?
> 
> This issue/feature is quite fun to show to friends(looks like an
> auto-destruct key) but quite annoying when you press caps-lock by
> mistake :).
> Yes getting it solved by Razer would be the best! But last time I
> asked them something, I got:
> "
> Hi Alexis,
> 
> Thank you for contacting Razer Support.
> 
> At this time, Razer does not officially support Linux. I am sorry for
> the inconvenience this might cause you.
> 
> Have a nice Monday!
> "
> 
> Best regards,
> Alexis.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Razer laptop Caps-lock key of the death

2018-03-04 Thread jeandet
Le dimanche 04 mars 2018 à 11:40 -0700, stan a écrit :
> On Sun, 04 Mar 2018 16:26:10 +0100
> Jeandet Alexis <alexis.jean...@member.fsf.org> wrote:
> 
> > I tried to add XKBOPTIONS="ctrl:nocaps" in /etc/default/keyboard.
> 
> This won't work for wayland.  You would have to run X.
Ok, weird on the github page it was like this is for wayland while 
Section "InputClass"
Identifier  "Disable built-in keyboard"
MatchProduct"AT Raw Set 2 keyboard"
#   MatchProduct"AT Translated Set 2 keyboard"
Option  "Ignore""true"
EndSection
is for X11.
>  
> > I'm using Gnome with Wayland. Any idea?
> 
> Stop using wayland.  This is an area of wayland that hasn't been
> brought up to the same standard as X.  I use a custom keymap, and
> there
> is no way to tell wayland that (last I checked).  It will probably
> happen at some point, but this is a pretty obscure use case, and they
> have bigger fish to fry right now.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Razer laptop Caps-lock key of the death

2018-03-04 Thread Jeandet Alexis
Hi all,

I'm an happy Fedora user, I changed my laptop last year for a Razer
sealth blade. 
Fedora/Linux works well except for the known caps-lock key which just
crash the whole system when pressed:
https://github.com/rolandguelle/razer-blade-stealth-linux#caps-lock-
crash
I tried to add XKBOPTIONS="ctrl:nocaps" in /etc/default/keyboard.

The thing is that this solution doesn't seems to work on Fedora, not
easy to find what to search on Google, it looks like
/etc/default/keyboard isn't right config file.
I'm using Gnome with Wayland. Any idea?

This issue/feature is quite fun to show to friends(looks like an auto-
destruct key) but quite annoying when you press caps-lock by mistake
:).
Yes getting it solved by Razer would be the best! But last time I asked
them something, I got:
"
Hi Alexis,

Thank you for contacting Razer Support.

At this time, Razer does not officially support Linux. I am sorry for
the inconvenience this might cause you.

Have a nice Monday!
"

Best regards,
Alexis.___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Python help

2018-01-23 Thread Jeandet Alexis
Hi,
I would advise to avoid as much as possible doing "pip install" prefer
first dnf then virtualenv and if you really want "pip install --user
something"But never, never, never do 'sudo pip install someting'!
best regards,Alexis.On Tue, 2018-01-23 at 20:42 +0100, Antonio M wrote:
> installing the zeromq-devel package didn't solve the problem, but dnf
> reinstall zeromq* seems to have solved it.
> 
> Now I have two questions:
> 
> 1)/usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136:
> MatplotlibDeprecationWarning: The matplotlib.delaunay module was
> deprecated in version 1.4. Use matplotlib.tri.Triangulation instead.
>   warnings.warn(message, mplDeprecation, stacklevel=1)   what does it
> mean (that is quite clear to me) but how can I clear it??
> 
> 2) why pyorbital is in the list from help()/modules but is not
> present in 
> [antonio@fujitsu ~]$ pip3 uninstall pyorbital
> Cannot uninstall requirement pyorbital, not installed
> 
> Tnf forhelp
> 
> 
> Antonio Montagnani
> 
> Linux Fedora 27(Workstation)
> da/from Gmail
> 
> 2018-01-23 19:08 GMT+01:00 Rick Stevens :
> > On 01/23/2018 09:49 AM, Antonio M wrote:
> > 
> > > python-devel installed and then
> > 
> > >
> > 
> > > help> modules
> > 
> > >
> > 
> > > Please wait a moment while I gather a list of all available
> > modules...
> > 
> > >
> > 
> > > /usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136:
> > 
> > > MatplotlibDeprecationWarning: The matplotlib.delaunay module was
> > 
> > > deprecated in version 1.4. Use matplotlib.tri.Triangulation
> > instead.
> > 
> > > warnings.warn(message, mplDeprecation, stacklevel=1)
> > 
> > > Assembler messages:
> > 
> > > Fatal error: can't create
> > 
> > > /usr/lib64/python3.6/site-
> > packages/zmq/backend/cffi/__pycache__/usr/lib64/python3.6/site-
> > packages/zmq/backend/cffi/__pycache__/_cffi_ext.o:
> > 
> > > Permission denied
> > 
> > > /usr/lib64/python3.6/site-
> > packages/zmq/backend/cffi/__pycache__/_cffi_ext.c:212:10:
> > 
> > > fatal error: zmq.h: No such file or directory
> > 
> > > #include 
> > 
> > > ^~~
> > 
> > > compilation terminated.
> > 
> > > Assembler messages:
> > 
> > > Fatal error: can't create
> > 
> > > /usr/lib64/python3.6/site-
> > packages/zmq/backend/cffi/__pycache__/usr/lib64/python3.6/site-
> > packages/zmq/backend/cffi/__pycache__/_cffi_ext.o:
> > 
> > > Permission denied
> > 
> > > /usr/lib64/python3.6/site-
> > packages/zmq/backend/cffi/__pycache__/_cffi_ext.c:212:10:
> > 
> > > fatal error: zmq.h: No such file or directory
> > 
> > > #include 
> > 
> > > ^~~
> > 
> > > compilation terminated.
> > 
> > 
> > 
> > 
> > You need to install the zeromq-devel RPM. A "dnf whatprovides
> > */zmq.h"
> > 
> > would reveal that.
> > 
> > -
> > -
> > 
> > - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.co
> > m -
> > 
> > - AIM/Skype: therps2ICQ: 22643734Yahoo:
> > origrps2 -
> > 
> > - 
> >   -
> > 
> > -   "I'd explain it to you, but your brain might explode." 
> >  -
> > 
> > -
> > -
> > 
> > ___
> > 
> > users mailing list -- users@lists.fedoraproject.org
> > 
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: pointers to c++-related development packages for fedora?

2018-01-18 Thread jeandet
Hi, 

I would say that Qt Creator is e really good friend when you write
C++(modern or not).

Best regards,
Alexis.
Le jeudi 18 janvier 2018 à 07:21 -0800, Robert P. J. Day a écrit :
>   yes, a rather wide-open request, but i've been asked to give a
> couple courses on C++11, and part of what i want to put together is a
> list of fedora packages that aid in the development process -- things
> like alternative compilers (clang), debuggers, static code analyzers
> and so on.
> 
>   i don't need to become intimately familiar with all of it, the
> students simply want pointers to fedora packages that they can
> examine
> later on their own time to assist the development process.
> 
>   so ... thoughts? i'll collect suggestions and put together a wiki
> page at some point.
> 
> rday
> 
> -- 
> 
> =
> ===
> Robert P. J. Day Ottawa, Ontario,
> CANADA
> http://crashcourse.ca
> 
> Twitter:   http://twitter.com/rpj
> day
> LinkedIn:   http://ca.linkedin.com/in/rpj
> day
> =
> ===
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Looking for slide show softwares on autonomous machine

2017-11-29 Thread jeandet
Hello,

For the record, this seems to be solved by a BIOS update.
The machine is a GIGABYTE GB-BXBT-1900.
Before update, it craches after 1 hour to few hours(not more than 4).
After BIOS update, for now it didn't crashes for more than one day.

Alexis.
Le mardi 28 novembre 2017 à 14:28 +1030, Tim a écrit :
> Tim:
> > > It sounds like you have a graphics problem that may crash
> > > whatever
> > > display program you're using.  You probably have to resolve the
> > > graphics support, first.
> 
> jeandet:
> > Yes, for now, I would say that it crashes more when I have no
> > mouse+keyboard connected. So for now it seems to work with a
> > keyboard
> > and a mouse connected.
> 
> In that case, as a simple test, I'd try using Xorg instead of
> Wayland. 
> That *may* narrow it down to a Wayland or the particular graphic
> chipsets driver problem.
> 
> Depending on what you've installed, it's available as a login option
> *between* entering your username and password.
> 
> If you've set up an auto-login, you should still be able to do that
> by
> manually logging out, and manually logging in making the selection. 
> Your next boot-up and auto-login ought to use the settings you just
> made.
> 
> -- 
> [tim@localhost ~]$ uname -rsvp
> Linux 4.13.13-200.fc26.x86_64 #1 SMP Wed Nov 15 15:46:36 UTC 2017
> x86_64
> 
> Boilerplate:  All mail to my mailbox is automatically deleted.
> There is no point trying to privately email me, I only get to see
> the messages posted to the mailing list.
> 
> Sorry, I don't have any viruses to send in the mail.  Please destroy
> some of your own files, yourself.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread jeandet
Le lundi 27 novembre 2017 à 23:14 +1030, Tim a écrit :
> Allegedly, on or about 27 November 2017, jeandet sent:
> > after few hours it crashes because of a fatal error in XWayland.
> 
> It sounds like you have a graphics problem that may crash whatever
> display program you're using.  You probably have to resolve the
> graphics support, first.
Yes, for now, I would say that it crashes more when I have no
mouse+keyboard connected. So for now it seems to work with a keyboard
and a mouse connected.
> 
> > So my question is, anyone knows others softwares I can start from
> > bash with options to put in full screen plus time between
> > slides?...
> > Gnome-document looks good but it doesn't seems to be possible to do
> > that from bash.
> 
> You probably should say what you're trying to display.  Is all your
> data PDF, or is it from a text source you render in some kind of
> fashion to suit whatever display program you're using?
Yes only PDF.
> 
> If you make a JPEG/PNG/GIF/etc of your text, you could use the
> screensaver to run your display.  Or if you want to script it, rather
> than let the screensaver show randomly prepared graphics, there's a
> variety of commands that can be used.
> 
> Likewise for displaying PDFs, if that's what you want.  Using scripts
> to load the PDF viewer, commands to wait, exit the viewer, and load
> another one, rinse, lather, repeat.
Yes that's what I did infinite loop starting impressive.
> 
> -- 
> [tim@localhost ~]$ uname -rsvp
> Linux 4.13.13-200.fc26.x86_64 #1 SMP Wed Nov 15 15:46:36 UTC 2017
> x86_64
> 
> Boilerplate:  All mail to my mailbox is automatically deleted.
> There is no point trying to privately email me, I only get to see
> the messages posted to the mailing list.
> 
> Lucky for you I typed this, you'd never be able to read my
> handwriting.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Looking for slide show softwares on autonomous machine

2017-11-27 Thread jeandet
Hello all,

In my lab I installed a machine connected to a big screen on which we
present news. 
This machine is supposed to be as much autonomous as possible. So I
chose impressive as PDF player but it seems that after few hours it
crashes because of a fatal error in XWayland.
Starting it from gnome + Xorg doesn't change anything.

I'm running Fedora 27+Gnome+Wayland.

So my question is, anyone knows others softwares I can start from bash
with options to put in full screen plus time  between slides?...
Gnome-document looks good but it doesn't seems to be possible to do
that from bash.

Best regards,
Alexis.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re : FW update from gnome-softwares

2017-11-01 Thread Jeandet Alexis
Le mercredi 01 novembre 2017 à 11:19 +, Richard Hughes a écrit :
> On 31 October 2017 at 18:17, Jeandet Alexis
> <alexis.jean...@member.fsf.org> wrote:
> > Today I got for the first time a dell Precision 5520 and I saw the
> > firmware(EFI) update from gnome softwares, this is AWESOME!
> > I hope more vendors will push their fw in the near future :).
> 
> Always great to see a happy customer :) If you want more details
> about
> what vendors are involved and what hardware is supported, see
> https://fwupd.org/lvfs/devicelist
Yes, I even sent a mail to Razer since I have a blade stealth 13.3.
They answered me:

"At this time, Razer does not officially support Linux. I am sorry for
the inconvenience this might cause you."

So sad, looking to lvfs, it looks like they have almost nothing to do
to push FW updates. They prefer to maintain their own W$$ app. I'm not
a big fan of Dell laptops but at least they have a correct Linux
support...
> 
> Richard.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


FW update from gnome-softwares

2017-10-31 Thread Jeandet Alexis
Hello,

Today I got for the first time a dell Precision 5520 and I saw the
firmware(EFI) update from gnome softwares, this is AWESOME!
I hope more vendors will push their fw in the near future :).

Thanks guys,
Alexis.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Cant boot latest kernel 4.13.5-100 - kernel panic - can't mount root

2017-10-24 Thread jeandet
Hello, 
I don't know if this is related on one of my machines, kernel-core-
4.13.5-100.fc25.x86_64 update causes grubby to suck 16GB of RAM(all the
RAM available) and fails.When looking /boot/efi/EFI/fedora/grub.cfg is
see a lot "=" chars at the end making the file huge and
wrong...regenerating the file with grub2-mkconfig -o
/boot/efi/EFI/fedora/grub.cfg and re-installing kernel seems to work.
Best regards,Alexis.Le samedi 21 octobre 2017 à 16:10 +0100, Andy
Paterson a écrit :
> Hi, after a recent package manager based update,
> 
>  
> 
> FC25 kernel update that installed 4.13.5-100.fc25.x86_64
> 
> 
> Cant mount /boot
> 
>  
> 
> System:ELITEGROUP COMPUTER SYSTEM CO.,LTD. P965T-A/P965T-A, BIOS 6.00
> PG 08/30/2007
> 
> 4 X Intel Core2 Quad CPU Q6700 @ 2.66GHZ
> 
>  
> 
> Kernel panic
> 
>  
> 
> Can boot previous kernel :
> 
> 4.12.14-200.fc25.x86_64
> 
>  
> 
> Info:
> 
>  
> 
> /dev/mapper/fedora00-root on / type ext4
> (rw,relatime,seclabel,data=ordered)
> 
>  
> 
>  
> 
> BOOT DEVICE:  
> WDC WD1003FZEX-00MK2A0
> 
>  
> 
> FSTAB:
> dev/mapper/fedora00-root   /   ext4
>defaults1 1
> 
> Any clues anybody??
> 
>  
> 
> Many Thanks
> 
> Andy Paterson
> 
>  
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: nvidia akmod on several Intel desktops

2017-10-11 Thread jeandet
Le mercredi 11 octobre 2017 à 22:03 +0800, Ed Greshko a écrit :
> On 10/11/17 21:57, jeandet wrote:
> > Not by myself and tracer isn't installed. I didn't find how to
> > check if
> > this plugin is enabled or not.
> 
> 
> The plugins are either of these 2 packages depending on the version
> of dnf you're
> running
> 
> python2-dnf-plugin-tracer.noarch
> 
> python3-dnf-plugin-tracer.noarch
Ok thank you, none of them is installed.

Then it looks like a race condition between dnf and akmod. On my
machine I have much less cores/RAM (4c,32GB Vs 10c,128GB) than the
failing one, so maybe a possible explanation is that akmod runs much
faster on the 10 Cores machine than 4 Cores one while dnf takes the
same time.
So this bug would appear on faster machines.

To validate this hypothesis how can I slow down akmod? Can I force it
to build on a single core (if not already the case)?
> 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: nvidia akmod on several Intel desktops

2017-10-11 Thread jeandet
Le mercredi 11 octobre 2017 à 21:32 +0800, Ed Greshko a écrit :
> On 10/11/17 21:28, jeandet wrote:
> > Le mercredi 11 octobre 2017 à 15:14 +0800, Ed Greshko a écrit :
> > > On 10/11/17 14:56, Jeandet Alexis wrote:
> > > > In my lab we have a "funny" beaviour with nvidia akmods.
> > > > 
> > > > - On my desktop I have a i7-6700K with an integrated GPU plus a
> > > > GTX 1050 Ti ->
> > > > kernel/akmod updates works great
> > > > - On a second destop we have a i7-6950X without integrated GPU
> > > > plus a GeForce GTX
> > > > 1050 -> akmod always fail we have to relaunch it manually on
> > > > each updates
> > > > - On a third desktop we have a i7-7820X without integrated GPU
> > > > plus a GeForce GTX
> > > > 1050 -> akmod always fail we have to relaunch it manually on
> > > > each updates
> > > > 
> > > > I really looks like akmod fails if there is no aditionnal GPU.
> > > > Does anyone see the
> > > > same behaviour?
> > > > 
> > > 
> > > Not seeing any problems here.
> > > 
> > > What does "fail" mean?  There are logs in /var/cache/akmods and
> > > you may want to give
> > > more info.
> > 
> > in /var/cache/akmods/akmods.log for one update:
> > 
> > 2017/09/11 10:40:50 akmods: Checking kmods exist for 4.12.9-
> > 300.fc26.x86_64
> > 2017/09/11 10:40:50 akmods: Building and installing nvidia-kmod
> > 2017/09/11 10:40:50 akmods: Building RPM using the command
> > '/sbin/akmodsbuild
> > --target x86_64 --kernels 4.12.9-300.fc26.x86_64
> > /usr/src/akmods/nvidia-kmod.latest'
> > 2017/09/11 10:41:00 akmods: Installing newly built rpms
> > 2017/09/11 10:41:00 akmods: DNF detected
> > 2017/09/11 10:41:00 akmods: Could not install newly built RPMs. You
> > can find them
> > and the logfile
> > 2017/09/11 10:41:00 akmods: 375.66-3-for-4.12.9-
> > 300.fc26.x86_64.failed.log in
> > /var/cache/akmods/nvidia/
> > 2017/09/11 10:41:00 akmods: Checking kmods exist for 4.11.8-
> > 200.fc25.x86_64
> > 2017/09/11 10:41:00 akmods: Ignoring nvidia-kmod as it failed
> > earlier
> > 2017/09/11 10:41:00 akmods: Hint: Some kmods were ignored or failed
> > to build or
> > install.
> > 2017/09/11 10:41:00 akmods: You can try to rebuild and install them
> > by by calling
> > 2017/09/11 10:41:00 akmods: '/usr/sbin/akmods --force' as root.
> > 2017/09/11 10:45:01 akmods: Checking kmods exist for 4.12.9-
> > 300.fc26.x86_64
> > 2017/09/11 10:45:01 akmods: Ignoring nvidia-kmod as it failed
> > earlier
> > 2017/09/11 10:45:01 akmods: Hint: Some kmods were ignored or failed
> > to build or
> > install.
> > 2017/09/11 10:45:01 akmods: You can try to rebuild and install them
> > by by calling
> > 2017/09/11 10:45:01 akmods: '/usr/sbin/akmods --force' as root.
> > 2017/09/11 10:53:46 akmods: Checking kmods exist for 4.12.9-
> > 300.fc26.x86_64
> > 2017/09/11 10:53:46 akmods: Building and installing nvidia-kmod
> > 2017/09/11 10:53:46 akmods: Building RPM using the command
> > '/sbin/akmodsbuild
> > --target x86_64 --kernels 4.12.9-300.fc26.x86_64
> > /usr/src/akmods/nvidia-kmod.latest'
> > 2017/09/11 10:53:57 akmods: Installing newly built rpms
> > 2017/09/11 10:53:57 akmods: DNF detected
> > 2017/09/11 10:54:02 akmods: Successful.
> > 2017/09/11 10:55:40 akmods: Checking kmods exist for 4.12.9-
> > 300.fc26.x86_64
> > 2017/10/09 11:45:44 akmods: Checking kmods exist for 4.12.9-
> > 300.fc26.x86_64
> > 
> > in /var/cache/akmods/nvidia/375.66-3-for-4.12.9-
> > 300.fc26.x86_64.failed.log
> > 
> > 2017/09/11 10:41:00 akmods: DNF detected
> > erreur : db5 erreur(-30969) de dbenv->open: BDB0091
> > DB_VERSION_MISMATCH: Database
> > environment version mismatch
> > erreur : impossible d'ouvrir l'index Packages en utilisant db5
> > -  (-30969)
> > erreur : impossible d'ouvrir la base de données paquet dans
> > /var/lib/rpm
> > Erreur : Error: rpmdb open failed
> > 2017/09/11 10:41:00 akmods: Could not install newly built RPMs. You
> > can find them
> > and the logfile
> > 2017/09/11 10:41:00 akmods: 375.66-3-for-4.12.9-
> > 300.fc26.x86_64.failed.log in
> > /var/cache/akmods/nvidia/
> > 
> > It seems that akmods calls dnf while dnf is already doing something
> > else. So it is
> > less obvious why it doesn't(never) append on my machine.
> > BTW in the past yum or 

Re: nvidia akmod on several Intel desktops

2017-10-11 Thread jeandet
Le mercredi 11 octobre 2017 à 15:14 +0800, Ed Greshko a écrit :
> On 10/11/17 14:56, Jeandet Alexis wrote:
> > In my lab we have a "funny" beaviour with nvidia akmods.
> > 
> > - On my desktop I have a i7-6700K with an integrated GPU plus a GTX
> > 1050 Ti ->
> > kernel/akmod updates works great
> > - On a second destop we have a i7-6950X without integrated GPU plus
> > a GeForce GTX
> > 1050 -> akmod always fail we have to relaunch it manually on each
> > updates
> > - On a third desktop we have a i7-7820X without integrated GPU plus
> > a GeForce GTX
> > 1050 -> akmod always fail we have to relaunch it manually on each
> > updates
> > 
> > I really looks like akmod fails if there is no aditionnal GPU. Does
> > anyone see the
> > same behaviour?
> > 
> 
> Not seeing any problems here.
> 
> What does "fail" mean?  There are logs in /var/cache/akmods and you
> may want to give
> more info.
in /var/cache/akmods/akmods.log for one update:
2017/09/11 10:40:50 akmods: Checking kmods exist for 4.12.9-
300.fc26.x86_642017/09/11 10:40:50 akmods: Building and installing
nvidia-kmod2017/09/11 10:40:50 akmods: Building RPM using the command
'/sbin/akmodsbuild --target x86_64 --kernels 4.12.9-300.fc26.x86_64
/usr/src/akmods/nvidia-kmod.latest'2017/09/11 10:41:00 akmods:
Installing newly built rpms2017/09/11 10:41:00 akmods: DNF
detected2017/09/11 10:41:00 akmods: Could not install newly built RPMs.
You can find them and the logfile2017/09/11 10:41:00 akmods: 375.66-3-
for-4.12.9-300.fc26.x86_64.failed.log in
/var/cache/akmods/nvidia/2017/09/11 10:41:00 akmods: Checking kmods
exist for 4.11.8-200.fc25.x86_642017/09/11 10:41:00 akmods: Ignoring
nvidia-kmod as it failed earlier2017/09/11 10:41:00 akmods: Hint: Some
kmods were ignored or failed to build or install.2017/09/11 10:41:00
akmods: You can try to rebuild and install them by by calling2017/09/11
10:41:00 akmods: '/usr/sbin/akmods --force' as root.2017/09/11 10:45:01
akmods: Checking kmods exist for 4.12.9-300.fc26.x86_642017/09/11
10:45:01 akmods: Ignoring nvidia-kmod as it failed earlier2017/09/11
10:45:01 akmods: Hint: Some kmods were ignored or failed to build or
install.2017/09/11 10:45:01 akmods: You can try to rebuild and install
them by by calling2017/09/11 10:45:01 akmods: '/usr/sbin/akmods --
force' as root.2017/09/11 10:53:46 akmods: Checking kmods exist for
4.12.9-300.fc26.x86_642017/09/11 10:53:46 akmods: Building and
installing nvidia-kmod2017/09/11 10:53:46 akmods: Building RPM using
the command '/sbin/akmodsbuild --target x86_64 --kernels 4.12.9-
300.fc26.x86_64 /usr/src/akmods/nvidia-kmod.latest'2017/09/11 10:53:57
akmods: Installing newly built rpms2017/09/11 10:53:57 akmods: DNF
detected2017/09/11 10:54:02 akmods: Successful.2017/09/11 10:55:40
akmods: Checking kmods exist for 4.12.9-300.fc26.x86_642017/10/09
11:45:44 akmods: Checking kmods exist for 4.12.9-300.fc26.x86_64
in /var/cache/akmods/nvidia/375.66-3-for-4.12.9-
300.fc26.x86_64.failed.log
2017/09/11 10:41:00 akmods: DNF detectederreur : db5 erreur(-30969) de
dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database environment version
mismatcherreur : impossible d'ouvrir l'index Packages en utilisant db5
-  (-30969)erreur : impossible d'ouvrir la base de données paquet dans
/var/lib/rpmErreur : Error: rpmdb open failed2017/09/11 10:41:00
akmods: Could not install newly built RPMs. You can find them and the
logfile2017/09/11 10:41:00 akmods: 375.66-3-for-4.12.9-
300.fc26.x86_64.failed.log in /var/cache/akmods/nvidia/
It seems that akmods calls dnf while dnf is already doing something
else. So it is less obvious why it doesn't(never) append on my
machine.BTW in the past yum or dnf were just waiting for other process
to finish and now it returns immediately most of the time, I don't know
why.
> Of course akmods-nvidia comes from rpmfusion.  So, you may want to
> ask on their
> mailing list?
Yes, I just wanted to see if anybody else see the same behavior before
feeling a BR.I might be wrong but I expect to see more people ont his
ML.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


nvidia akmod on several Intel desktops

2017-10-11 Thread Jeandet Alexis
Hello,

In my lab we have a "funny" beaviour with nvidia akmods.

- On my desktop I have a i7-6700K with an integrated GPU plus a GTX
1050 Ti -> kernel/akmod updates works great
- On a second destop we have a i7-6950X without integrated GPU plus a
GeForce GTX 1050 -> akmod always fail we have to relaunch it manually
on each updates
- On a third desktop we have a i7-7820X without integrated GPU plus a
GeForce GTX 1050 -> akmod always fail we have to relaunch it manually
on each updates

I really looks like akmod fails if there is no aditionnal GPU. Does
anyone see the same behaviour?

Best regards,
Alexis.___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Fedora 26 small issues with Asus Zenbook UX306U

2017-07-28 Thread Jeandet Alexis
Hi,

I run Fedora 26 maybe since Alpha release on my Zenbook and in between
Alpha and Beta I lost backlight control from gnome shell and
/sys/class/backlight/intel_backlight/brightness. 
Then after 4.11.3 kernel I wasn't able to boot anymore, I discovered
that switching to CSM mode solved the problem it also restored the
backlight control from /sys/class/backlight/intel_backlight/brightness
but still not from gnome shell.
Updating BIOS didn't help.
Does anyone got similar troubles?
Did you solve them?

Best regards,
Alexis.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: postgresql and firewald startup

2017-06-10 Thread Jeandet Alexis
Hi Gordon, 

Thanks that fixed the issue, indeed I configured it to listen on a
specific IP. 
I didn't know the exact difference between network and network-online
targets.
 
Best regards,
Alexis.
Le vendredi 09 juin 2017 à 17:31 -0700, Gordon Messmer a écrit :
> On 06/09/2017 12:09 AM, Jeandet Alexis wrote:
> > On startup postgreslq always fail to start complaining about port
> > 5432.
> 
> 
> My first guess would be that you've configured postgresql to listen
> on a 
> specific IP address, and when you do that, the service needs to
> depend 
> on "network-online.target" instead of "network.target."
> 
> Run "systemctl edit postgresql.service" and insert two lines:
> 
> [Unit]
> After=network-online.target
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


postgresql and firewald startup

2017-06-09 Thread Jeandet Alexis
Hello,

I have a server running F25 with postgresql and firewald configured.
On startup postgreslq always fail to start complaining about port 5432.
I did allow this port on the firewall, if I start manually postgresql
after it works.
So I did plot the startup sequence (systemd-analyse plot), I saw that
pgsql start after dbus.service but much before the firewall. Is there
something wrong with the default config of pgsql systemd unit?
Or more likely, what did I miss? mess :)?

boot graph:
https://ao.lpp.polytechnique.fr/s/7LdFkX5tlReNeqf

Best regards,
Alexis___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: kernel 4.9.14-200

2017-04-14 Thread Jeandet Alexis
Hi,

I have the feeling that on two of my Zenbook(one running F25, one
running F26) I face the same issue. But I have an intel GPU, what makes
you think that this is related to nouveau(BZ 1435000)?
Since few kernel releases maybe 4.10+ and also 4.11 my laptops doesn't
resume all the time from sleep, most of the time I have to restart
them.

Best regards,
Alexis.
Le jeudi 06 avril 2017 à 22:05 -0700, Paolo Galtieri a écrit :
> Folks,
>    one of my systems suffers from a bug (BZ 1435000) in the latest
> 4.10 
> kernels in which the monitor attached to the system does not wake up 
> from sleep requiring me to reboot the system to recover. During the 
> latest updates the 4.9.19 kernel was removed from my system, and is
> no 
> longer available from the repositories.  Is there any way to make
> this 
> kernel available so that I can re-install it to avoid rebooting the 
> system if I step away from it for a while when running a 4.10
> kernel?  
> This issue may apply to others as well.
> 
> Any assistance is appreciated.
> 
> Paolo
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Fedora on Lenovo Yoga Book?

2017-02-09 Thread Jeandet Alexis
Hi, 
The Yoga Book is flashed with kernel flinger as boot loader. For now I
don't really understand if I'm supposed to be able to access to a
BIOS/EFI menu or if the only firmware is kernel flinger.Does anyone has
some experience with x86 android tablets? Can I configure kernel
flinger to load GRUB, or directly another kernel? It seems most of the
tasks might be done with ADB.I'm quite lost I thought that an x86
device might always have an EFI/BIOS with at least few boot options. I
turns out that it's easier to boot linux on a Chinese no-name Allwinner
tablet :).
The good points are that the device is cool, even with Android. It has
a good finish and being able to write on real paper is really nice. I
really want to see Fedora on it!
Best regards,Alexis.Le mercredi 08 février 2017 à 21:23 +0100, Jeandet
Alexis a écrit :
> HI,
> 
> I bought one today, I took the Android version.(Much cheaper, 100€
> less)
> Few observations first:
>   -No regular size USB, it's micro USB (OTG or HOST capable)
>   -No regular BIOS/EFI menu just android boot menu
> For now I need to investigate, I have no experience with Android on
> x86 and changing OS on such devices.
> Any hints here are welcome.
> 
> Alexis.
> Le mardi 07 février 2017 à 14:08 -0800, Rick Stevens a écrit :
> > On 02/07/2017 01:44 PM, Jeandet Alexis wrote:
> > > Le mardi 07 février 2017 à 13:16 -0800, Rick Stevens a écrit :
> > > > On 02/07/2017 12:59 PM, Jeandet Alexis wrote:
> > > > > Thank you for your answer, my fear is mainly their halo
> > > > > keyboard.
> > > > 
> > > > If you already have the device, try booting a LiveCD and try to
> > > > run it.
> > > 
> > > Not yet.
> > 
> > Ah. Yeah, that makes all of it a bit more dicey. And I hadn't
> > realized
> > it was Android. I was looking at the laptops, not the "book".
> > 
> > > > Won't cost you anything except the use of a thumbdrive or blank
> > > > CD and
> > > > your time. You'll need the CD anyway if you find it works and
> > > > you decide
> > > > to install.
> > > 
> > > Yep that's the plan, but before burning 500€ I would be happy to
> > > be sure
> > > it won't be like Bay-Trail Atoms and their 32bit UEFI or
> > > something like
> > > this.
> > 
> > Uhm, dunno about that. I'd suspect it's a 64-bit UEFI BIOS, but
> > Lenovo
> > often has their own ideas about what's needed. The machine comes
> > with
> > Android Marshmallow (6) and I'm not sure what requirements that has
> > as far as UEFI is concerned.
> > 
> > > > I have read that others have installed Ubuntu onto Yogas and
> > > > beyond
> > > > some teething problems with the on-screen keyboards, gestures
> > > > and
> > > > mouse clicks (somewhat similar to what Alexis says below), it
> > > > seems to
> > > > work.
> > > 
> > > The problem with this device is that without keyboard you are
> > > really stuck.
> > 
> > I guess there's a possibility of using a USB keyboard if you have
> > issues. That being said, if this is going to be your primary
> > machine and
> > you're on a budget, you may not want to be the David on this. If
> > you
> > can afford it and have the time, I'm sure the community would LOVE
> > to
> > have someone sort this out. I'd be interested (oh, gawd, just what
> > I
> > need...another bloody computer!)
> > 
> > > > > Le mardi 07 février 2017 à 15:39 -0500, Billy Davis a écrit :
> > > > > > I just installed CentOS 7.3 on a Lenovo Twist Ultra Laptop.
> > > > > > Works fine 
> > > > > > for the most part but:
> > > > > > 
> > > > > > * Keyboard/touchpad do NOT work 'out of the box'. Small mod
> > > > > > to grub
> > > > > > file 
> > > > > > fixed keyboard and 'mouse' part of touchpad (ie, mouse
> > > > > > moves around on 
> > > > > > screenn and touchpad click works) but touchpad buttons do
> > > > > > NOT work.
> > > > > > 
> > > > > > * Wired network works fine, wireless does NOT. Fix is
> > > > > > supposedly 
> > > > > > available on line, but haven't tried it yet.
> > > > > > 
> > > > > > Runs great once you get it up.
> > > > > > 
> > > > > &

Re: Fedora on Lenovo Yoga Book?

2017-02-08 Thread Jeandet Alexis
HI,
I bought one today, I took the Android version.(Much cheaper, 100€ l
ess)Few observations first: -No regular size USB, it's micro USB
(OTG or HOST capable)   -No regular BIOS/EFI menu just android
boot menuFor now I need to investigate, I have no experience with
Android on x86 and changing OS on such devices.Any hints here are
welcome.
Alexis.Le mardi 07 février 2017 à 14:08 -0800, Rick Stevens a écrit :
> On 02/07/2017 01:44 PM, Jeandet Alexis wrote:
> > Le mardi 07 février 2017 à 13:16 -0800, Rick Stevens a écrit :
> > > On 02/07/2017 12:59 PM, Jeandet Alexis wrote:
> > > > Thank you for your answer, my fear is mainly their halo
> > > > keyboard.
> > > 
> > > If you already have the device, try booting a LiveCD and try to
> > > run it.
> > 
> > Not yet.
> 
> Ah. Yeah, that makes all of it a bit more dicey. And I hadn't
> realized
> it was Android. I was looking at the laptops, not the "book".
> 
> > > Won't cost you anything except the use of a thumbdrive or blank
> > > CD and
> > > your time. You'll need the CD anyway if you find it works and you
> > > decide
> > > to install.
> > 
> > Yep that's the plan, but before burning 500€ I would be happy to be
> > sure
> > it won't be like Bay-Trail Atoms and their 32bit UEFI or something
> > like
> > this.
> 
> Uhm, dunno about that. I'd suspect it's a 64-bit UEFI BIOS, but
> Lenovo
> often has their own ideas about what's needed. The machine comes with
> Android Marshmallow (6) and I'm not sure what requirements that has
> as far as UEFI is concerned.
> 
> > > I have read that others have installed Ubuntu onto Yogas and
> > > beyond
> > > some teething problems with the on-screen keyboards, gestures and
> > > mouse clicks (somewhat similar to what Alexis says below), it
> > > seems to
> > > work.
> > 
> > The problem with this device is that without keyboard you are
> > really stuck.
> 
> I guess there's a possibility of using a USB keyboard if you have
> issues. That being said, if this is going to be your primary machine
> and
> you're on a budget, you may not want to be the David on this. If you
> can afford it and have the time, I'm sure the community would LOVE to
> have someone sort this out. I'd be interested (oh, gawd, just what I
> need...another bloody computer!)
> 
> > > > Le mardi 07 février 2017 à 15:39 -0500, Billy Davis a écrit :
> > > > > I just installed CentOS 7.3 on a Lenovo Twist Ultra Laptop.
> > > > > Works fine 
> > > > > for the most part but:
> > > > > 
> > > > > * Keyboard/touchpad do NOT work 'out of the box'. Small mod
> > > > > to grub
> > > > > file 
> > > > > fixed keyboard and 'mouse' part of touchpad (ie, mouse moves
> > > > > around on 
> > > > > screenn and touchpad click works) but touchpad buttons do NOT
> > > > > work.
> > > > > 
> > > > > * Wired network works fine, wireless does NOT. Fix is
> > > > > supposedly 
> > > > > available on line, but haven't tried it yet.
> > > > > 
> > > > > Runs great once you get it up.
> > > > > 
> > > > > Good luck,
> > > > > Billy
> > > > > 
> > > > > On 2/7/2017 2:31 PM, Jeandet Alexis wrote:
> > > > > > Hi,
> > > > > > 
> > > > > > Does anyone tried to install Fedora the Lenovo Yoga Book?
> > > > > > If yes does
> > > > > > it works well? I wonder if the keyboard/touchpad is well
> > > > > > supported.
> > > > > > 
> > > > > > Best regards,
> > > > > > Alexis.
> > > > > > ___
> > > > > > users mailing list -- users@lists.fedoraproject.org
> > > > > > <mailto:users@lists.fedoraproject.org>
> > > > > > <mailto:users@lists.fedoraproject.org
> > > > > > <mailto:users@lists.fedoraproject.org>>
> > > > > > To unsubscribe send an email to users-leave@lists.fedorapro
> > > > > > ject.org
> > > > > > <mailto:users-le...@lists.fedoraproject.org
> > > > > > <mailto:users-le...@lists.fedoraproject.org>>
> > > > > > 
> > > > > > 
> > > > > 
> > > > > ___

Re: Fedora on Lenovo Yoga Book?

2017-02-07 Thread Jeandet Alexis
Le mardi 07 février 2017 à 13:16 -0800, Rick Stevens a écrit :
> On 02/07/2017 12:59 PM, Jeandet Alexis wrote:
> > Thank you for your answer, my fear is mainly their halo keyboard.
> 
> If you already have the device, try booting a LiveCD and try to run
> it.
Not yet.
> Won't cost you anything except the use of a thumbdrive or blank CD
> and
> your time. You'll need the CD anyway if you find it works and you
> decide
> to install.
Yep that's the plan, but before burning 500€ I would be happy to be
sure it won't be like Bay-Trail Atoms and their 32bit UEFI or something
like this.
> 
> I have read that others have installed Ubuntu onto Yogas and beyond
> some teething problems with the on-screen keyboards, gestures and
> mouse clicks (somewhat similar to what Alexis says below), it seems
> to
> work.
The problem with this device is that without keyboard you are really
stuck.
> 
> > Le mardi 07 février 2017 à 15:39 -0500, Billy Davis a écrit :
> > > I just installed CentOS 7.3 on a Lenovo Twist Ultra Laptop. Works
> > > fine 
> > > for the most part but:
> > > 
> > > * Keyboard/touchpad do NOT work 'out of the box'. Small mod to
> > > grub file 
> > > fixed keyboard and 'mouse' part of touchpad (ie, mouse moves
> > > around on 
> > > screenn and touchpad click works) but touchpad buttons do NOT
> > > work.
> > > 
> > > * Wired network works fine, wireless does NOT. Fix is supposedly 
> > > available on line, but haven't tried it yet.
> > > 
> > > Runs great once you get it up.
> > > 
> > > Good luck,
> > > Billy
> > > 
> > > On 2/7/2017 2:31 PM, Jeandet Alexis wrote:
> > > > Hi,
> > > > 
> > > > Does anyone tried to install Fedora the Lenovo Yoga Book? If
> > > > yes does
> > > > it works well? I wonder if the keyboard/touchpad is well
> > > > supported.
> > > > 
> > > > Best regards,
> > > > Alexis.
> > > > ___
> > > > users mailing list -- users@lists.fedoraproject.org
> > > > <mailto:users@lists.fedoraproject.org>
> > > > To unsubscribe send an email to users-
> > > > le...@lists.fedoraproject.org
> > > > <mailto:users-le...@lists.fedoraproject.org>
> > > > 
> > > > 
> > > 
> > > ___
> > > users mailing list -- users@lists.fedoraproject.org
> > > <mailto:users@lists.fedoraproject.org>
> > > To unsubscribe send an email to users-
> > > le...@lists.fedoraproject.org
> > > <mailto:users-le...@lists.fedoraproject.org>
> > 
> > 
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > 
> 
> ___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Fedora on Lenovo Yoga Book?

2017-02-07 Thread Jeandet Alexis
Thank you for your answer, my fear is mainly their halo keyboard.
Le mardi 07 février 2017 à 15:39 -0500, Billy Davis a écrit :
> I just installed CentOS 7.3 on a Lenovo Twist Ultra Laptop. Works
> fine 
> for the most part but:
> 
> * Keyboard/touchpad do NOT work 'out of the box'. Small mod to grub
> file 
> fixed keyboard and 'mouse' part of touchpad (ie, mouse moves around
> on 
> screenn and touchpad click works) but touchpad buttons do NOT work.
> 
> * Wired network works fine, wireless does NOT. Fix is supposedly 
> available on line, but haven't tried it yet.
> 
> Runs great once you get it up.
> 
> Good luck,
> Billy
> 
> On 2/7/2017 2:31 PM, Jeandet Alexis wrote:
> > Hi,
> > 
> > Does anyone tried to install Fedora the Lenovo Yoga Book? If yes
> > does
> > it works well? I wonder if the keyboard/touchpad is well supported.
> > 
> > Best regards,
> > Alexis.
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > 
> > 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Fedora on Lenovo Yoga Book?

2017-02-07 Thread Jeandet Alexis
Hi,

Does anyone tried to install Fedora the Lenovo Yoga Book? If yes does
it works well? I wonder if the keyboard/touchpad is well supported.

Best regards,
Alexis.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Meet PoisonTap, the $5 tool that ransacks password-protected computers

2016-11-22 Thread Jeandet Alexis
Le mardi 22 novembre 2016 à 10:43 +, jharb...@comcast.net a écrit :
> I have opened a bug, 1396837, in the Red Hat Bugzilla.
> My suggestion is for all USB port to not enumerate any devices
> plugged in while the screen is locked, even if it is password
> protected.  I feel that the integrity of Linux has to be defended
> against this hybrid attack.
What about Yubikey and equivalents?
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: qt

2016-11-04 Thread Jeandet Alexis
Le vendredi 04 novembre 2016 à 16:54 +0100, Patrick Dupre a écrit :
> Thank for the infao.
> 
>  dnf install qt-devel
> Last metadata expiration check: 0:28:48 ago on Fri Nov  4 16:22:06
> 2016.
> Package qt-devel-1:4.8.7-18.fc24.x86_64 is already installed,
> skipping.
> Dependencies resolved.
> Nothing to do.
> Complete!
> 
> qt-devel
> provides
> /usr/bin/qmake-qt4
> /usr/lib64/qt4/bin/qmake
> /usr/lib64/qt4/bin/qmake-qt4
> 
> but
> which qmake
> /usr/bin/which: no qmake in (/root/bin:/usr/lib64/qt-
> 3.3/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/u
> sr/bin)
This is not an issue, to build with qt4 you have to invoke qmake-qt4.
As far as I understand on Fedora qmake stands for qt3 only then for
qt4/5 you must use qmake-qt4/5.
> 
> it seems that the PATH is not correct.
> 
> Do I need to reinstall qt-devel ?
> 
> Thank
> =
> ==
>  Patrick DUPRÉ | | email:
> pdu...@gmx.com
>  Laboratoire de Physico-Chimie de l'Atmosphère | |
>  Université du Littoral-Côte d'Opale   | |
>  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82
> 44
>  189A, avenue Maurice Schumann | | 59140 Dunkerque,
> France
> =====
> ==
> 
> 
> > Sent: Friday, November 04, 2016 at 4:48 PM
> > From: "Jeandet Alexis" <alexis.jean...@member.fsf.org>
> > To: users@lists.fedoraproject.org
> > Subject: Re: qt
> > 
> > Hello Patrick,
> > 
> > For qt4 you need qt-devel and for qt5 qt5-qtbase-devel.
> > You will get qmake-qt4 and qmake-qt5.
> > Then you may also need others qt4/5 devel packages.
> > 
> > Regards,
> > Alexis
> > Le vendredi 04 novembre 2016 à 16:42 +0100, Patrick Dupre a écrit :
> > > Hello,
> > > which qmake
> > > provides
> > > /usr/lib64/qt-3.3/bin/qmake
> > > while I need a version 4
> > > /usr/lib64/qt-3.3/bin/qmake is part of qt3-devel
> > > 
> > > 
> > > How can I install qt4 ?
> > > dnf install qt4
> > > provides
> > > Package qt-1:4.8.7-18.fc24.x86_64 is already installed, skipping.
> > > 
> > > If I remove qt3-devel
> > > I do not have any qmake available
> > > 
> > > Thank for your help.
> > > 
> > > =
> > > 
> > > ==
> > >  Patrick DUPRÉ | | email:
> > > pdupre@gmx.
> > > com
> > >  Laboratoire de Physico-Chimie de l'Atmosphère | |
> > >  Université du Littoral-Côte d'Opale   | |
> > >  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65
> > > 82
> > > 44
> > >  189A, avenue Maurice Schumann | | 59140
> > > Dunkerque,
> > > France
> > > =
> > > 
> > > ==
> > > ___
> > > users mailing list -- users@lists.fedoraproject.org
> > > To unsubscribe send an email to users-
> > > le...@lists.fedoraproject.org
> > 
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: qt

2016-11-04 Thread Jeandet Alexis
Hello Patrick,

For qt4 you need qt-devel and for qt5 qt5-qtbase-devel.
You will get qmake-qt4 and qmake-qt5.
Then you may also need others qt4/5 devel packages.

Regards,
Alexis
Le vendredi 04 novembre 2016 à 16:42 +0100, Patrick Dupre a écrit :
> Hello,
> which qmake
> provides
> /usr/lib64/qt-3.3/bin/qmake
> while I need a version 4
> /usr/lib64/qt-3.3/bin/qmake is part of qt3-devel
> 
> 
> How can I install qt4 ?
> dnf install qt4
> provides
> Package qt-1:4.8.7-18.fc24.x86_64 is already installed, skipping.
> 
> If I remove qt3-devel
> I do not have any qmake available
> 
> Thank for your help.
> 
> =
> ==
>  Patrick DUPRÉ | | email: pdupre@gmx.
> com
>  Laboratoire de Physico-Chimie de l'Atmosphère | |
>  Université du Littoral-Côte d'Opale   | |
>  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82
> 44
>  189A, avenue Maurice Schumann | | 59140 Dunkerque,
> France
> =
> ==
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Problem with keyboard shortcuts and layouts

2016-11-04 Thread Jeandet Alexis
Hi all,

I have a laptop with a French (azerty) layout and an USB Dvorak(US)
keyboard(a TypeMatrix 2030). 
So I added my dvorak keyboard in the gnome -settings input sources
menu. 
I can easily switch between keyboards with Super+Space but shortcuts
doesn't work with my dvorak keyboard. 
It looks like the input source switch doesn't apply for shortcuts.

Example:

My default layout is azerty.
-I switch to Dvorak with Super+Space.
-Typing works correctly on my Dvorak keyboard.
-I try Ctrl+S to save a file on Gedit it comments out current line like
I if typed Ctrl+m
-Without switching back to azerty I type Ctrl+s on my azerty keyboard
and it saves the document.

I have this problem with most apps.

Did I miss something? Any hints?

Best regards,
Alexis.___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Using Google Mock

2016-10-14 Thread jeandet
Ok, it seems I got the answer for why it's not shipped as binary here:
http://askubuntu.com/questions/219516/howto-install-google-mock-on-ubun
tu-12-10

Le vendredi 14 octobre 2016 à 20:38 +0200, jeandet a écrit :
> Hi,
> 
> Does anyone uses Google Mock from fedora repositories (gmock.noarch)?
> If yes why it doesn't ship gmock dll but only gmock source files, why
> we don't have a gmock.x86_64 package as for gtest? Should we build it
> locally for each app, what is the procedure?
> 
> Best regards,
> Alexis.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Using Google Mock

2016-10-14 Thread jeandet
Hi,

Does anyone uses Google Mock from fedora repositories (gmock.noarch)?
If yes why it doesn't ship gmock dll but only gmock source files, why
we don't have a gmock.x86_64 package as for gtest? Should we build it
locally for each app, what is the procedure?

Best regards,
Alexis.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Google calendar API limit

2016-09-16 Thread jeandet
Le vendredi 16 septembre 2016 à 11:59 +0100, Patrick O'Callaghan a
écrit :
> On Fri, 2016-09-16 at 09:13 +0200, jeandet wrote:
> > 
> > Hi,
> > 
> > I got this message on Evolution this morning:
> > 
> > Failed to login to the server: Daily Limit Exceeded. The quota will
> > be
> > reset at midnight Pacific Time (PT). You may monitor your quota
> > usage
> > and adjust limits in the API Console:
> > https://console.developers.google
> > .com/apis/api/caldav/quotas?project=923794261470
> > 
> > It's the first time I see it, does it applies to gnome project?
> > Is there anything to do about that (except waiting ;))?
> 
> Are you using Evolution, or do any of the Evolution components
> running
> such as the calendar or contacts processes? There seems to be a
> problem
> with recent versions. See the Evolution list.
Yes I use Evolution, indeed I forget to mention that this message came
from Evolution GUI.
Thanks for the hint.
> 
> poc
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Google calendar API limit

2016-09-16 Thread jeandet
Hi,

I got this message on Evolution this morning:

Failed to login to the server: Daily Limit Exceeded. The quota will be
reset at midnight Pacific Time (PT). You may monitor your quota usage
and adjust limits in the API Console: https://console.developers.google
.com/apis/api/caldav/quotas?project=923794261470

It's the first time I see it, does it applies to gnome project?
Is there anything to do about that (except waiting ;))?

Best regards,
Alexis Jeandet.--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
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


Gnome online accounts and evolution long password issue

2016-06-20 Thread jeandet
Hi,

I've some issues with both Evolution and gnome-online accounts, I try
to use my yubikey in static password mode but the password isn't
accepted.

-With evolution it doesn't accept my passwd while my webmail does.
-With Gnome-online account I try to connect to my owncloud account it
also reject the password while client and webapp accept it.

I use the same passwd for my session and gdm accept it and gnome
keyring seems also to accept it.

The only thing I see is the passwd length, 62 characters.

Is there any limitation?

Best regards,
Alexis.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
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


Fedora on Shield Tablet

2015-12-26 Thread Alexis Jeandet
Hi,

Does any one tried to install fedora on a Shield Tablet? I have a
jetson tk1 where it works well an the procedure is easy but I didn't
found anything for shield tablet.

Best regards,
Alexis.
-- 
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


Netgen-mesher crash on F23

2015-12-09 Thread Alexis Jeandet
Hi,

Does anyone succeed to start netgen mesher? When I start it I get this
error:
==
NETGEN-5.3.1
Developed by Joachim Schoeberl at
2010- Vienna University of Technology
2006-2010 RWTH Aachen University
1996-2006 Johannes Kepler University Linz
optfile ./ng.opt does not exist - using default values
X Error of failed request:  BadValue (integer parameter out of range
for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  551
  Current serial number in output stream:  552

==
I use have the same error with both Nvidia(k3000M,nouveau) GPU and
intel one(hd 6100), not sure that it's a driver issue.

Best regards,
Alexis.
-- 
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: python-terminado -- missing - fedora 23

2015-11-17 Thread jeandet alexis
Hi,

I tried really quickly IPython on my fedora 23 before switching to
jupyter I don't remember if the notebook worked. Sadly jupyter isn't
packaged yet but you can install it with pip and you have also
Jupyterhub ;) and it works well.
I hope it helps...

Best regards,
Alexis

On Tue, 2015-11-17 at 12:06 -0500, Kevin Abbey wrote:
> Hi,
> 
> I'm trying to use the ipython notebook in fedora 23 but the interface
> in 
> the web browser does not appear as expected.  Has anyone gotten this
> to 
> work as in prior versions:  ipython notebook
> 
> In the terminal I see the message stating that the module terminado
> is 
> not available.  I've tried to find the package with the module but it
> does not appear to be available.  I've found a bug listing here.
> 
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1219662
> ---
> -
> And the development files here:
> http://www.cora.nwra.com/~orion/fedora/
> ---
> -
> [   ]python-terminado-0.5-1.fc21.src.rpm07-May-2015 16:30 26K
> [   ]python-terminado-0.5-2.fc21.src.rpm27-Jul-2015 11:22 26K
> [   ]python-terminado-0.5-3.fc21.src.rpm27-Jul-2015 11:22 26K
> [TXT]python-terminado.spec27-Jul-2015 11:222.2K
> ---
> -
> 
> 
> 
> Can anyone confirm that there is a problem with the ipython notebook
> in 
> fedora 23?
> 
> Thank you,
> Kevin
> 
> -- 
> Kevin Abbey
> Systems Administrator
> Center for Computational and Integrative Biology (CCIB)
> http://ccib.camden.rutgers.edu/
> 
-- 
Alexis Jeandet,

Plasma Physics Laboratory,



-- 
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: Fedora 23 gnome huge cursor on Wayland and HiDPI screen

2015-09-28 Thread jeandet alexis
Hi Joachim,
On Mon, 2015-09-28 at 18:49 +0200, Joachim Backes wrote:
> On 28.09.2015 18:46, jeandet alexis wrote:
> > Hi,
> > 
> > While testing Fedora 23, I saw that the cursor gets really big when
> > it
> > flies over the Gnome3 activity bar.
> > I use an HiDPI screen on Wayland.
> > Does any one has this problem?
> > 
> > Best regards,
> > Alexis.
> > 
> 
> 1. You are on the wrong list (please use fedora-test mailing list)
Ok, you mean this one?
https://admin.fedoraproject.org/mailman/listinfo/test
> 2. I don't see this in F23.
> 
> Kind regards
> 
> Joachim Backes
> 
> -- 
> 
> Fedora release 23 (Twenty Three)
> Kernel-4.2.1-300.fc23.x86_64
> 
> 
> Joachim Backes <joachim.bac...@rhrk.uni-kl.de>
> http://www-user.rhrk.uni-kl.de/~backes/


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


Fedora 23 gnome huge cursor on Wayland and HiDPI screen

2015-09-28 Thread jeandet alexis
Hi,

While testing Fedora 23, I saw that the cursor gets really big when it
flies over the Gnome3 activity bar.
I use an HiDPI screen on Wayland.
Does any one has this problem?

Best regards,
Alexis.
-- 
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: gnome embedded screencast tool unavailable after fedup to federa22

2015-09-15 Thread jeandet alexis
Hi, 
I got this issue when I use more than one screen, in my case if I just
use one screen it works.
Best regards,
Alexis.
On Tue, 2015-09-15 at 11:55 +0800, panfei wrote:
> After upgrading my fedora21 to fedora22 using fedup, I tried to
> record a simple screen video by using the gnome3 embedded screencast
> (Ctrl + Alt + Shift + R), After pressing the combined keys, the
> familiar red point appears on the right-top of my desktop.
> 
> After 30 seconds passed, the screencast tool exited, this is
> expected. and then I go to the Video directory,  there  is a webm
> video file there, but the size of the file is zero.
> 
>  is there any way to track what caused this issue and how to fix it ?
> 
> 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
-- 
Alexis Jeandet,
Plasma Physics Laboratory,
www.lpp.fr 
33169335859

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


Printers on Fedora 22

2015-09-01 Thread alexis jeandet
Hi,

This morning I get some difficulties to install a simple epson stylus
SX210 on my laptop which is running a Fedora 22 (upgraded from F21 and
from F20). I finally found that the system-config-printer-udev.x86_64
package wasn't installed. It is installed on Fedora 22 Workstation
fresh install but doesn't seems to be on upgraded systems, is it
possible? If yes wouldn't it be a problem for non "expert" users?

The message I got from gnome printers was that a driver was missing,
also not really helpful in this case.

Best regards,
Alexis.
-- 
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: Printers on Fedora 22

2015-09-01 Thread alexis jeandet
Hi,

Good news in this case, it means that in some way I should have removed
it the past.

Best regards,
Alexis.
Le mardi 01 septembre 2015 à 14:05 +0200, Samuel Rakitničan a écrit :
> Hi,
> 
> This was not he case for me, I have upgraded from F21 to F22 with
> fedup and package system-config-printer-udev.x86_64 was there.
> 
> $ grep system-config-printer /var/log/fedup.log
> [   219.852] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-libs-1.5.6-1.fc21.noarch: remove (updated)
> [   219.855] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-libs-1.5.7-3.fc22.noarch: install (update)
> [   219.855] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-udev-1.5.6-1.fc21.x86_64: remove (updated)
> [   219.857] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-udev-1.5.7-3.fc22.x86_64: install (update)
> [82.179] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-libs-1.5.6-1.fc21.noarch: remove (updated)
> [82.182] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-libs-1.5.7-3.fc22.noarch: install (update)
> [82.182] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-udev-1.5.6-1.fc21.x86_64: remove (updated)
> [82.184] (DD) fedup.depsolve:pkgAdded()
> system-config-printer-udev-1.5.7-3.fc22.x86_64: install (update)
> [  .672] (II) fedup.cli:start_meter() download
> system-config-printer-libs-1.5.7-3.fc22.noarch.rpm
> [  .682] (II) fedup.cli:start_meter() download
> system-config-printer-udev-1.5.7-3.fc22.x86_64.rpm
> [  1729.279] (DD) fedup.upgrade:add_install()
> add_install(/var/cache/system-upgrade/updates/packages/system-config
> -printer-libs-1.5.7-3.fc22.noarch.rpm,
> None, upgrade=True)
> [  1730.073] (DD) fedup.upgrade:add_install()
> add_install(/var/cache/system-upgrade/updates/packages/system-config
> -printer-udev-1.5.7-3.fc22.x86_64.rpm,
> None, upgrade=True)
> [  1749.109] (II) fedup.cli:inst_open_file() installing
> system-config-printer-libs-1.5.7-3.fc22.noarch.rpm (1432/1952)
> [  1749.161] (II) fedup.cli:inst_open_file() installing
> system-config-printer-udev-1.5.7-3.fc22.x86_64.rpm (1538/1952)
> 
> 
> Best regards,
> Samuel
> 
> 2015-09-01 13:50 GMT+02:00 alexis jeandet <
> alexis.jean...@member.fsf.org>:
> > Hi,
> > 
> > This morning I get some difficulties to install a simple epson
> > stylus
> > SX210 on my laptop which is running a Fedora 22 (upgraded from F21
> > and
> > from F20). I finally found that the system-config-printer
> > -udev.x86_64
> > package wasn't installed. It is installed on Fedora 22 Workstation
> > fresh install but doesn't seems to be on upgraded systems, is it
> > possible? If yes wouldn't it be a problem for non "expert" users?
> > 
> > The message I got from gnome printers was that a driver was
> > missing,
> > also not really helpful in this case.
> > 
> > Best regards,
> > Alexis.
> > --
> > 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


Enlightenment Illume2 modules missing

2015-08-28 Thread alexis jeandet
Hi,

I've installed Enlightenment on an arm device, if I configure it as
mobile device with touchscreen it says No module named illume2/linux
-gnu...blah../module.so.
Does anyone saw this behavior?

Does anyone knows a good desktop environment for a small touchscreen
device?

Best regards,
Alexis.
-- 
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: Laptop 'Sleep' with 4.1.x Kernels

2015-08-13 Thread alexis jeandet
Hi Tim,

On my DELL Inspiron 14 7437 closing the screen doesn't put it in sleep
mode. I also noticed that around the 4.1.x kernel update.

Best regards,
Alexis. 
Le jeudi 13 août 2015 à 08:54 -0400, Tim Evans a écrit :
 Anyone else lost the ability for laptop acpi sleep since 4.1.x 
 kernels 
 came out?  My Lenovo T530 works properly when lid is closed with 
 4.0.8-300.fc22, but does not with any 4.1 kernel.
 -- 
 Tim Evans |5 Chestnut Court
 443-394-3864  |Owings Mills, MD 21117
-- 
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


Apple Macbook pro retina 2015 Fedora status

2015-08-05 Thread jeandet alexis
Hi,

I bought a Macbook pro retina(A1502 EMC 2835) few days ago(For work
reasons...), first I have to say that F22 install works very well! The
biggest issue was to resize the disk from OSX, the tool did crash after
each operation.

Let's make a list of what works:
-F22 Installer
-Grub to boot Fedora
-Thunderbolt ethernet(Only cold plug)
-Gnome in HiDPI
-Wi-Fi
-Sound
-SD-CARD

What doesn't(at least today):
-Boot OSX from grub(Some workaround on google but not tested
and useless)
-Thunderbolt ethernet hot-pluging
-Some apps in HiDPI such as QtCreator are really hard to
use(May be fixed when built with Qt 5.5)
-Keyboard layout not perfect and no multimedia keys
-Trackpad detected as simple mouse(No Synaptic device found)
-Bluetooth not detected

I hope it may be useful for some peoples.

In the non working parts I don't understand why there is no Thunderbolt
ethernet hot-pluging since it seems to be supported by the kernel since
3.17?

Best regards,
Alexis.
-- 
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: Apple Macbook pro retina 2015 Fedora status

2015-08-05 Thread jeandet alexis
Hello Abdel,
In my case nothing append, I've just tried on one old dell screen. So
both cold and hot-plug doesn't work with it(but no crash).
I'll try on other displays this week.
Best regards,
Alexis.
On Wed, 2015-08-05 at 09:17 -0500, Abdel G. Martínez L. wrote:
 Hello Alexis.
 
 I'm on a similar situation like you.
 
 Have you tested Thunderbolt VGA Adapter? Because mine always crash
 when connected the any projector.
 
 Best regards!
 
 2015-08-05 6:01 GMT-05:00 jeandet alexis 
 alexis.jean...@member.fsf.org:
  Hi,
  
  I bought a Macbook pro retina(A1502 EMC 2835) few days ago(For work
  reasons...), first I have to say that F22 install works very well!
  The
  biggest issue was to resize the disk from OSX, the tool did crash
  after
  each operation.
  
  Let's make a list of what works:
  -F22 Installer
  -Grub to boot Fedora
  -Thunderbolt ethernet(Only cold plug)
  -Gnome in HiDPI
  -Wi-Fi
  -Sound
  -SD-CARD
  
  What doesn't(at least today):
  -Boot OSX from grub(Some workaround on google but not
  tested
  and useless)
  -Thunderbolt ethernet hot-pluging
  -Some apps in HiDPI such as QtCreator are really hard to
  use(May be fixed when built with Qt 5.5)
  -Keyboard layout not perfect and no multimedia keys
  -Trackpad detected as simple mouse(No Synaptic device
  found)
  -Bluetooth not detected
  
  I hope it may be useful for some peoples.
  
  In the non working parts I don't understand why there is no
  Thunderbolt
  ethernet hot-pluging since it seems to be supported by the kernel
  since
  3.17?
  
  Best regards,
  Alexis.
  --
  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
  
 
 
 -- 
 Abdel G. Martínez L.
 -- 
 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
-- 
Alexis Jeandet,
Plasma Physics Laboratory,
www.lpp.fr 
33169335859

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


intel atom Z3735F with 32bit UEFI

2015-05-26 Thread alexis jeandet
Hi,

I succeed to install a fedora-22 workstation x64 on a ZOTAC ZBOX
PI320-W3 with an ugly 32bit UEFI bios. It's not straightforward, you
need to(at least what I did):

-make a normal live USB key with fedora-workstation x64
-build grub2 for 32bits target with this help
https://help.ubuntu.com/community/UEFIBooting 
-then you need to rename the generated grub.efi to bootia32.efi
-Weird thing, it boot only if you replace in grub.cfg linuxefi and
inirdefi by linux and initrd see grub.cfg.
-once installed I use grub_2.cfg(attached) and I copied again the
previously compiled grub2.

Did I miss something or is supposed to be painful like this?
All the steps I did are just some dirty test to get quickly something
working.

I guess I'm not alone to use such device since it is pretty low cost.
I would be happy to help by testing stuff on my device, if there is any
interest to support this devices upstream? With something more elegant?

Best regards,
Alexis.



set default=1

function load_video {
  insmod efi_gop
  insmod efi_uga
  insmod video_bochs
  insmod video_cirrus
  insmod all_video
}

load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
insmod fat

set timeout=10
### END /etc/grub.d/00_header ###

###search --no-floppy --set=root -l 'Fedora-Live-WS-x86_64-22-3'
search --no-floppy --set=root -l 'LIVE'

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Start Fedora Live' --class fedora --class gnu-linux --class gnu 
--class os {
linux /syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet 
rhgb  
initrd /syslinux/initrd0.img
}
menuentry 'Test this media  start Fedora Live' --class fedora --class 
gnu-linux --class gnu --class os {
linux /syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet  
rhgb rd.live.check
initrd /syslinux/initrd0.img
}

submenu 'Troubleshooting --' {
menuentry 'Start Fedora Live in basic graphics mode' --class fedora --class 
gnu-linux --class gnu --class os {
linux /syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet  
rhgb nomodeset
initrd /syslinux/initrd0.img
}
}


grub_2.cfg
Description: Binary data
-- 
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


Serial port bug?

2015-04-28 Thread alexis jeandet
Hi,

I found a weird behavior, I don't know if it is a bug. On my codes I
usually look into /dev/serial/by-id/ to list available serial ports. I
discovered that when I use two FT2232(USB to dual serial port) I only
see the last connected chip not both. If look into
/dev/serial/by-path/ I see all of them and also into
/sys/bus/usb-serial/devices/.

Example:

[jeandet@machin opt]$ ls -al /sys/bus/usb-serial/devices/
total 0
drwxr-xr-x 2 root root 0 28 avril 10:40 .
drwxr-xr-x 4 root root 0 28 avril 10:40 ..
lrwxrwxrwx 1 root root 0 28 avril 10:35 ttyUSB0
- ../../../devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/ttyUSB0
lrwxrwxrwx 1 root root 0 28 avril 10:35 ttyUSB1
- ../../../devices/pci:00/:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/ttyUSB1
lrwxrwxrwx 1 root root 0 28 avril 10:35 ttyUSB2
- ../../../devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/ttyUSB2
lrwxrwxrwx 1 root root 0 28 avril 10:35 ttyUSB3
- ../../../devices/pci:00/:00:14.0/usb1/1-1/1-1:1.1/ttyUSB3
[jeandet@machin opt]$ ls -al /dev/serial/by-id/
total 0
drwxr-xr-x 2 root root 80 28 avril 10:32 .
drwxr-xr-x 4 root root 80 28 avril 10:32 ..
lrwxrwxrwx 1 root root 13 28 avril 10:32
usb-FTDI_Dual_RS232-HS-if00-port0 - ../../ttyUSB2
lrwxrwxrwx 1 root root 13 28 avril 10:32
usb-FTDI_Dual_RS232-HS-if01-port0 - ../../ttyUSB3
[jeandet@machin opt]$ ls -al /dev/serial/by-path/
total 0
drwxr-xr-x 2 root root 120 28 avril 10:32 .
drwxr-xr-x 4 root root  80 28 avril 10:32 ..
lrwxrwxrwx 1 root root  13 28 avril 10:32
pci-:00:14.0-usb-0:1:1.0-port0 - ../../ttyUSB2
lrwxrwxrwx 1 root root  13 28 avril 10:32
pci-:00:14.0-usb-0:1:1.1-port0 - ../../ttyUSB3
lrwxrwxrwx 1 root root  13 28 avril 10:32
pci-:00:14.0-usb-0:2.2:1.0-port0 - ../../ttyUSB0
lrwxrwxrwx 1 root root  13 28 avril 10:32
pci-:00:14.0-usb-0:2.2:1.1-port0 - ../../ttyUSB1


Should I consider that as a bug? If yes where should I report this
issue? Which package might be the cause, the kernel, udev?

Best regards,
Alexis.



-- 
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: User friendly proxy configuration

2014-11-16 Thread Alexis Jeandet

Le 15/11/2014 07:17, Tim a écrit :
 On Fri, 2014-11-14 at 13:55 +0100, Alexis Jeandet wrote:
 my question was more about apps like YUM/DNF which doesn't care about
 gnome config and doesn't like pac files. My thoughts are that I should
 write maybe a simple scripts triggered by network manager which
 configures everything depending on the current host IP or something
 like this.
 Have you looked through man yum.conf to see the proxy options?  Perhaps
 you could write a network manager script to modify the yum.conf file
 each time you go online, and something checks for the pac file.
This is the first thing I did, since YUM and DNF doesn't accept .pac
file, the current solution is that each time you change you change your
network you have to edit /etc/yum.conf or /etc/dnf/dnf.conf .
Anyway I think I got my answer, I will write the script.

 The alternative option, if you don't want users to go around customising
 things, is to use a transparent proxy, which everything goes through,
 without option.
I do agree, but sadly my lab doesn't manage the proxy, we have to deal
with it and as it is.



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


User friendly proxy configuration

2014-11-14 Thread Alexis Jeandet
Hi,

I try to convince my colleagues to switch to Fedora as much as I can,
they all like it! But in my lab we connect through a web proxy and I
have to say that changing the config on both gnome and yum/dnf is quite
boring. Also new linux users are sometime afraid when I tell them you
just need to edit the /etc/something.conf.
So my question is: Is there any way to have a centralised proxy config
with a simple GUI? Does some of you have some tricks?
I tried to look at some solution running a local light proxy on the
machine but it doesn't forward all the protocols. It also seems that DNF
and YUM doesn't accept pac files.


Best regards,
Alexis.
-- 
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: User friendly proxy configuration

2014-11-14 Thread Alexis Jeandet
Hi Tim,

Thanks, it's what we already use on gnome, my question was more about
apps like YUM/DNF which doesn't care about gnome config and doesn't like
pac files.
My thoughts are that I should write maybe a simple scripts triggered by
network manager which configures everything depending on the current
host IP or something like this.

Best regards,
Alexis.
Le 14/11/2014 13:04, Tim a écrit :
 On Fri, 2014-11-14 at 11:01 +0100, Alexis Jeandet wrote:
 So my question is: Is there any way to have a centralised proxy config
 with a simple GUI?
 If you look through the configuration menus (of course this is harder if
 you use a desktop that has abandoned putting things in organised menus),
 you'll find an item called something like network proxy.  It lets that
 user specify a proxy, and various applications will make use of that
 information.  Not all, but this is no worse than Windows, where you have
 to separately configure a plethora of internet applications.


-- 
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: cloned sd card is not booting

2014-08-06 Thread Alexis Jeandet
Hi,

In my case, most of the time for ARM images I use as root(be careful!):

more /dev/sdb  /dev/sdc   # I use sdb as source and sdc as destination
sync

It makes an exact copy and you don't have to care about options.

Best regards,
Alexis.

Le 06/08/2014 05:44, Robert Moskowitz a écrit :
 This is a Fedora arm problem, but probably more experience with dd and
 sd cards here...

 SO I boot my Cubieboard2 from microSD.  I grabbed 8 16GB cards from
 the bin at the MicroCenter checkout counter.  They work fine for
 building F21 arm boots, but I am getting far enough into the process
 that if I do something wrong, I don't want to go all the way back to
 the beginning.  I rather clone the card, play around, and soforth. So
 I tried using:

 sudo dd if=/dev/sdb of=/dev/sdc bs=4096 conv=notrunc,noerror; sync

 the target sd card has been previously use.  The copy fails in use as
 follows:

  Mounting Configuration File System...
 [  OK  ] Mounted Configuration File System.
 [  OK  ] Found device
 /dev/disk/by-uuid/1dc878de-92d2-4a66-b352-f055a32473b9.
 [  OK  ] Started dracut initqueue hook.
 [  OK  ] Started Show Plymouth Boot Screen.
 [  OK  ] Reached target Paths.
 [  OK  ] Reached target Basic System.
  Starting dracut pre-mount hook...
 [  OK  ] Reached target Remote File Systems (Pre).
 [  OK  ] Reached target Remote File Systems.
  Starting File System Check on
 /dev/disk/by-uuid/1dc8...f055a32473b9...
 [   13.911063] systemd-fsck[368]: _/: The filesystem size (according
 to the superblock) is 3587707 blocks
 [  OK  ] Started dracut pre-mount hook.
 [   13.919598] systemd-fsck[368]: The physical size of the device is
 3548795 blocks
 [   13.937109] systemd-fsck[368]: Either the superblock or the
 partition table is likely to be corrupt!
 [   13.944962] systemd-fsck[368]: _/: UNEXPECTED INCONSISTENCY; RUN
 fsck MANUALLY.
 [   13.950853] systemd-fsck[368]: (i.e., without -a or -p options)
 [  OK  ] Started File System Check on
 /dev/disk/by-uuid/1dc87...2-f055a32473b9.
  Mounting /sysroot...
 [   14.483857] random: nonblocking pool is initialized
 [   14.571964] EXT4-fs (mmcblk0p3): bad geometry: block count 3587707
 exceeds size of device (3548795 blocks)
 [FAILED] Failed to mount /sysroot.
 See 'systemctl status sysroot.mount' for details.
 [DEPEND] Dependency failed for Initrd Root File System.
 [DEPEND] Dependency failed for Reload Configuration from the Real Root.
 [  OK  ] Stopped dracut pre-pivot and cleanup hook.
 [  OK  ] Stopped target Initrd Default Target.
 [  OK  ] Stopped dracut mount hook.
 [  OK  ] Reached target Initrd File Systems.
 [  OK  ] Stopped target Basic System.
 [  OK  ] Stopped target System Initialization.
  Starting Emergency Shel
 Generating /run/initramfs/rdsosreport.txt


 Entering emergency mode. Exit the shell to continue.
 Type journalctl to view system logs.
 You might want to save /run/initramfs/rdsosreport.txt to a USB stick
 or /boot
 after mounting them and attach it to a bug report.


 :/#

 ===

 I put the card back in my build system and looked at it with Gparted
 which shows the whole drive as unallocated, even though the system
 successfully mounted /boot (but not /).

 So the question is:  HOw better can I clone the card?  SDFormatter in
 Windows is one suggestion, but I don't want to have to jump over to
 the family XP system.

 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


Re: using USB memory

2014-07-29 Thread Alexis Jeandet
Hi,

You should see your key in /run/media/your_session_/your_key_partition
If you want to know the current path from Nautilus, you can use CTRL+L.

To mount it manually, just use mount /dev/your_key_part(someting like
sdb1 for example)  /your_mount_point mount is supposed to detect the
partition format.
Also df -h could be useful.

Best regards,
Alexis.
Le 29/07/2014 11:49, Angelo Moreschini a écrit :
 Hi,

 I have some problems to use USB memories .

 Fedora recognize automatically thr USB pen  that I plug inside a USB
 socket:

 . I can see it as 
 Bus 002 Device 003: id 0781:5575 SanDisk Corp
 as result of command lsubs.

 I can also go inside it using Nautilus, and to work with the files stored 
 inside it *but only if I use Nautilus*.
 Instead I cannot use this pen by the terminal (using commands line).

 If I execute :
 ls /mnt/dir_where_is_mounted,
  I don't see the files that are inside the pen.., .. the output is not
 rigth 


 I thougth it necessary to mount manually the USB pen for achieve this
 targhet
 but I didn't get success also in this way...

 _*Can some one explain me how tho work with my USB  pen *by command
 line**_?

 We need (manually)  to mount the USB devices (memory flash, Hard Disk,
 ..) to achieve some purpouse ?

 Regards

 Thank you
 Angelo



-- 
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 to get my app visible in gnome-software[SOLVED]

2014-06-29 Thread jeandet alexis
On Sun, 2014-06-29 at 10:33 +0100, Richard Hughes wrote:
 On 28 June 2014 23:14, jeandet alexis alexis.jean...@member.fsf.org wrote:
  Thanks for the documentation, I've added the .appdata.xml file. I'm
  still not able to see my app in gnome-software
 
 GNOME software in 3.10 and 3.12 uses the AppStream metadata that is
 generated from the fedora repos. You need to get your application into
 Fedora before it will be visible in the software center. GNOME
 Software has no way of searching all the random repos on the Internet,
 and can only load the metadata that has been prepared ahead of time.
 
 If you're using GNOME 3.14, gnome-software will consider your local
 AppData file and show the correct data, but obviously this will not
 work until the application is installed manually.
 
 Richard.
Hi Richard,

Thanks for your answer, it was quite weird to me, looking the data
provided by copr repo, that it would work. In my understanding the only
way for gnome-software to get appdata information would be to get the
rpm which wouldn't be optimized. 
So from your answer it's clear, is there any plan for copr to generate
this data in the futur? If I setup my own repository, would I be able to
generate this data? My software is quite far from being releasable on
fedora repos that's why I'm asking.

Best regards,
-- 
Alexis Jeandet,
Plasma Physics Laboratory,
www.lpp.fr 




signature.asc
Description: This is a digitally signed message part
-- 
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 to get my app visible in gnome-software[SOLVED]

2014-06-29 Thread jeandet alexis
Hi Richard,

I've looked more in detail about appstream stuff, I've found your tools
appstream-glib and builder. It seems easy to use if I use my own repo
but do you have any idea how to trigger it on copr(Any hack?)?

Best regards,
Alexis.
On Sun, 2014-06-29 at 11:49 +0200, jeandet alexis wrote:
 On Sun, 2014-06-29 at 10:33 +0100, Richard Hughes wrote:
  On 28 June 2014 23:14, jeandet alexis alexis.jean...@member.fsf.org wrote:
   Thanks for the documentation, I've added the .appdata.xml file. I'm
   still not able to see my app in gnome-software
  
  GNOME software in 3.10 and 3.12 uses the AppStream metadata that is
  generated from the fedora repos. You need to get your application into
  Fedora before it will be visible in the software center. GNOME
  Software has no way of searching all the random repos on the Internet,
  and can only load the metadata that has been prepared ahead of time.
  
  If you're using GNOME 3.14, gnome-software will consider your local
  AppData file and show the correct data, but obviously this will not
  work until the application is installed manually.
  
  Richard.
 Hi Richard,
 
 Thanks for your answer, it was quite weird to me, looking the data
 provided by copr repo, that it would work. In my understanding the only
 way for gnome-software to get appdata information would be to get the
 rpm which wouldn't be optimized. 
 So from your answer it's clear, is there any plan for copr to generate
 this data in the futur? If I setup my own repository, would I be able to
 generate this data? My software is quite far from being releasable on
 fedora repos that's why I'm asking.
 
 Best regards,
 -- 
 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

-- 
Alexis Jeandet,
Plasma Physics Laboratory,
www.lpp.fr 




signature.asc
Description: This is a digitally signed message part
-- 
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


How to get my app visible in gnome-software

2014-06-28 Thread jeandet alexis
Hi,

I wonder if a copr rpm can be visible on gnome-software, then if yes can
somebody point me to some documentation for fixing my spec file? 
This is a graphical app and I'm a very beginner in rpm building, I may
have missed something obvious.


Best regards,
-- 
Alexis Jeandet,
Plasma Physics Laboratory,
www.lpp.fr 




signature.asc
Description: This is a digitally signed message part
-- 
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 to get my app visible in gnome-software

2014-06-28 Thread jeandet alexis
On Sat, 2014-06-28 at 13:29 -0400, Rahul Sundaram wrote:
 Hi
 
 
 On Sat, Jun 28, 2014 at 9:46 AM, jeandet alexis  wrote:
 Hi,
 
 I wonder if a copr rpm can be visible on gnome-software, then
 if yes can
 somebody point me to some documentation for fixing my spec
 file?
 This is a graphical app and I'm a very beginner in rpm
 building, I may
 have missed something obvious.
 
 
 The guidelines are WIP at
 
 
 https://fedoraproject.org/wiki/User:Rhughes/DraftAppDataGuidelines 
 
 
 http://people.freedesktop.org/~hughsient/appdata/
 
 
 Rahul
Hi Rahul,

Thanks for the documentation, I've added the .appdata.xml file. I'm
still not able to see my app in gnome-software I don't know how it
refresh the software list, maybe it need some time(my internet
connection is very slow). I will try to investigate this tomorrow.

Best regards
Alexis.
 
 -- 
 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

-- 
Alexis Jeandet,
Plasma Physics Laboratory,
www.lpp.fr 




signature.asc
Description: This is a digitally signed message part
-- 
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: Install Problem with Fedora 20 (No Local Standard Disks)

2014-06-27 Thread jeandet
Le jeudi 26 juin 2014 à 20:58 -0500, Gregory P. Ennis a écrit :
Hi,

I used to have a weird behavior, with Fedora live install, on some
machines (Slightly old Dell for example) on USB stick, if I generate it
with the fedora tool I can't see any space on the Disk. On the same
laptop if I generate the live USB stick with Lili it works perfectly. I
don't know what is the issue but I usually have to play with this two
softwares to generate Fedora USB keys.

Best regards,
Alexis.
 Date: Thu, 26 Jun 2014 17:11:01 -0700
 
 On 06/26/2014 04:47 PM, Gregory P. Ennis wrote:
  The system boots to Windows without any problem.  I was planning on
  overwriting the disc and getting rid of the windows product entirely.  I
  have checked sum the installation disc, and have even created a second
  Fedora 20 installation disc and have the same problem.
 
  Sure would appreciate some guidance from someone on the list that has
  solved a similar or same problem.
 
 Boot from a Live USB/CD/DVD and use its partitioning software to delete 
 all partitions from the hard drive.  (If there's no GUI software, you 
 can always use fdisk in a terminal.)  Then, boot from the installation 
 media and see if it finds the drive.
 
 ---
 
 Jeff,
 
 Thanks very much.
 
 I had an F19 live CD, and it did recognize the disc.  I was able to
 remove the partition, with the 'disk' software, but I could not get the
 F20 install DVD to recognize it until I went back into the Live F19 and
 formatted the partition.  After this F20 recognized the partition and I
 could proceed.
 
 Do you have any comments what was happening as to why F20 did not
 recognize it in the beginning. 
 
 Greg
 
 -- 
 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

-- 
jeandet alexis.jean...@member.fsf.org
Laboratoire de Physique des Plasmas


signature.asc
Description: This is a digitally signed message part
-- 
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