Anyone using Anydesk or could test it ?
by sixpack13
Hallo
is anyone using Anydesk or could test it ?
https://anydesk.com/en/downloads/linux
since the F31-updates during the last week I'm unable to work with anydesk anymore.
I'm using Xorg not wayland.
Problem:
During the start of an connection a completely blank dialog box pops up.
Usually it's an dialog to allow the connection attempt on the remote box.
Connection between F31 => Windows works.
Connection between F31 <= Windows does not !
Connections between F31 <=> F31 do not !
It is sufficing to try a F31 connection to the *same* machine to see to empty dialog box.
Does anyone know to debug this ?
Against which component should I fill a bug report ?
P.S.
This comment may appear twice in this list, so please ignore.
The first one somehow seems to be got lost ?!
it was created and send from thunderbird to users(a)lists.fedoraproject.org
2 years, 6 months
gnome frozen when ssfhs stall
by Patrick Dupre
Hello,
I already complained about the following issue, and I submitted the bug to bugzilla
without feedback.
If I have an open gnome session which turns to sleep because of a lack of
activity. Then, if a sshfs connection stalls, there is no way to relogin
through the gnome-session.
The only option that I have is to kill -9 -1 through a terminal tty
the gnome session, but I lost all the session.
Other options?
===========================================================================
Patrick DUPRÉ | | email: pdupre(a)gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988
===========================================================================
2 years, 6 months
FC31 : soft lockup on boot
by Sean Darcy
Just updated FC30->FC31. Now I'm in a soft lockup boot loop.
Since I can't boot, no logs.
Just before the lockup:
random: crng init done
random: 7 urandom warning(s) missed due to ratelimiting
then
watchdog: BUG: soft lockup - CPU#0 stuck for 23s!
It sits for a while, then reboots. Rinse and repeat.
I've tried nomodeset as a kernel parameter. No joy.
Any suggestions appreciated.
sean
2 years, 7 months
Re: (fedora) Re: sshd on F31 : strange problem with login with keys's
by Jouk Jansen
Jakub Jelen wrote on 27-NOV-2019 13:20:25.09
>On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote:
[snip]
>> Question : why does is work with just running "/usr/sbin/sshd" but
>> not with
>> "systemctl start sshd" ?
>This sounds like an issue with selinux permissions on the authorizied
>keys file or path to it. Configure sshd to run in debug mode by setting
>LogLevel DEBUG3 in sshd_config, restart the service and retry. The logs
>will show up in journal and in /var/log/secure pointing the reason why
>your key was rejected.
You are right. I switched selinux off (setenforce 0) and the problem is
gone. I could not find an entry in the journalctl -e output (but maybe I
overlooked (too many records)). Perhaps I should look in the selinux logs,
but where do I find them?
Regards
Jouk
Pax, vel iniusta, utilior est quam iustissimum bellum.
(free after Marcus Tullius Cicero (106 b.Chr.-46 b.Chr.)
Epistularum ad Atticum 7.1.4.3)
Touch not the cat bot a glove
>------------------------------------------------------------------------------<
Jouk Jansen
joukj(a)hrem.nano.tudelft.nl
Technische Universiteit Delft tttttttttt uu uu ddddddd
Kavli Institute of Nanoscience tttttttttt uu uu dd dd
Nationaal centrum voor HREM tt uu uu dd dd
Lorentzweg 1 tt uu uu dd dd
2628 CJ Delft tt uu uu dd dd
Nederland tt uu uu dd dd
tel. 31-15-2782272 tt uuuuuuu ddddddd
>------------------------------------------------------------------------------<
2 years, 7 months
Re: FC31 : soft lockup on boot
by Samuel Sieb
(Adding the users list back in.)
On 11/29/19 1:08 PM, sean darcy wrote:
> On 11/29/19 3:14 PM, Samuel Sieb wrote:
>> On 11/29/19 9:58 AM, Sean Darcy wrote:
>>> Just updated FC30->FC31. Now I'm in a soft lockup boot loop.
>>>
>>> Since I can't boot, no logs.
>>>
>>> watchdog: BUG: soft lockup - CPU#0 stuck for 23s!
>>>
>>> It sits for a while, then reboots. Rinse and repeat.
>>
>> Interesting that it eventually reboots itself.
>>
>>> I've tried nomodeset as a kernel parameter. No joy.
>>>
>>> Any suggestions appreciated.
>>
>> Have you tried removing the "rhgb quiet" from the end to get more
>> kernel output?
>> Have you tried booting one of the F30 kernels instead?
>>
> Taken rhgb quiet out, and tried the fc30 kernel. No joy.
>
> It reboots itself after about 2 or 3 minutes. Continuously.
That makes it sound more like a hardware problem. There were no other
messages? You tried the oldest kernel in the grub list? My only other
suggestion would be to try a F30 live boot image.
2 years, 7 months
Switching to a new root disk
by Patrick O'Callaghan
I have a new 2TB SSD I want to configure as root+home, with an extra
partition for a Windows VM. My current setup is:
/dev/sda (an older 120GB SSD) which currently has /boot and / via LVM:
/dev/sda1 2048 1230847 1228800 600M EFI System
/dev/sda2 1230848 3327999 2097152 1G Linux filesystem
/dev/sda3 3328000 234440703 231112704 110.2G Linux LVM
$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.7G 0 7.7G 0% /dev
tmpfs 7.7G 214M 7.5G 3% /dev/shm
tmpfs 7.7G 1.7M 7.7G 1% /run
/dev/mapper/fedora_localhost--live-root 68G 27G 38G 41% /
tmpfs 7.7G 87M 7.7G 2% /tmp
/dev/sda2 976M 233M 677M 26% /boot
/dev/sda1 599M 20M 580M 4% /boot/efi
/dev/sdb1 1.9T 1.5T 372G 81% /home
tmpfs 1.6G 96K 1.6G 1% /run/user/1000
/dev/sdb is an ext4 HDD with /home
/dev/sdc is a Windows HDD I mostly use under QEMU/KVM though can also
boot directly.
This disk will be replaced by the new and larger SSD. My first thought
was to use dd to clone the 3 partitions of the old SSD onto 3
identically-sized partitions on the new one, then add extra partitions
for /home (which will shrink in size after splitting off a bunch of
media files) and the Windows installation. The new SSD will then
replace the old one, which will be retired.
Will this work without adjusting the EFI setup or grub2? If not, what
other steps are required? Clearly /etc/fstab would also need some
editing but I'm comfortable with that. EFI is the kicker as I've only
just started to use it and really don't know what I'm doing.
poc
2 years, 7 months
gnome3: external monitor, builtin still primary after lid-close
by Gabriel L. Somlo
I test-drove a vanilla install of F30 Workstation, and observed the
following (correct) behavior:
- without an external display, the laptop goes to sleep when
the lid is closed
- with the external display connected, the built-in screen
becomes unavailable when the lid is closed, and the external
screen becomes primary (the toolbar at the top moves there,
and so do all the windows from the primary screen
I then did a custom kickstart install, with a bunchof stuff *including*
@gnome-desktop, which works fine overall, except:
- when the lid is closed while an external display is
connected, the built-in screen *remains* active (and
primary, unless I explicitly make the external one primary).
Since it's still marked as active/available, sometimes
applications (e.g. firefox) end up sending popup boxes
there, where I can't see them (since it's closed).
I could not find which setting or package causes the difference in
behavior between correct and incorrect, but I'd like to keep my
custom kickstart installation if at all possible.
Any idea how I could explicitly configure my gnome desktop environment
to behave correctly w.r.t. extrenal monitor and lid-close effect on
the built-in screen?
Thanks much,
--Gabriel
2 years, 7 months
Fedora 32 Firefox and DNS over HTTPS
by Robert Moskowitz
In the upcoming Fedora 32, is Firefox defaulting to DNS over HTTPS (RFC
8484)?
BTW, I am currently on F30 and will skip to F32 when it ships.
If you want a high-level discuss on DNS over TLS or over HTTPS see:
https://spectrum.ieee.org/tech-talk/telecom/security/the-fight-over-encry...
One thing this article misses is if your company DNS server has an
internal view for internal resources, defaulting to some outside DNS
server breaks this. Or at least makes directing things the right way is
hard.
So what is happening with Firefox in F32?
Thanks
2 years, 7 months
sshd on F31 : strange problem with login with keys's
by Jouk Jansen
Hi All,
I'm trying to setup an ssh-server on F31 which logs a user in without a
password, but with a key-exchange. I generated all the keys and placed them
in the right locations. It still asks for the password.
Than comes the strange : I stoped the service by "systemctl stop sshd" and
did run "as root" /usr/sbin/sshd. And than it just worked. (tried to stop
and start with systemctl again made the passwordless login fail again)
Question : why does is work with just running "/usr/sbin/sshd" but not with
"systemctl start sshd" ?
regards
Jouk
Pax, vel iniusta, utilior est quam iustissimum bellum.
(free after Marcus Tullius Cicero (106 b.Chr.-46 b.Chr.)
Epistularum ad Atticum 7.1.4.3)
Touch not the cat bot a glove
>------------------------------------------------------------------------------<
Jouk Jansen
joukj(a)hrem.nano.tudelft.nl
Technische Universiteit Delft tttttttttt uu uu ddddddd
Kavli Institute of Nanoscience tttttttttt uu uu dd dd
Nationaal centrum voor HREM tt uu uu dd dd
Lorentzweg 1 tt uu uu dd dd
2628 CJ Delft tt uu uu dd dd
Nederland tt uu uu dd dd
tel. 31-15-2782272 tt uuuuuuu ddddddd
>------------------------------------------------------------------------------<
2 years, 7 months