On Sunday, August 23, 2020 12:11:54 PM CDT Anthony Joseph Messina wrote:
> Strange thing after upgrading a client to kernel-5.7.17, the client is
> unable to list files/directories from an NFS server running kernel-5.7.15
> (NFS v4.2 / Kerberos mounted /home). The files/directories s
Strange thing after upgrading a client to kernel-5.7.17, the client is unable
to list files/directories from an NFS server running kernel-5.7.15 (NFS v4.2 /
Kerberos mounted /home). The files/directories seem to be accessible if I type
in their names, but are not available via ls -l.
Reverting
After a successful "dnf systemd upgrade" F30->F31, I'm finding that a few of my
machines which use systemd-networkd instead of NetworkManager are no longer
autoconfiguring IPv6 addresses. I also noticed that even though NetworkManager
is disabled, it is initiated in early boot, which I'm not su
On Sunday, October 8, 2017 10:15:13 AM CDT Robert P. J. Day wrote:
> On Sat, 7 Oct 2017, Anthony Joseph Messina wrote:
> > On Saturday, October 7, 2017 4:18:48 AM CDT Robert P. J. Day wrote:
> > > (probably OT: more a systemd question than a fedora question, but
> > >
On Saturday, October 7, 2017 4:18:48 AM CDT Robert P. J. Day wrote:
> (probably OT: more a systemd question than a fedora question, but
> i'm sure the experts will clear this up in short order.)
>
> wanted to experiment with the git daemon so, on my fully-updated F26
> system, installed git-da
On Thursday, December 1, 2016 3:44:38 PM CST Craig Lanning wrote:
> Has there been a change to the NFS server?
>
> I am running:
> Fedora 24
> nfs-utils 1.3.4
>
> All of this has worked in earlier versions of Fedora so I'm a little
> confused.
>
> I am trying to setup the NFS server
On Monday, September 12, 2016 12:22:48 PM CDT Mike Wright wrote:
>for f in "$(ls *.mp4)"; do
> ffmpeg -i "$f" -c:a libmp3lame "${f%.mp4}.mp3";
>done
You shouldn't need ls...
for f in *.mp4; do
ffmpeg -i "$f" -c:a libmp3lame "${f%.mp4}.mp3";
done
should do the trick. -A
--
Anth
On Friday, July 8, 2016 2:10:43 PM CDT arnaud gaboury wrote:
> My upgrade from Fedora 23 to 24 left me with a broken postgresql.
>
>
> # /usr/libexec/postgresql-ctl start -D /db/pgsql/data -s -w -t 270
> FATAL: 22023: database files are incompatible with server
> DETAIL: The data directory was