Fedora mirror speed's are low!

2015-10-20 Thread Mihuleac Sergiu
Hi!

I'm from Romania, the speed from Fedora repo mirror is very low (from
50kb/s to 1 mb/s when it's good, usually the download speed stays
between 50 and 150 kb/s with the official repos and over 1 mb/s with
other repos ) when doing updates and when I install packages with dnf. I
tried using fastmirror module but I see there is no change and I lose
even more time because of the search for the best mirror.

1. What can I do to resolve this issue?
2. Is there a way to manually test mirrors and chose the best one for me?
3. How do I know witch mirror can I trust?
4. Where can I find a mirror list?
5. How can I create a local mirror?

---
Best Wishes,
Mihuleac Sergiu
-- 
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 mirror speed's are low!

2015-10-20 Thread Mihuleac Sergiu

  
  
Thanks,

6. How do I change the mirror?
        - I've tried but doesn't works, and I understand the
branching and used it correctly.  (/etc/yum.repos.d/fedora.repo and
/etc/yum.repos.d/fedora-updates.repo)
        - The error I get is `Cannot download
  repodata/repomd.xml:`
  
  P.S. I see there is little information about this, can I use this
  data to share it on askfedora?

On 10/20/2015 07:51 PM, Kevin Fenzi
  wrote:


  On Tue, 20 Oct 2015 17:17:05 +0300
Mihuleac Sergiu  wrote:


  
Hi!

I'm from Romania, the speed from Fedora repo mirror is very low (from
50kb/s to 1 mb/s when it's good, usually the download speed stays
between 50 and 150 kb/s with the official repos and over 1 mb/s with
other repos ) when doing updates and when I install packages with
dnf. I tried using fastmirror module but I see there is no change and
I lose even more time because of the search for the best mirror.

  
  
Does it always send you to the same mirror? 
Using 'dnf -v' should tell you. 


  
1. What can I do to resolve this issue?

  
  
Well, if you can find a better mirror you could hard code it. 
Or if you can find out which one is slow, mirrormanager admins could
remove or adjust it. 


  
2. Is there a way to manually test mirrors and chose the best one for
me? 

  
  
You can get the full list from: 
https://admin.fedoraproject.org/mirrormanager/


  
3. How do I know witch mirror can I trust?

  
  
Any of them. If you are using the default metalink it has checksums of
all the files. If you are not, all rpms are signed, so if they were
tampered with they would be rejected. 


  
4. Where can I find a mirror list?

  
  
https://admin.fedoraproject.org/mirrormanager/


  
5. How can I create a local mirror?

  
  
https://fedoraproject.org/wiki/Infrastructure/Mirroring

Hope that helps. 

kevin

  
  
  


  

-- 
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: [RESOLVED] Fedora mirror speed's are low!

2015-10-20 Thread Mihuleac Sergiu

  
  

  Hi!
  I wanted to mention
that I’ve changed the mirrors
and all works fine now, for future reference the configuration
looks like this:
  
