On Apr 23, 2022, at 22:36, Stephen J. Turnbull wrote:
> As far as I know there isn't really a technical argument for systemd
> or any particular systemd.* on Fedora workstations. The various
> traditional inits and daemons work fine in that environment.[1]
There are several features in syste
On 24/04/2022 10:31, ToddAndMargo via users wrote:
# dnf swap pulseaudio pipewire
Package pipewire-0.3.50-1.fc35.x86_64 is already installed.
No match for argument: pulseaudio
No packages marked for removal.
# rpm -qa pulse*
pulseaudio-libs-15.0-2.fc35.x86_64
pulseaudio-libs-glib2-15.0-2.fc35.x8
On Sat, 23 Apr 2022 19:31:57 -0700
ToddAndMargo via users wrote:
> On 4/23/22 09:56, Joe Zeff wrote:
> > On 4/23/22 09:56, stan via users wrote:
> >> Then it
> >> becomes a manual process of listing the pulseaudio packages you
> >> have installed, the corresponding pipewire packages available,
On Sun, 24 Apr 2022 07:54:11 -0400
Jonathan Billings wrote:
> There are several features in systemd that directly benefit the
> desktop.
[snipped information]
Thanks, that was interesting.
___
users mailing list -- users@lists.fedoraproject.org
To uns
On Sun, 24 Apr 2022, Stephen J. Turnbull wrote:
Michael Hennebry writes:
> One way to get rid of smoking would be for non-smokers
> to make a collective decision to make fun of smokers.
That might work for smoking, although more likely because the smokers
will leave when they see you coming,
On Sat, 23 Apr 2022, Samuel Sieb wrote:
The benefits have been well explained. The problem is that some people
really don't like change even if it's for the better. And sometimes things
do break when changed and instead of finding out why it breaks and how to
fix, they just say how terrible
Michael Hennebry writes:
On Sat, 23 Apr 2022, Samuel Sieb wrote:
The benefits have been well explained. The problem is that some people
really don't like change even if it's for the better. And sometimes things
do break when changed and instead of finding out why it breaks and how to
fi
On Sun, Apr 24, 2022 at 12:00:50PM -0500, Michael Hennebry wrote:
> On Sat, 23 Apr 2022, Samuel Sieb wrote:
>
> > The benefits have been well explained. The problem is that some people
> > really don't like change even if it's for the better. And sometimes
> > things do break when changed and in
On Sat, Apr 23, 2022 at 09:39:13PM +0930, Tim via users wrote:
> On Fri, 2022-04-22 at 16:35 -0600, Joe Zeff wrote:
> > I was going on the assumption that the poster accidentally attached
> > the wrong image. Do you have a reason to think otherwise?
>
> Well, you can ring their phone number and s
On 4/24/22 10:00, Michael Hennebry wrote:
What would a systemd evangelist suggest as a minimal workaround?
systemctl disable systemd-resolved && systemctl stop systemd-resolved
rm /etc/resolv.conf
systemctl restart NetworkManager
As documented in the original change proposal:
https://fedorapr
Kevin Fenzi writes:
I suggest the OP misunderstood the setup or intended setup.
The scriptlets will set /etc/resolv.conf to point to the
systemd-resolved resolver if:
* The /etc/resolv.conf file doesn't exist yet
AND
* systemd is being used to boot (so, it's not a container, etc)
AND
* systemd
Once upon a time, Gordon Messmer said:
> systemctl disable systemd-resolved && systemctl stop systemd-resolved
BTW for quite some time, this can just be "systemctl disable --now ".
> rm /etc/resolv.conf
> systemctl restart NetworkManager
>
> As documented in the original change proposal:
> http
hi all,
i am trying to fathom what hung me out to dry trying to
evaluate resolution options for my F34/hdtv.
entering display settings, looking at the list of possible resolutions,
there are several.
*many of those options, if selected yields 'invalid format' !*
*what is this telling me?! X b
On Sun, Apr 24, 2022 at 02:12:50PM -0400, Sam Varshavchik wrote:
> Kevin Fenzi writes:
>
> > I suggest the OP misunderstood the setup or intended setup.
> >
> > The scriptlets will set /etc/resolv.conf to point to the
> > systemd-resolved resolver if:
> >
> > * The /etc/resolv.conf file doesn't
On Sun, 24 Apr 2022 11:21:35 -0700
Jack Craig wrote:
> hi all,
>
> i am trying to fathom what hung me out to dry trying to
> evaluate resolution options for my F34/hdtv.
See this bug I submitted about wayland not interpreting EDID correctly
for an HD TV. Naturally it was closed (because I have
Kevin Fenzi writes:
> That's the first ln -s call in the scriptlet.
>
> Now, look at the second one, the one with the -f flag.
Which systemd version are you looking at?
systemd-249.11-1.fc35.src.rpm
bug #2074122 was just recently fixed in
https://bodhi.fedoraproject.org/updates/FEDORA-2022-
On Sun, Apr 24, 2022 at 11:56 AM Tom Horsley wrote:
> On Sun, 24 Apr 2022 11:21:35 -0700
> Jack Craig wrote:
>
> > hi all,
> >
> > i am trying to fathom what hung me out to dry trying to
> > evaluate resolution options for my F34/hdtv.
>
> See this bug I submitted about wayland not interpreting
Hi,
I have a kvm instance running win10 and need to use the ALT-click key
within the instance. However, it seems Cinnamon is intercepting that
keypress when accessing the instance using virt-manager.
It works fine with virt-manager and GNOME, just not with virt-manager
and Cinnamon.
virt-manager
Sam Varshavchik wrote:
> Kevin Fenzi writes:
>
>>> That's the first ln -s call in the scriptlet.
>>>
>>> Now, look at the second one, the one with the -f flag.
>>
>> Which systemd version are you looking at?
>
> systemd-249.11-1.fc35.src.rpm
>
>> bug #2074122 was just recently fixed in
>> https
Todd Zullinger writes:
The relevant parts of the diff from -1 to -2 are:
%posttrans resolved
+[ $1 -eq 1 ] || exit 0
+# Initial installation
+
And that's why an update to 11-1.fc35 ran the rest of the script.
- if ! test -e /etc/resolv.conf && ! test -L /etc/resolv.co
On Sun, 2022-04-24 at 10:49 -0700, Kevin Fenzi wrote:
> If thats the case, I would expect them to mail list owners and
> explain it... so far they have not done so.
If I'd made that kind of mistake, I'd be too embarrassed to try again.
--
uname -rsvp
Linux 3.10.0-1160.62.1.el7.x86_64 #1 SMP T
On Sun, 2022-04-24 at 10:48 -0700, Kevin Fenzi wrote:
> The scriptlets will set /etc/resolv.conf to point to the
> systemd-resolved resolver if:
>
> * The /etc/resolv.conf file doesn't exist yet
> AND
> * systemd is being used to boot (so, it's not a container, etc)
> AND
> * systemd-resolved ser
On 4/24/22 07:32, stan via users wrote:
On Sat, 23 Apr 2022 19:31:57 -0700
ToddAndMargo via users wrote:
On 4/23/22 09:56, Joe Zeff wrote:
On 4/23/22 09:56, stan via users wrote:
Then it
becomes a manual process of listing the pulseaudio packages you
have installed, the corresponding pipewir
Michael Hennebry writes:
> The point seems to have been missed.
The same could be said here, but it would be valid.
> The primary salutary effect of a *collective*
> decision would be on prospective smokers,
> e.g. children.
You make me curious what experience in open source maintenance you
On 4/24/22 05:19, Ed Greshko wrote:
On 24/04/2022 10:31, ToddAndMargo via users wrote:
# dnf swap pulseaudio pipewire
Package pipewire-0.3.50-1.fc35.x86_64 is already installed.
No match for argument: pulseaudio
No packages marked for removal.
# rpm -qa pulse*
pulseaudio-libs-15.0-2.fc35.x86_64
On 4/24/22 22:15, ToddAndMargo via users wrote:
On 4/24/22 07:32, stan via users wrote:
On Sat, 23 Apr 2022 19:31:57 -0700
ToddAndMargo via users wrote:
On 4/23/22 09:56, Joe Zeff wrote:
On 4/23/22 09:56, stan via users wrote:
Then it
becomes a manual process of listing the pulseaudio packa
26 matches
Mail list logo