@fedora

Страница 910 из 2988
Frank
19.07.2017
20:30:02
Idid sudo dnf update --best--allowerasing

Now what should i do ?? Should try to update to 26??

Google
Eduard
19.07.2017
20:39:54
Now what should i do ?? Should try to update to 26??
Yes, and in the command for upgrade also add those parameters

Frank
19.07.2017
20:40:54


Eduard
19.07.2017
20:42:53
That's weird

I mean, it suposed that systemd will be replaced

Yiannis
19.07.2017
20:45:25
hello friends... in fedora 25 and 26 I've been having a problem with the telegram app causing high cpu usage. Has anyone else experienced that? I opened an issue in case someone else wants to help figuring it out and solving it: https://github.com/telegramdesktop/tdesktop/issues/3640

Frank
19.07.2017
20:46:09
: ( should i install the new fedora and wipe all the old one

セイバー
19.07.2017
20:46:36
look like it's the same issue i had when trying to use dnf upgrade when trying to upgrade from F24 to F25...hmm

Stergios
19.07.2017
20:46:53
got the same issue with fedora and telegram, here

R415312
19.07.2017
20:47:35
Eduard
19.07.2017
20:49:21
: ( should i install the new fedora and wipe all the old one
Well, if the package was another one, I will recommend to you to unistall the problem package and try to upgrade. But you aren't going to be able to do it

Google
Eduard
19.07.2017
20:49:30
I don't know if you can force it

R415312
19.07.2017
20:54:01
portaudio19 doesn't exist in Fedora but just portaudio does exist and I installed it. libfftw3 doesn't exist at all in Fedora.
Overall, using: sudo dnf install portaudio fftw is good idea: latest version of portaudio in fedora repo is 19, and latest version of fftw is 3

Vitaly
19.07.2017
21:13:35
I wonder if/when the telegram desktop client will become part of the official fedora repositories
Never. Just enable RPMFusion and install client sudo dnf install telegram-desktop

ヤンデレ (Tristan)
19.07.2017
21:13:42
R415312
19.07.2017
21:14:39
It's generally buggy these days
what kind of memleak are you talking about?

セイバー
19.07.2017
21:16:39
Configure SELinux.
Ah yeah, haven't try to configure the SELinux. ? Will try that when i'm back

R415312
19.07.2017
21:17:32
what kind of memleak are you talking about?
Are you talking about telegram-desktop app only?

Matteo
19.07.2017
21:37:56
Welcome to all! You're a lot ahahahaha

Anxhelo
19.07.2017
21:38:45
Haha yeah there are a lot more people joining after reaching 1K

Franco
19.07.2017
21:55:12




What should I do?

Vitaly
19.07.2017
21:56:10
Franco
19.07.2017
21:57:11
I can't figure out how this happened

Should I try to check dnf logs?

Eduard
19.07.2017
22:04:45
If you want to report the bug, yes. But to actually have your OS installed, just backup and reinstall

Franco
19.07.2017
22:06:24
There's no other way to solve the problem?

Google
Eduard
19.07.2017
22:08:21
Well, as far as I can see, you could try to run fsck over /dev/sda5

For some reason it gets corruptes

Franco
19.07.2017
22:09:32
Weirdly a distro-sync caused the issue

Eduard
19.07.2017
22:10:25
Mmmm I don't think so, your disk was probably failing and the distro-sync just finish it

Franco
19.07.2017
22:10:55
Ah ok then! It's hardware related



Did I get it wrong?

Wrong command input I mean

R415312
19.07.2017
22:16:00
fsck /dev/sda5 without last backslash as on your screenshot?

Franco
19.07.2017
22:16:59
fsck /dev/sda5/

Ok my bad now it's working

Franco
19.07.2017
22:26:28
Let's see the results



Eduard
19.07.2017
22:37:32
Cool!

Admin
ERROR: S client not available

Eduard
19.07.2017
22:37:55
Sorry, I'm in the subway, glad that someone else could help you

William José Moreno Reyes
19.07.2017
22:38:29
Do a backup por your data, if tour hard drive is failling is just a maner of time before you need to replace it

Google
William José Moreno Reyes
19.07.2017
22:42:16
?

Eduard
19.07.2017
22:49:05
People, there is a new telegram group that is intended to make grow the community in Mexico.

Right now there is no join link, but interested people can ask me and I can add you

Carlos
19.07.2017
22:52:49
Eduard
19.07.2017
22:53:01
Carlos
19.07.2017
22:57:39
Of course
Thank you!!!

Eduard
19.07.2017
23:47:15
@sesivany Your post brings a lot of people, thanks!

If you're interested in the Fedora Mexico Community, join with this link: https://t.me/joinchat/AHJwHw3vLM5gQIKpFJllng

Gwindor
20.07.2017
00:14:42
Welcome aboard everybody who joined today. :)

Vitalii
20.07.2017
00:24:36
Hi, everyone!

Felipe
20.07.2017
01:04:32
Does anybody know how to enable numlock in gdm on boot?

David
20.07.2017
01:43:05
@felipe_dre google search returns a few answers on this. Have you tried them?

David
20.07.2017
01:50:49
@felipe_dre ok. I'm unable to test atm so can't help any further.

Felipe
20.07.2017
01:57:42
Vitalii
20.07.2017
02:09:17
No problem, thaks anyway
If you will find a solution, please, share it. Supposedly, you can use the xdefaults file and put there something, what will enable it.

Null8yt3
20.07.2017
03:34:12
Does anybody know how to enable numlock in gdm on boot?
gdm has its own DConf database. I had the same problem when trying to enable tap-to-click on it... but eventualy i figure it out. 1 - make a profile file: $sudo nano /etc/dconf/profile/gdm add the lines: user-db:user system-db:gdm file-db:/usr/share/gdm/greeter-dconf-defaults 2 - add your custom configs (make gdm.d folder if not exist) $sudo nano /etc/dconf/db/gdm.d/00-remember-numlock-state add the lines [org/gnome/settings-daemon/peripherals/keyboard] remember-numlock-state=true 3 - update dconf $sudo dconf update 4 - reboot (you can restart only gdm but i like to unload it off ram so...) If anyone need the dconf config for tap-to-click: [org/gnome/desktop/peripherals/touchpad] tap-to-click=true Or for not show the user list: [org/gnome/login-screen] disable-user-list=true

Gwindor
20.07.2017
03:57:42
https://twitter.com/TheHackersNews/status/887589229668257792

Страница 910 из 2988