/etc/yum.repos.d/fedora-updates.repo
  
  [updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/updates/$releasever/$basearch/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/updates/$releasever/$basearch/debug/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/updates/$releasever/SRPMS/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

  ​

  

-- 
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: [RESOLVED] Fedora mirror speed's are low!

2015-10-21 Thread Mihuleac Sergiu

  
  

  On 10/21/2015 11:03
PM, sird...@bydeiu.net wrote:
  
  

Sergiu, does the change below work for you, in
  getting better speeds from telekom? 


  
  
  
  Yes, after I made
the changes mentioned my speed goes up to 7 mb/s,
and stable. That is only one configuration, I also configured
the file /etc/yum.repos.d/fedora.repo
  
/etc/yum.repos.d/fedora.repo
  
  [fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

  The downfall is that
telekom doesn’t uses https,
so the connection is not encrypted. A solution might be to use
the rsync
address instead of the http
one. Tell me how it goes. 
  ​

  

-- 
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] Installing KDE Plasma as a second Desktop Environment! [bug]

2015-11-22 Thread Mihuleac Sergiu
Hi!
==

I have Fedora 23 installed on a [Lenovo
E540](http://shop.lenovo.com/us/en/laptops/thinkpad/e-series/e540/#tab-tech_specs)
with the default Gnome 3 Desktop Environment. I was thinking of trying
multiple Desktop Environments, so that I might see what are thee new
breakthroughs. Basically I'm using Gnome for a long time.

What better way to try a new interface then just installing it along
Gnome 3? So I've installed `KDE` using `dnf groupinstall "KDE Plasma
Workspaces"` I was very surprised to find out that after the reboot
`KDE` wold not work ...

What happened is that when I chose to log into `KDE` my screens changes
and the Desktop Background appears the just in a few second I'm back to
the log in screen. No matter how many restarts or how many times i try
the result is the same.

* Is the first time I tried to have multiple Desktop Environments on
Fedora, is this something that happens often or is it because of fedora 23?
* And why wold this happen, all seems very straightforwards.
* Should I make a [bug](https://bugzilla.redhat.com/) report and what
should I write in it?
* What is your experience in having multiple desktop environments on
Fedora?
-- 
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: [RESOLVED] Fedora mirror speed's are low!

2015-11-22 Thread Mihuleac Sergiu
Hmm, why have `deltarpm off`?
My problem was actually that i didn't understood that in `dnf` you must
specify with mirrors to use with fastmirror, and now I've just added a
few repos for alternative use, and now fastmirror just chooses the best.

dnf config-manager --add-repo

On 11/22/2015 12:01 PM, sird...@bydeiu.net wrote:
> Hi, sorry for the late, late, late reply. What I've done is to modify
> dnf.conf with the following: 
>
> fastestmirror=true
> deltarpm=false
> minrate=2M
> timeout=5s
>
> This works better in just skipping over Telekom's mirror (or others)
> and using another mirror that goes faster.
>
> I have a lot of bandwidth available so usually this gets a working
> mirror with great speed.
> I guess you should adjust minrate and timeout depending on your
> connection and available bandwidth.
>
> Since using this, I've removed the firewall blocking of the Telekom
> mirror IP address.
>
> Andrei Amuraritei
>
> Pe Mie, oct. 21, 2015 la 23:39, Mihuleac Sergiu
>  a scris:
>
> On 10/21/2015 11:03 PM, sird...@bydeiu.net
> <mailto:sird...@bydeiu.net> wrote:
>
>
>> Sergiu, does the change below work for you, in getting better
>> speeds from telekom?  
>
>
> 
> Yes, after I made the changes mentioned my speed goes up to |7
> mb/s|, and stable. That is only one configuration, I also
> configured the file |/etc/yum.repos.d/fedora.repo|
>
> /etc/yum.repos.d/fedora.repo
>
> |[fedora] name=Fedora $releasever - $basearch
> failovermethod=priority
> 
> baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
> 
> <http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/%24releasever/Everything/%24basearch/os/>
> 
> #metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
> 
> <https://mirrors.fedoraproject.org/metalink?repo=fedora-%24releasever&arch=%24basearch>
> enabled=1 #metadata_expire=7d gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
>  skip_if_unavailable=False [fedora-debuginfo]
> name=Fedora $releasever - $basearch - Debug
> failovermethod=priority
> 
> baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
> 
> <http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/%24releasever/Everything/%24basearch/debug/>
> 
> #metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
> 
> <https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-%24releasever&arch=%24basearch>
> enabled=0 metadata_expire=7d gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
>  skip_if_unavailable=False [fedora-source]
> name=Fedora $releasever - Source failovermethod=priority
> 
> baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
> 
> <http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/%24releasever/Everything/source/SRPMS/>
> 
> #metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
> 
> <https://mirrors.fedoraproject.org/metalink?repo=fedora-source-%24releasever&arch=%24basearch>
> enabled=0 metadata_expire=7d gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
>  skip_if_unavailable=False |
>
> The downfall is that telekom doesn’t uses |https|, so the
> connection is not encrypted. A solution might be to use the
> |rsync| address instead of the |http| one. Tell me how it goes.
> ​
>
>
>

-- 
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] Installing KDE Plasma as a second Desktop Environment! [bug]

2015-11-24 Thread Mihuleac Sergiu

Thanks for the info. So when i've installed kde with command $ dnf
groupinstall "KDE Plasma Workspaces", i couldn't use it, but after i've
removed it i've installed like this $ dnf install @kde-desktop
Then all worked well, the idea came from here
https://fedoraproject.org/wiki/KDE

I discovered that KDE was faster then gnome, and all the apps opened
faster and so on, and it was a big surprise for me, i wasn't expecting
it, but i removed it, because i did not liked the idea behind it, even
if gnome still have a lot of work in front of it, i prefer to be closer
to the cli. for me 1 screen isn't enough so gnome make's it very easy to
switch between them, i could also have shortcuts in kde to, but it
wouldn't be the same.
-- 
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: Scrolling gone haywire

2016-02-15 Thread Mihuleac Sergiu
Very happy to hear I'm not the only one. Same issue with my touch-pad 
-- Lenovo E540

On 02/15/2016 10:33 PM, Go Canes wrote:
> Thanks for the suggestion - the problem manifests without touching the
> trackpad (other than the click to load the web page).  I tried
> adjusting sensitivity, switching from libinput to the legacy driver,
> etc.  No change.
>
> On Sun, Feb 14, 2016 at 1:18 PM, Martin Skjöldebrand
> mailto:mar...@skjoldebrand.eu>> wrote:
>
>
>
> On 12/02/16 22:24, Go Canes wrote:
> > I'm trying to convert my wife's laptop from Windows 7 to Fedora 22
> > running KDE 5.  However, when she browses the web, occasionally the
> > page will scroll as fast it can - either up or down - with no
> input on
> > her part, other than loading the page.
>
> Nothing to do with an over-sensitive mouse pad? Not sure it has
> one, but
> I've seen this on another laptop I used.
>
> --
> This address is for technical mail lists only.For all other matters,
> please use my main addressat the .org domain.
> --
> 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